/*****************************************/
/*          Styles globaux               */
/*****************************************/

/************************* Blocs de base *************************/
*
{
    margin: 0;
    padding: 0;
}

html 
{
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
}

body
{
	background-color: #b5c3a8;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	font-weight: normal;
	/*background-image: url(../images/gus/page_fond.gif);
	background-repeat: repeat;*/
	background-color: #ccd7c2;
}

img
{
	border-style: none;
}

a 
{
	text-decoration: underline;
}

ul, p
{
	margin-top: 0px;
	margin-bottom: 0px;
}

li
{
	margin-left: 18px;
}
.clear {
	clear:both;
}
/************************* Blocs *************************/
#page
{	
	background-image: url(../images/gus/page_fond_haut.gif);
	background-repeat: repeat-x;
	min-height: 470px;
}

#page_contenu
{
	width: 990px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	min-height: 470px;
}

#bandeau
{
	background-repeat: no-repeat;
	height: 134px;
	/*overflow: hidden;*/
	width:100%;
	float:left;
}

#contenu
{	
	clear:both;
	background-repeat: repeat-x;
	min-height: 336px;
}

#pied
{
	background-image: url(../images/gus/pied_fond.png);	
	background-repeat: repeat-x;
	background-color: #ffffff;
	min-height: 70px;
	padding-top: 5px;
}

/************************* Arborescences *************************/
/*---------------- menuList ----------------*/
#menuList
{
	margin-top: 104px;
	margin-left: 13px;	
}

#menuList li
{
	margin: 0;
	float: left;
	list-style: none;	
	margin-right: 6px;
}

#menuList .onglet_tete
{
	float: left;
	background-repeat: no-repeat;
	height: 30px;
	width: 3px;
}

#menuList .onglet
{	
	float: left;
	background-repeat: repeat-x;
	padding-top: 9px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 12px;
	height: 21px;
}
#menuList .onglet_pied
{
	float: left;
	background-repeat: no-repeat;
	height: 30px;	
	width: 3px;
}

/*---------------- arbo_annexe ----------------*/
#arbo_annexe
{
	font-size: 12px;
	margin-left:28px;
	margin-top:11px;
	color: #595959;
	margin-top: 11px;	
	height: 38px;
}

#arbo_annexe li
{
	line-height: 12px;
	margin: 0;
	float: left;
	list-style: none;
	background-image: url(../images/gus/puce1.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	padding-right: 5px;
}
#arbo_annexe a
{
	color:#5A5A5A;
	text-decoration:none;
}
#arbo_annexe a:hover
{
	text-decoration:underline;
}
/*---------------- arbo_navigation ----------------*/
#arbo_navigation
{
	height: 23px;	
	padding-top: 9px;
	padding-right: 5px;	
}

#arbo_navigation ul
{
	margin: 0;
	float: right;
}
	
#arbo_navigation li
{
	margin: 0;
	float: left;
	list-style: none;
	font-size: 11px;
	padding-right: 4px;
}

	
#arbo_navigation li a
{	text-decoration: none;
	font-size: 11px;
}

/*---------------- arbo_rubrique ----------------*/

#arbo_rubrique
{
	width: 185px;
	min-height: 400px;
	background-repeat: repeat-x;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 5px;
}

#arbo_rubrique ul
{
	margin: 0;
	padding-bottom: 5px;
}
	
#arbo_rubrique li
{
	margin: 0;
	list-style: none;
	background-image: url(../images/gus/puce3.gif);
	background-image: url(../images/gus/puce3.gif);
	background-position: left 7px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 16px;
	list-style: none;
	color: #5a5a5a;	
}

#arbo_rubrique li a
{
	color: #5a5a5a;
	text-decoration: none;
}

/*-------------- logos ------------*/
#logos
{
	clear: both;
	vertical-align: top;
	text-align: right;
}

/*-------------- Divers ------------*/
.noPrint {
	display:none;
}

