/* Common styles */
/* ------------------------ */
body {
	font-size: 0.8em;
	background-color: #DBDBD6;
	color: #4B4B4B;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg-body-border.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
h1, h2, h3, h4, h5, h6, ul, li, form, legend, fieldset {
	margin: 0;
	padding: 0;
}
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-left: 2px;
	margin-bottom: 2px;
}
.structure {
	display: none;
}
.AlignRight {
	text-align: right;
}
.AlignLeft {
	text-align: left;
}
.FloatLeft {
	float: left;
}
.FloatRight {
	float: right;
}
.FloatRight2 {
	float: right;
	border: 1px solid #4981B4;
}

.clear {
	clear: both;
}
.color1 {
	color: #fff;
}
.color2 {
	color: #CBBEAB;
}
.color3 {
	color: #004E93;
}
.color4 {
	color: #7C4919;
}
.color5 {
	color: #4B4B4B;
}
.input {
	border: 1px solid #000000;
}
#global {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFF;
	z-index: 10;
}
#AccesRapide {
	display: none;
}
#head {
	height: 224px;
	background-image: url(../images/bg-head.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#TopLanguage {
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #333333;
	text-align: right;
	padding-top: 4px;
	background-image: url(../images/bg-toplang.gif);
	background-repeat: repeat-x;
	background-color: #CBBEAB;
}
#TopLanguage a {
	color: #333333;
	margin-right: 10px;
}
#TopLanguage a:hover, #TopLanguage a:focus {
	text-decoration: none;
}

#logo {
	height: 50px;
	position: relative;
}
#logo img {
	border: none;
	margin-left: 12px;
	margin-top: 12px;
}
#LMenu {
	font-size: 1.19em;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg-leftmenu.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	position: relative;
	float: left;
	height: 400px;
}
#LMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}
#LMenu li {
	margin: 0;
	padding: 0;
}
#LMenu a {
	color: #1A609E;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
	height: 30px;
	padding-top: 14px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#LMenu a:hover, #LMenu a:focus, .LMenuOver {
	background-image: url(../images/bg-leftmenu-over.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1A609E;
}
#LMenu .PictoOver {
	border: none;
	background-image: url(../images/picto-leftmenu-over2.gif);
	background-repeat: no-repeat;
	width: 140px;
	padding-left: 20px;
}
#LMenu .PictoOverOff:hover {
	border: none;
	background-image: url(../images/picto-leftmenu-over2.gif);
	background-repeat: no-repeat;
	width: 140px;
	background-position: left center;
	padding-left: 20px;
}
#LMenu #LogoCholet {
	position: absolute;
	left: 9px;
	margin-bottom: 10px;
	bottom: 10px;
}
#LMenu #LogoCholet a, #LMenu #LogoCholet a:hover, #LMenu #LogoCholet a:focus {
	background-image: none;
	border: none;
	text-decoration: none;
	height: 75px;
	width: 130px;
	margin: 0;
	padding: 0;
}
#LMenu #LogoCholet img {
	border: none;
}
#LMenu #LogoSponsort {
	text-align: center;
	top: 180px;
	width: 150px;
	position: absolute;
	left: 0px;
	height: 95px;
	background: url(../images/logo-bateau.gif) no-repeat center top;
}
#LMenu #LogoSponsort a, #LMenu #LogoSponsort a:visited {
	border: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
	height: 20px;
	padding-top: 75px;
	width: 150px;
}
#LMenu #LogoSponsort a:hover, #LMenu #LogoSponsort a:focus {
	background: url(../images/logo-bateau-on.gif) no-repeat center top;
	color: #FC6C43;
}
#LMenu #LogoSponsort img {
	border: none;
}

#globalContent {
	font-size: 0.88em;
	line-height: 1.4em;

}
#globalContent h2 {
	color: #7C4919;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}
#globalContent h3 {
	font-size: 1.2em;
	color: #004E93;
	margin-bottom: 20px;
}
#globalContent a, #globalContent a:visited, #globalContent a:active {
	color: #1A609E;
}
#globalContent a:hover, #globalContent a:focus {
	text-decoration: none;
}

#globalContent .FloatRight {
	border: 1px solid #333333;
	margin-left: 15px;
	margin-bottom: 15px;
}
#Content {
	width: 570px;
	float: left;
	margin-left: 25px;
	margin-bottom: 20px;
}
#ContentLegal {
	width: 560px;
	float: left;
	margin-left: 25px;
	margin-bottom: 20px;
	text-align: justify;
}
#ContentLegal h3 {
	font-size: 1.1em;
	margin-bottom: 0px;
	margin-top: 10px;
}
#ContentLegal p {
	margin: 0px 0px 10px;
}


#Footer {
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #333333;
	text-align: center;
	padding-top: 4px;
	background-image: url(../images/bg-toplang.gif);
	background-repeat: repeat-x;
	background-color: #CBBEAB;
	position: relative;
	clear: both;
	margin-top: 0px;
}
#Footer a {
	color: #333333;
	margin-right: 5px;
	margin-left: 5px;
}
#Footer a:hover, #Footer a:focus {
	text-decoration: none;
}
#Coordonnees {
	color: #7C4919;
	font-size: 0.85em;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}

/* Contenu */
/* ------------------------ */
.FondsLink {
	font-weight: bold;
	color: #7C4919;
	text-decoration: none;
}
.FondsLink:hover, .FondsLink:focus {
	text-decoration: underline;
}
.FondsListBorder {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 10px;
}
.ActusDate {
	font-size: 0.9em;
	color: #BCB185;
}
.ActusTitle {
	font-size: 1em;
	color: #004E93;
	font-weight: bold;
	margin: 0;
}
.ActusTxt {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CBDAE7;
}

.ActusLink, .ActusTxt a {
	color: #004E93;
}
.ActusLink img.left {
	border: none;
	margin-right: 5px;
	vertical-align: text-top;
}
.ActusLink img.right {
	border: none;
	margin-left: 5px;
	vertical-align: text-top;
}
.ActusLink:hover, .ActusLink:focus, .ActusTxt a:hover, .ActusTxt a:focus {
	text-decoration: none;
}
.ArticlePresse {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.ArticlePresse td {
	padding-top: 3px;
	padding-bottom: 3px;
}

.TabPdf {
	width: 22px;
}
.TrColored {
	background-color: #F3F3F3;
}

.EquipeTxt {
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CBDAE7;
	padding-top: 10px;
}
.EquipeTxt img {
	border: 1px solid #333333;
	margin-bottom: 20px;
}
.EquipeTxt .FloatLeft {
	margin-right: 20px;
}
.EquipeTxt .FloatRight {
}

