/*	structure de la page	*/

/*	généralités	*/

body
	{
	font-size:0.8em;
	font-family:"Trebuchet MS", Geneva, Helvetica, Arial, SunSans-Regular, sans-serif;
	margin:0px;
	background-color:#cbe4c6;
	overflow:auto;
	scrollbar-face-color: #bfdcc8;
	scrollbar-shadow-color: #a9c2b4;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #a9c2b4;
	scrollbar-darkshadow-color: #8a9a8e;
	scrollbar-track-color: #cee7c9;
	scrollbar-arrow-color: #5f7069;
	}

img
	{
	border:0px;
	}

/*	Positionnement des éléments	*/

#menu
	{
	position:absolute;
	top:0;
	width:145px;
	min-height:100%;
	color:#ffffff;
	text-align:right;
	padding-right:5px;
	overflow:visible;
	}
#menu_bg
	{
	position:absolute;
	width:145px;
	height:100%;
	top:0;
	text-align:right;
	padding-right:5px;
	background-color:#578bba;
	background-image:url(gal/mep/menu_bg.gif);
	background-position:right bottom;
	background-repeat:repeat-x;
	}

#langue
	{
	display:block;
	float:right;
	padding:1px;
	}

#main
	{
	width:100%;
	height:100%;
	}

#main_haut
	{
	width:auto;
	height:100px;
	padding-left:220px;
	color:#578bba;
	}

#main_page
	{
	width:auto;
	height:auto;
	padding-left:170px;
	}

#main_bas
	{
	width:auto;
	height:20px;
	padding-left:170px;
	padding-right:10px;
	color:#578bba;
	}

#main_haut a, #main_bas a
	{
	color:#578bba;
	}

/*	elemenents de menus	*/

#rapel_pos
	{
	float:left;
	background-color:#578bba;
	border:1px #000000 solid;
	}

#menu a
	{
	color:#ffffff;
	text-decoration:none;
	}
#menu a b img
	{
	display:inline;
	margin-bottom:-3px;
	}
#menu a:hover b img
	{
	background-image:url(gal/mep/lien_over.gif);
	background-position:1px bottom;
	background-repeat:no-repeat;
	}
#menu a:hover, #menu a:hover .menu_titre
	{
	text-decoration:underline;
	}

.menu_titre
	{
	display:block;
	text-align:center;
	font-weight:700;
	margin-right:-15px;
	margin-top:5px;
	border-top:2px #cbe4c6 solid;
	border-bottom:1px #cbe4c6 solid;
	background-color:#578bba;
	background-image:url(gal/mep/menu_lien_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	}
.menu_titre a
	{
	display:block;
	background-image:url(gal/mep/coin.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	}

.menu_titre img
	{
	float:left;
	background-color:#578bba;
	border-right:1px #cbe4c6 solid;
	border-bottom:1px #cbe4c6 solid;
	border-left:1px #cbe4c6 solid;
	}

/*	mise en page	*/

#main_page a
	{
	color:#47657f;
	text-decoration:underline;
	}
#main_page a:hover
	{
	background-color:#ffffff;
	text-decoration:none;
	}
#main_page a:hover img
	{
	background-color:#ffffff;
	text-decoration:none;
	}

h1, h2, h3, h4
	{
	color:#47657f;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	}

p
	{
	font-size:1.2em;
	text-indent:20px;
	}

/*	classes specifiques	*/

.creton_cv
	{
	padding:2px;
	border:1px #578bba solid;
	background-color:#d8f2d3;
	overflow:hidden;
	}
.creton_cv ul
	{
	padding-left:220px;
	}
.creton_cv img
	{
	float:left;
	}

.flotant_droit
	{
	display:block;
	float:right;
	width:25%;
	text-align:left;
	border:1px #578bba solid;
	background-color:#d8f2d3;
	}

#actions_speciales
	{
	margin-left:-10px;
	margin-top:-10px;
	float:left;
	}
