/******************************************/
/********** STRUCTURE DE LA PAGE **********/
/******************************************/

body{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(img/fond.jpg);
	margin:0px;
	padding:0px;
}
#block-principal{
	width:765px;
	margin-left:auto;
	margin-right:auto;
	border:1px #DA7604 solid;
	background-image:url(img/corps-fond.jpg);
	background-position:top;
	background-repeat:repeat-y;
}
#block-haut{
	background-image:url(img/haut.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:30px;
	text-align:right;
}
#block-bandeau{
	height:118px;
}
#block-corps{
	background-image:url(img/corps-haut.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:765px;
	float:left;
}
#block-corps-image{
	background-image:url(img/corps-bas.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:765px;
	float:left;
}
#block-menu{
	width:170px;
	float:left;
}
#block-contenu{
	height:440px;
	margin-left:170px;
}
html>body #block-contenu {
	height:auto;
	min-height:440px;
} 
#block-bas{
	background-image:url(img/bas.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:42px;
	clear:left;
}

/******************************************/
/************* MENU SECONDAIRE ************/
/******************************************/

#menu-secondaire{
	font-size:12px;
	font-weight:normal;
	color:#fff;
}
#menu-secondaire a{
	text-decoration:underline;
	color:#fff;
}
#menu-secondaire a:hover,#menu-secondaire a.active{
	text-decoration:none;
	color:#fff;
}

/******************************************/
/****************** MENU ******************/
/******************************************/

#menu{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	list-style-type:none;
	margin:10px 0px 0 0px;
	padding:0px;
}
#menu li{
	padding:0px 0 0px 0;
}
#menu a{
	padding-left:18px;
	display:block;
	height:23px;
	width:161px;
	text-decoration:none;
	color:#99CC01;
	background-image:url(img/a-fond.gif);
	background-position:0px -4px;
	background-repeat:no-repeat;
	
}
#menu a:hover,#menu a.active{
	background-image:url(img/a-fond-hover.gif);
	background-position:0px -4px;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#fff;
}
#menu .no-border{
	border:none;
}

/******************************************/
/************ CORPS DE LA PAGE ************/
/******************************************/

#contenu-texte{
	padding:10px 20px 150px 28px;
	font-size:12px;
	color:#697C08;
	line-height:16px;
}
#contenu-texte a{
	text-decoration:underline;
	color:#FB9900;
}
#contenu-texte a:hover{
	text-decoration:none;
	color:#FB9900;
}
h1{
	font-size:18px;
	color:#8DA511;
	padding:0px 0px 40px 0px;
	margin:0px;
}
h3{
	font-size:14px;
	color:#F9C001;
	text-decoration:underline;
	padding:0px 0px 0px 0px;
}
ul{
	list-style-type:square;
}
p{
	margin:0px;
	padding:5px 0 5px 0;
}
hr{
	color:#697C08;
	background-color:#697C08;
	height:1px;
	border:0;
	margin:20px 0 20px 0;
}
#contenu-texte img{
	border:1px #457D3E solid;
}
#contenu-texte .no-border{
	border:none;
}
.tbl-border{
	border:1px #000 solid;
}
.petit{
	font-size:10px;
}
.gras{
	font-weight:bold;
}
.entete{
	color:#FF0000;
}
.colonne{
	float:left;
}

/******************************************/
/*************** FORMULAIRES **************/
/******************************************/

input.txt11 {
	border:1px #6AA344 solid;
	color:#333;
	background-color:#fff;
}

select, option {
	color:#fff;
}

textarea {
	border:1px #6AA344 solid;
	color:#333;
}
input.txt11:focus,textarea:focus {
	border:1px #FFCC01 solid;
	background-color:#fcf4d5;
}

/******************************************/
/****************** BAS *******************/
/******************************************/

#block-bas h2{
	text-align:center;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	margin:0px;
	padding:20px 0 0 0px;
}

#credits img{
	vertical-align:middle;
}
#credits{
	width:765px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:11px;
	color:#fff;	
}
#credits a{
	font-size:11px;
	color:#fff;
	text-decoration:underline;	
}
#credits a:hover{
	font-size:11px;
	color:#fff;	
	text-decoration:none;
}