body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top:0px;
	top: 0px;
	padding-bottom: 0px;
	margin-top: 150px;
	
/*si le margin-top de conteneur ne fonctionne pas alors mettre un padding-top sur le body*/
}

#page {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position:relative; 
	
}	
	/*avec relative, tout le monde se positionne sur le conteneur et non sur body*/
	/*le point zéro sera le coin gauche au haut du conteneur */




/*-------------------------------------------------------------*/
/*header*/


#entete  {
	top: -100px;
	left: 0px;

/*	la mere de header c'est page. 
*/	
	position: absolute;
	height: 285px;
	width: 100%;
	
}


#sous_menu 
	{
	height: 30px;
	width: 100%;
	background-color: #999999;
	margin-left: -900px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #04293B;
	border-right-color: #04293B;
	border-bottom-color: #04293B;
	border-left-color: #04293B;
	float: right;
	margin-top: 4px;
}

#sous_menu a
	{
	float:left;
	text-decoration:none;
	line-height:30px;
	text-align: center;
	vertical-align: middle;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	width: auto;
	height: auto;
	padding-right: 1.25em;
	padding-left: 1.25em;
	
	}	
	
	
#sous_menu a:hover 
{
	border-color: #f00;
	background-color: #264F63;
	padding-right: 1.25em;
	padding-left: 1.25em;
}


#sous_menu ul
{
	display:inline;
	list-style-type:none;
	width: auto;

}


#sous_menu li

{
display:inline;
}


/*-------------------------------------------------------------*/
/*contenu */


#contenu {
	width: 100%;
	background-color: #333333;
	height: auto;
	position: relative;
	margin-bottom: 0px;
	margin-top: 185px;
	float: left;
}
#page #contenu #colonne_centre h3 {
	color: #663333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}


/*#colonne_gauche {
	background-color: #00FFFF;
	height: 300px;
	width: 20%;
	float: left;
	color: #FFFFFF;
}
*/
#colonne_centre {
	background-color: #CCCCCC;
	width: 80%;
	float: right;
	height: auto;
	color: #FFFFFF;
}


/*#piedpage {
	background-color: #000000;
	height: 50px;
	width: 900px;
	float: left;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}
*/
#page #contenu #colonne_centre p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#page #contenu #colonne_centre a {
	text-decoration: none;
	color: #993333;
	font-weight: bold;
}
#page #contenu #colonne_centre a:hover {
	color: #722525;
	font-weight: bold;
}
#page  #contenu  img  {
	border: medium solid #FFFFFF;
}

