body {
	background-image: url(../images/bg.png);
	background-color: #f1e9d6;
	color: #333333;
	background-position: center top;
	background-repeat: repeat-y;	
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 0.8em;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0;
}
html, body {
	height: 100%;
	margin: 0;
	}

a img { border: none; }

img.noborder	{
	border: none;
	background-color: #FFFFFF;
	text-decoration:none;
}
a.noborder,a.noborder:link,a.noborder:visited,a.noborder:hover {
	border: none;
	text-decoration:none;
	background-color: #FFFFFF;
}
a img.noborder,a:link img.noborder,a:visited img.noborder,a:hover img.noborder {
	border: none;
	text-decoration:none;
	background-color: #FFFFFF;
}

p.text_center {
	text-align: center;
}

.maintitlestyle
{
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 2.0em;
	color: #c41300;
	font-weight:bold;
	
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width: 350px;
	height: 50px;
	text-align:center;
}

.sectionstyle
{
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 1.2em;
	font-weight:bold;
	color: #c41300;
}

h1
{
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 1em;
	font-weight:normal;
	color: #CC6600;
}




h2 
{
	clear:left;
	padding-bottom: 0.2em;
	/*border-bottom: 1px solid #cc0000;*/
	text-indent: 10px;
	border-bottom:5px solid #CBCBCB;
	color:#5C8196;
	font-size:1.1em;
}



a:link {
	color: #5C8196;
	font-size: 1.1em;
	font-weight:bold;

}
a:visited {
	color: #5C8196;
	font-size: 1.1em;
	font-weight:normal;
}

a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}




/* Conteneur 					------------------------------------------------------------------------------------------- CONTENEUR */	
#conteneur {
	position: relative;
	margin: 0 auto;
	background-color: #FFFFFF;
	color: #333333;
	width: 768px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 100%;
}

/* Première Ligne 				------------------------------------------------------------------------------------------- PREMIERE LIGNE */	
#premiere_ligne {
	background-color: #FFFFFF;
	width: 100%;
}

#premiere_ligne a.logo {
	position: relative;
	float: left;
	left: 0px;
	height: 105px;
	margin-top: 0px;
	border: none;
	margin-bottom: 10px;
}
#premiere_ligne a.logo img { border: none; float: left; 	}

#premiere_ligne img.intranet { float: right; margin-top: 20px; }


#premiere_ligne a.logo2 {
	position: relative;
	float: right;
	left: 0px;
	height: 76px;
	margin-top: 0px;
	border: none;
	margin-bottom: 10px;
}
#premiere_ligne a.logo2 img { border: none; float: right; 	}



/* Menu Dynamique */

dt, dl, dd, ul, li {
list-style-type: none;
margin: 0 10px 0 0;
padding: 0;
}

#menu {background-color: #e4e4e4;
	height: 2em;
	width: 768px;
	position:relative;
	left: 0px;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	list-style-type: none;
	padding: 7px 0px 0px 0px;
	clear: both;
}

#menu dl {
float: left;
}
#menu li {
display: inline;
}

#menu a {
	text-align: center;
	text-decoration: none;
	color: #3c3c3c;
	background-color: #e4e4e4;
	margin: 0 2px;
	padding: 7px 7px;
	padding-bottom: 2px;
}

#menu a:hover {
	background: #c41300;
	background-image:url(../images/bg_menu.png);
	background-position: top center;
	background-repeat:no-repeat;
	color:#FFFFFF;
}



/* Corps de la page				------------------------------------------------------------------------------------------- CORPS */	

#corps_page {
	width: 768px;	
	padding-bottom: 150px; 	
	overflow: auto;
	margin-top: 0px;
	clear: both;
}


/* Menu	 Footer					------------------------------------------------------------------------------------------- FOOTER MENU */	
#footer {
	position: absolute;
	width: 840px;
	left: -26px;
	bottom: 0;
	background-image:url(../images/bg_footer.png);
	background-repeat:repeat-x;
	height: 90px;
	margin-bottom: 0px;
	text-align: center;
	}

#footer ul#menufooter {
	height: 2.1em;
	position:relative;
        width: 800px;
	left: 30px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	text-align:center;
font-size: 0.9em;
color: #FFFFFF;
}

#footer ul#menufooter li {
	float: left;
}

#footer ul#menufooter a {
	float: left;
	text-align: center;
	text-decoration: none;
	color: #3c3c3c;
	margin: 0 2px;
	padding: 3px 3px;
	padding-bottom: 2px;
	height: 100%;
color: #FFFFFF;
}

#footer ul#menufooter a:hover {
	background: #c41300;
	background-image:url(../images/bg_menu.png);
	background-position: top center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	height: 100%;
}	

