*{margin:0; padding:0;}

body{
	
	background:url('../img/bg_body.jpg') repeat-x top left;
	font-size:11px;
	font-family:arial, verdana;

}

img{border:none;}

#global{

	width:818px;
	margin:0 auto 15px auto;
	position:relative;
	
}

/*********************/
/*BANDEAU DU HAUT*/
/*********************/

#header{

	background:url('../img/header.jpg') no-repeat top left;
	height:219px;

}

#logo{padding:25px 0 0 145px;}




/*********************/
/*MENU TEXTE*/
/*********************/

#menu_texte{

	margin-left:15px;
	padding-bottom:2px;
	width:150px;
	background:url('../img/sep_menu.jpg') repeat-x bottom left;

}
#menu_texte li{

	background:url('../img/sep_menu.jpg') repeat-x top left;
	padding:4px 2px 2px 0;
	list-style-type:none;

}


#menu_texte a{

	text-decoration:none;
	color:#666666;
	display:block;
	padding:1px 2px;
	outline:none;
}

#menu_texte a:hover, .selected{background:#c9dee3; color:#000 !important;}
.selected{background:#c9dee3; color:#000 !important; font-weight:bold;}




/*********************/
/*CONTENU*/
/*********************/

#contenu{

	background:url('../img/bg_page.jpg') repeat-y top left;
	padding:0 25px 10px 25px;

}

#colonne_gauche{

	width:178px;
	float:left;
	overflow:hidden;

}


#suite_contenu{
	margin:15px 0 0 185px;
}

.sous_titre{

	font-size:12px;
	font-weight:bold;
	margin-bottom:15px;

}

.pdf{
	list-style-type:none;
	margin-bottom:5px;
	
}

.pdf a{
	background:url('../img/picto_pdf.gif') no-repeat top left;
	color:#333333;
	font-size:12px;
	padding:2px 20px;
	text-decoration:none;
}
.pdf a:hover{text-decoration:underline;}



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

#menu_secondaire{

	position:absolute;
	bottom:35px;
	left:25px;
}

#footer{

	background:url('../img/bas_page.jpg') no-repeat top left;
	height:20px;
}


/*********************/
/*CLASSES*/
/*********************/

.cache{text-indent:-9999px; height:0px;}
