@charset "UTF-8";

/*************************************************************************************/
/********************************************************************* TAGS GÉNÉRAUX */
/*************************************************************************************/
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #6A6A6A;
}
BODY { background-image: url(../images/background.jpg); background-repeat: repeat; background-attachment: fixed; }

H1{ color: #90A152; font-size: 18px; font-weight: bold; text-transform: uppercase; padding-top: 5px; }
H2{ font-size: 16px; font-weight: bold; }

A:LINK { color: #778351 /*#90A152*/; text-decoration: none; }
A:VISITED { color: #91a254 /*#C7D690*/; text-decoration: none; }
A:HOVER { text-decoration: underline; }
OBJECT { clear: both; }

UL { margin-left: 20px;}
LI { margin-left: 20px; padding-bottom: 6px; list-style-image: url(../images/list.gif); }

TABLE TR { min-height: 25px; }
TABLE TR TD { vertical-align: top; border-spacing: 0px; }

/*************************************************************************************/
/*************************************************************************** CLASSES */
/*************************************************************************************/
DIV.mainContainer {
	width: 1000px;
	margin: 0 auto;
}
	DIV.mainContainer DIV.headerContainer {
		width: 1000px;
		height: 38px;
		margin: 0 auto;
		background: #FFFFFF url(../images/lng-membre.gif) no-repeat;
	}
		DIV.mainContainer DIV.headerContainer DIV.lng {
			width: 94px;
			height: 21px;
			margin-left: 3px;
			text-align: center;
			float: left;
			top: 8px;
			position: relative;
			background: #FFFFFF url(../images/onglet_lng.gif) no-repeat;
			padding-top: 6px;
		}
		DIV.mainContainer DIV.headerContainer DIV.membre {
			width: 163px;
			height: 21px;
			margin-right: 15px;
			text-align: center;
			float: right;
			top: 8px;
			position: relative;
			background: #FFFFFF url(../images/onglet_membre.gif) no-repeat;
			padding-top: 6px;
		}
		DIV.mainContainer DIV.headerContainer A {
			color: #FFFFFF;
			display: block;
			text-decoration: none;
		}
	DIV.mainContainer DIV.menuContainer {
		width: 1000px;
		height: 180px;
		margin: 0 auto;
		background: #FFFFFF url(../images/menu_background.gif) repeat-x bottom;
	}
	DIV.mainContainer DIV.contentContainer {
		width: 900px;
		margin: 0 auto;
		padding: 0 50px 0 50px;
		padding-bottom: 40px;
		background-color: #FFFFFF;
	}
		DIV.mainContainer DIV.contentContainer DIV.contentLeftContainer {
			width: 550px;
			padding-right: 50px;
			float: left;
			position: relative;
			background-color: #FFFFFF;
		}
		DIV.mainContainer DIV.contentRightContainer {
			width: 300px;
			float: right;
			position: relative;
			background-color: #FFFFFF;
		}
			DIV.mainContainer DIV.contentRightContainer A { font-size: 13px; }
			DIV.mainContainer DIV.contentRightContainer DIV.titre {
				padding: 0 30px 0 30px;
			}
				DIV.mainContainer DIV.contentRightContainer DIV.titre IMG.icone {
					margin-left: 12px;
					float: right;
					position: relative;
					}
				DIV.mainContainer DIV.contentRightContainer DIV.titre H1 {
					width: 300px;
					text-align: right;
					}
				DIV.mainContainer DIV.contentRightContainer DIV.titre H2 {
					width: 300px;
					text-align: right;
					}
			DIV.mainContainer DIV.contentRightContainer DIV.contenu {
				font-size: 13px;
				padding: 0 30px 0 30px;
			}
				DIV.mainContainer DIV.contentRightContainer DIV.contenu H1 {
					width: 300px;
	/*					padding-top: 10px;*/
					font-size: 14px;
					font-weight: bold;
					color: #6A6A6A;
					}
				DIV.mainContainer DIV.contentRightContainer DIV.contenu H2 {
					width: 300px;
					font-size: 14px;
					font-weight: bold;
					color: #90A152;
					margin-bottom: 15px;
					}
				DIV.mainContainer DIV.contentRightContainer DIV.contenu A.en-savoir-plus {
					text-decoration: underline;
					}
				
				
			DIV.mainContainer DIV.contentRightContainer DIV.separateur {
				width: 300px;
				height: 2px;
				margin: 0 auto;
				margin-top: 20px;
				margin-bottom: 20px;
				background-color: #FFFFFF;
				background-image: url(../images/separateur.gif);
				background-repeat:repeat;
			}
	DIV.mainContainer DIV.footerContainer {
		width: 1000px;
		height: 80px;
		margin: 0 auto;
		background-color: #FFFFFF;
	}
		DIV.mainContainer DIV.footerContainer DIV.copyright {
			color: #a8a8a8;
			font-size: 13px;
			margin-left: 10px;
			text-align: center;
			float: left;
			top: 55px;
			position: relative;
		}
		DIV.mainContainer DIV.footerContainer DIV.auteurs {
			top: 25px;
			color: #a8a8a8;
			font-size: 13px;
			margin-right: 15px;
			text-align: center;
			float: right;
			position: relative;
		}
		DIV.mainContainer DIV.footerContainer DIV.auteurs A {
			margin-left: 10px;
		}
	DIV.mainContainer DIV.separateur {
		width: 1000px;
		height: 5px;
		margin: 0 auto;
		background-color: #FFFFFF;
		background-image: url(../images/separateur.gif);
		background-repeat:repeat;
	}
	DIV.mainContainer DIV.separateur-sans-bg {
		width: 1000px;
		height: 2px;
		margin: 0 auto;
		background-color: #FFFFFF;
	}


TABLE.tab-liste TR TD.titre {
	vertical-align: top;
	border-spacing: 0px;
	background-color: #90a152;
	font-weight: bold;
	color: #FFFFFF;
	}
TABLE.tab-liste TR TD {
	padding: 4px;
	vertical-align: top;
	border-spacing: 0px;
	background-color: #e3eac7;
	}

TABLE.normal TD {
	padding: 5px;
}
	
	
fieldset {
	border: #CCC 1px solid;
	padding: 15px;
	}

input {
	border: #CCC 1px solid;	
	}
	
span.texte-rouge, span.texte-rouge * {
	color:#C41130;
	/*font-weight:bold;*/
}

.requis {


	color: #90A152;
}
