/* *** principal *** */

html {
	background-color:#DEE2E8;

}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
    text-align: center; /* pour corriger le bug de centrage IE */
    background-color:#DEE2E8;
}

#conteneur{

	margin-left: auto;
    margin-right: auto;
    width: 1000px;
    text-align: left; /* on rétablit l'alignement normal du texte*/
}

#conteneursommaire{
	margin-left: auto;
    margin-right: auto;
	background-color:#000033;
	width: 800px;
	border-left: 1px solid #c7c6d7;
	border-right: 1px solid #c7c6d7;
	border-bottom: 1px solid #c7c6d7;
	margin-top: 10px;
	
}
#contentsommaire {
	font-family: Verdana, "Lucida Grande", Lucida, Tahoma, "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 10px 0px 10px 0px;
	width:800px;
}
#contentsommaire a:link{
	font-size: 85%;
	color: #ffffff;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
}

#contentsommaire a:visited{
	font-size: 85%;
	color: #ffffff;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
}
   
#contentsommaire a:hover, #centre a:focus{
	font-size: 85%;
	color: #333;
	background-color: #C7D5FD;
	text-decoration: none;
}


#header {
	margin: 0px 0px 0px 1px;
	height: 74px;
	width: 1000px;
	background: url(../img/commun/header/header.gif) no-repeat;
	/*border: 1px solid red;*/
}

#header-ban {
	float: right;
	margin: 4px 0 0 0;
	padding: 0;
	/*border: 1px solid red;*/
}

#headerprint {
	display: none;
}

#menu {
	/*margin: -3px 0px 0px 1px;*/
	margin-left: 1px;
	top: 74px;
	height: 72px;
	background: url(../img/commun/menu/fond-menu.gif) repeat;
	/*border: 1px solid red;*/
}

#Smenu {
	/*margin: -3px 0px 0px 1px;*/
	margin-left: 1px;
	top: 111px;
	height: 23px;
	text-align: right;
	/*border: 1px solid red;*/
}

#menucontextuel {
	margin: -19px 0px 0px 90px;

}

#menuthematique {
	margin: -70px 0px 0px 115px;
	padding-bottom: 55px;
	clear: both;
}

#content {
	margin: -3px 0px 0px 0px;
	top: 131px;
	/*padding-top: 2px;*/
	width:1000px;
	
}
