@charset "utf-8";
/* CSS Document */


body{ margin:0; padding:20px; background-color:#231f08; top repeat-x; text-align:left;
background:url(img/body/bg.gif) top left repeat; align: center;}

p{font-family:Trebuchet MS, Lucida Grande, Helvetica;font-size:12px;color:#282828;text-align:justify;}

h1{font-family:Trebuchet MS, Lucida Grande, Helvetica;font-style:bold;font-size:24px;color:#2e2a1c; text-align:left;}
h2{font-family:Trebuchet MS, Lucida Grande, Helvetica;font-style:none;font-size:16px;color:#ad9532; text-align:left;}
h3{font-family:Trebuchet MS, Lucida Grande, Helvetica;font-size:14px;color:#FFFFFF; text-align:left;}


#contenu a {color:#FFFFFF; background-color: #2e2a1c; text-decoration:none; }
#contenu a:hover {color:#FFFFFF; background-color: #ad9532; text-decoration:none; }


#container{ 

width:900px;
padding:10px 0 10px 0;
margin:0 auto; 
background:url(img/container/bg.gif) top left repeat;
}

/* Menu-----------------------------------------------------------------------------*/

#logo{
	margin				:0 auto;
	padding				:0;
	width				:900px;
	height				:220px; 
	text-align:left; 
	background:url("img/logo/logo.gif") center left no-repeat;

}
#boxmenu{
	margin				:0 0 0 10px;
	padding				:0;
	width				:890px;
	height				:36px;
	text-align:left; 

}

#menu{
	margin				:0;
	padding				:0;
	list-style-type		:none;
	position			:absolute;
	width				:890px;
	height				:36px;
	


}

#menu li{
	padding				:0;  /* Espacement du haut intérieur des boutons----*/
	margin				:0 8px 0 0; /* Espacement entre les boutons de menu----*/
	width				:140px; /* largeur du bouton----*/
	height				:36px; /* hauteur du bouton---*/
	float				:left; /* permettre l'allignement horizontale du menu---*/
	list-style-type		:none;
	background			:url(img/menu/bg_menu.gif) repeat; /* images d'arrière-plan du bouton---*/
	font-family			:Trebuchet MS, Lucida Grande, Helvetica; /* police de caractère---*/
	text-align			:center;
}


#menu li a{

	display				:block;
	font-size 			:16px; /* grandeur de la police---*/
	text-decoration		:none; /* Enleve les liens soulignés----*/
	color				:#282828; /* Couleur du texte----*/
	width				:140px; /* largeur du bouton----*/
	height				:36px; /* hauteur du bouton---*/
	line-height			:35px;
	font-weight			:bold;
	color				:#FFF;

}

#menu li a:hover{
	background			:url(img/menu/bg_menu_roll.gif) repeat; /* images d'arrière-plan du bouton---*/
	color:#FFFFFF;

}

.actif{
	background			:url(img/menu/bg_menu_roll.gif) repeat; /* images d'arrière-plan du bouton---*/
	color:#FFFFFF;

}





#header{
	margin:10px 10px 0 10px;
	padding:10px;
	width:860px;
	height:230px;
	text-align:left;
	background-color:#FFFFFF;

}


#headerLeft{
	float:left;
	margin:0 5px 0 0;
	padding:0;
	width:243px;
	height:230px;
	background:url("img/header/img1.jpg") top left no-repeat;

}

#headerRight{
	float:Right;
	margin:0 0 0 5px;
	padding:0;
	width:607px;
	height:230px;
	background:url("img/header/img2.jpg") top left no-repeat;

}









/* Contenu-----------------------------------------------------------------------------*/

#contenu{
	margin:10px;
	padding:10px;
	width:860px;
	text-align:left;
	background-color: #FFFFFF;
}


#titre {
	float:top;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	width:860px;
	height:50px;
	background-color: #2e2a1c;
	border:1px solid white;
	font-family:Trebuchet MS, Lucida Grande, Helvetica;
	font-style:bold;
	font-size:80px;
	color:#FFFFFF;
	line-height:50px;


}

#contenuLeft {
	float:left;
	margin:0;
	padding:0 10px 0 0;
	width:540px;
	border-right: 1px dotted #ad9532;

}

#contenuRight {
	float:right;
	padding:0 0 0 10px;
	width:299px;

	background-color:#f8f8f2;

}





#footer{
	margin-left			:10px;
	padding				:5px;
	width				:870px;
	height				:20px;
	background			:#231f08;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#FFF;
	text-align:right;
}

#footer a{color:#837449; text-decoration:none;}
#footer a:hover{ text-decoration:underline;}


#footerLeft {
	float:left;
	margin:0;
	width:400px;
	text-align:left;



}

#footerRight {
	float:right;
	width:400px;
	text-align:right;

}

#tblForm tr{ 
	font-family	:Trebuchet MS, Lucida Grande, Helvetica; /* police de caractère---*/
	font-size:12px;
	font-style:bold;
}



#tblForm tr td{ 
	border-top:#6b5c1b 1px dashed;
	padding:3px;
}
