/* CSS Document */
/* début des styles du body */
body {
	text-align: justify;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/general/fond_site.png);
	background-repeat: repeat-x;
	background-color: #9A6CAD;
}
/* fin des styles du body */

/* début des style de structure du site */
#structure_site {
	position: absolute;
	top: 0px;
	left: 0;
	width: 950px;
	/*margin-left: -475px;*/
	_height: 100%;
	min-height: 100%;
	background-color: #71408E;
}

.clear {
	clear: both;
	height: 0px;
	visibility: hidden;
	padding: 0px;
	margin: 0px;
}

.div_sourit {
	cursor: pointer;
}
/* fin es style de structure du site */

/* début des styles du menu */
#menu {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 201px;
}

#menu_bandeau {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 160px;
	background-image: url(../images/menu/bandeau.jpg);
	background-repeat: no-repeat;
}

#menu_rechercher {
	position: absolute;
	top: 99px;
	left: 223px;
	width: 287px;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
}

#menu_flash {
	position: absolute;
	top: 15px;
	left: 207px;
	width: 287px;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
}

.menu_champ {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	width: 100%;
}

#menu_liste {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 18px;
	background-image: url(../images/menu/fond_menu.gif);
	background-repeat: repeat-x;
	padding-top: 12px;
	padding-bottom: 11px;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.menu_texte {
	margin-left: -7px;
	margin-right: -7px;
}

a.menu_lien {
	padding-top: 12px;
	padding-bttom: 11px;
	padding-left: 17px;
	padding-right: 16px;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.menu_select, a.menu_select, a.menu_select:hover, a.menu_lien:hover {
	padding-top: 12px;
	padding-bottom: 11px;
	padding-left: 17px;
	padding-right: 16px;
	background-color: #FF9900;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
/* fin des styles du menu */


/* début des styles du pied */
#pied_site {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	padding-top: 5px;
}

#pied_coordonnees {
	float: left;
	top: 0px;
	left: 0px;
	width: 543px;
}

#pied_coordonneesinfos {
	float: left;
	top: 0px;
	left: 0px;
	padding-left: 5px;
}
	
.pied_coordonneesborder {
	margin-left: 5px;
	border-left: 1px solid #DACCDD;
}

#pied_liens {
	float: left;
	top: 0px;
	left: 0px;
	width: 407px;
	padding-top: 3px;
}

.pied_texte, a.pied_lien, a.pied_lien:hover {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	background-color: #4A2B60;
	margin-right: -5px;
}

.pied_texte, a.pied_lien:hover {
	text-decoration: underline;
}
/* fin des styles du pied */

/* début des styles du modèle menu_article */
#menuarticle_structure {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin-top: 30px;
}

#menuarticle_ligne {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin-bottom: 5px;
}

#menuarticle_ligne2 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 350px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #E2D7E8;
	border: 1px solid #BDACC8;
}

a.menuarticle_lien, a.menuarticle_lien:hover {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #71408E;
	font-weight: bold;
	text-decoration: none;
}
/* fin des styles du modèle menu_article */