/*
design.css
--------------		Par Dark Angel

Créé le 5 Mai 2006


Description : 

feuille de style de la mise en forme du site (menu, en-tête, pied de page...)
*/

body 
{
	font-family: "Verdana", Trebuchet MS , Arial, Times New Roman, Times, serif;
	font-size: 0.8em;
	padding:0;
	margin:0;
	background-color: #000;
}
.noscript_box{
	background-color:#FFCC00;
	padding:2px;
	font-size:12px;
	text-align:center;
	font-weight:bold;

}
#conteneur{
	margin-top:10px;
	margin-bottom:10px;
	width: 874px;
	margin-left:auto;
	margin-right:auto;
	background:#F3DC80 url(bg_conteneur.jpg) repeat-y;
	border: 1px solid #B37A00;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color: #000;
}
#txthaut{
	padding-left:7px;
	color: #B37A00;
}

/* en tête */
#acces_rapide
{
	display: none;
}

#logo
{
	display: block;
	margin-left: 20px;
	margin-top: 43px;
}



#banniere
{    	
	background-image: url("header.jpg");
	background-repeat: no-repeat;
	height:230px;	
	border-top: 1px solid #B37A00;	

}

/* menu */
#menu 
{		
	width: 139px;		
	float:right;	
}

#menu dl, dt, dd, ul, li 
{
	margin: 0;
	padding: 0;

}

#menu dl 
{
	border:1px solid #B37A00;
	margin:5px auto auto;
	
	width:130px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#menu dt 
{
	font-size:11px;
	cursor: pointer;
	font-weight: bold;
	margin: 0;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	background: url('bg_title_menu.png') no-repeat right;
	
}

#menu dd 
{	
	padding-bottom:2px;
	border-top:1px solid #B37A00;
	font-size:10px;
}
#menu ul
{
	list-style-type: none;	
}
#menu li 
{
	padding-left:7px;
	padding-right:5px;	
	padding-top:1px;
	padding-bottom:1px;
}

#menu li a, #menu dt a 
{
	color: #B37A00;
	text-decoration: none;
}

#menu dt a, #menu li a:hover{
	color:#712005;
}


/* corps */
#corps-conteneur{
	min-height: 600px;
	width:734px;
	background:#fff;
	border-right: 1px solid #B37A00;
	border-bottom: 1px solid #B37A00;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
}
#corps 
{ 		
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#arborescence
{
	font-size:0.85em;
}


/* pied de page */
#footer
{
	margin-top: 0px;	
	padding: 5px;
}

/* uniquement pour IE 
* html div#footer, * html div#corps{position:relative;top:20px;}*/
