body {
	color:#000;
	margin:0;
	padding:0;
	height:100%;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	background-image: url("images/bg_body.jpg");
	font-size:80%;
}

html {
	height:100%;
}

#conteneur {
	position:absolute;
	width:780px;
	top:0;
	left:50%;
	margin-left:-390px;

	background-image: url("images/bg_content.jpg");
	background-repeat: repeat-y;
}


#header_print {
	display:none;
}


#header {
	width:780px;
	height:157px;
	/*background-image: url("images/header.jpg");  Dans le head des templates*/
	background-repeat: no-repeat;
	background-position: 0 0;
	margin:0;
	padding:0;
}

#header a {
	width:780px; 
	height:157px; 
	display:block;
}

#header a span {
	display:none;
}




#search {
	text-align: center;
	border-bottom:1px solid #ccc;
	padding-bottom:3px;
	margin-bottom:15px;
}

#contenu {
	float:right;
	width:610px;
	margin-right: 5px;
	padding:5px !important;
	padding:0px;		/* à cause de IE6 */
	margin-bottom:40px;
}

.post {
	clear:right;
	margin-top:0;
}

#contenu a, #footer a, .info_unicode a {
	color:#2D5B1C;
	text-decoration:underline;
}

#contenu a:visited, .info_unicode a:visited {
	color:#728A6C;
	text-decoration:underline;
}

#contenu a:hover, #footer a:hover, .info_unicode a:hover {
	color:#999;
	text-decoration:none;
}

#contenu a:active, .info_unicode a:active {
	color:#728A6C;
	text-decoration:underline;
}

#menu {
	margin-left:7px;
	width: 144px;
}

ul.mainMenu li ul {
	display:none;
}

ul.mainMenu li.here ul {
	display:block;
}


#menu ul {
	margin:0;
	padding:0;
	list-style: none;
}

#menu ul li {
	border-bottom:1px solid #ccc;
	margin:5px 0 10px 0;
	padding-bottom:5px;
}

#menu ul li ul {
	margin-left:20px;
}

#menu ul li ul li {
	border:0;
	margin:0;
	padding:0;
}

#menu ul a {
	color:#2D5B1C;
	text-decoration:none;
	display: block;
}

#menu ul a:hover {
	color:#fff;
	text-decoration:underline;
}

#langMenu {
	/*position:absolute;
	right:0;
	width:200px;*/
}

#langMenu ul {
	list-style-type:none;
	margin:0;
}

#langMenu ul li {
	padding:0;
	margin:0;
	border:0;
}

#langMenu ul li a {
	display:inline;
	width:100%;
}

#langMenu ul li img {
	display:inline;
	padding-right:2px;
	width:21px;
	height:14px;
}



#footer {
	clear:both;
	background-image: url("images/footer.jpg");
	background-repeat: no-repeat;
	background-position:0 29px;
	width:100%;
	height:40px;
	text-align:center;
	font-family: Georgia, Times New Roman, serif;
}


/*****************************************************************************************/
/*					Formulaire
/*****************************************************************************************/

#utf_form {
	border:3px solid #FFAF19;
	background-color:#FFCB69;
	width:75%;
	margin:auto;
	margin-top:20px;
	padding:10px;
}

input, textarea, select {
	background-color:#BBE2B1;
	border:1px solid #326A13;
	font-size:1em;
}

form label.required:before {
	content: '* ';
	color:#F00;
}

.FSF_submit {
	color:#fff;
	background-color:#326A13;
	border:2px solid #ccc;
}

h2 {
	text-align:center;
}

h3 {
	font-size: 1.3em;
	font-weight:bold;
	text-align:left;
}

h2.news {
	font-size: 1.1em;
	text-align:left;
	padding:0;
	margin:0;
}

.nl_summaryPost h3 {
	padding:0;
	margin-top:0;
}

.nl_summaryPost .plus {
	padding:0;
	margin-top:5px;
}

hr {
	height:1px;
	color:#ccc;
	background-color:#ccc;
	border:0;
	margin:10px 0;
}

th {
	text-align:left;
}
