/* CSS Document */

/**--------------------------------------------**/
/** GENERAL - BODY - HEADERS, BAS DE PAGE, ETC **/
/**--------------------------------------------**/

/** body,td,th {/**ok**/
/** font-family: verdana,garamond, Times New Roman, Times, serif;
	font-size: 11px;
	color: #666;
} **/

body {/**ok**/
	background-color: #FFF;
	margin:0 0 0 0;
	}
	
hr { /** ligne horizontale **/
	clear: both;
	border: 0; /* enleve toute bordure */
	border-bottom: solid 1px #ff0099; /* une seule bordure (sinon firefox met une bordure en haut ET en bas mais pas IE */
	height: 1px; /* pour IE */
	padding-top:5px;}

/** LES DIV ID GENERALES **/

#conteneur { /** ok **/ 
	width:1044px;
	height:798px;
	border-left:#FF0099 solid 1px;
	border-right:#FF0099 solid 1px;
	border-bottom:#FF0099 solid 1px;
	text-align:left;
	overflow:visible;
	}
	
#header { /** titre du site - ok **/	
	background-image: url(http://www.ereme.net/images/header.gif);
	background-repeat: repeat-x;
	height: 74px;
	width: 1044px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	/** border-bottom:solid 1px #FF0099; **/
	background-color:#FF0099;
	}
	
#menunavig {
	width:222px;
	height:692px;
	margin-top:12px;
	margin-bottom:1px;
	border-right:solid 1px #FF0099;
	border-collapse:collapse;
	position:relative;
	float:left;	
	}
	
#centre {
	width:820px;
	height:700px;
	position:relative;
	float:left;
	background-color:transparent;
	overflow:auto;
	}
