BODY
{
	background-color: #ffffff;
	margin: 5px;
	color: #585858;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

div#conteneur
{
	width: 100%;
	background-color: #ffffff;
	position: absolute;
	background-image: url(http://misc.caramericaine.fr/images/admin/menu/fond_menu.gif);
	background-repeat:repeat-y;
	background-position: top left;
}

/*=================================================================== HEADER ====================================================*/

div#pre_header
{
	margin: 0;
	background-color: #ffffff;
	text-align:right;
}

div#pre_header a:link,
div#pre_header a:active,
div#pre_header a:visited
{
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

div#pre_header a:hover
{
	font-size: 11px;
	color: #ED1C24;
	text-decoration: none;
}

div#header
{
	padding: 0px;
	margin-top: 0;
	height: 90px;
	background-color: #ffffff;
}

/*=================================================================== ISHERE ====================================================*/


div#ishere
{
	margin:0px;
	background-color: #ffffff;
	background-image: url(http://misc.caramericaine.fr/images/fd_barre_grise.gif);
	background-repeat:repeat-x;
	background-position: top left;
	margin-bottom: 10px;
}

div#ishere a:link,
div#ishere a:visited
{
	color: #585858;
	font-family: trebushet ms,arial;
	font-size: 11px;
	text-decoration: underline;
}

div#ishere a:active,
div#ishere a:hover
{
	color: #FF8040;
	font-family: trebushet ms,arial;
	font-size: 11px;
	text-decoration: underline;
}

/*=================================================================== MENU ====================================================*/

div#menu_gauche
{
	width: 250px;
	float: left;
	height: 500px;
	display: inline;
}

dl#menu
{
	margin:0px;
	
}

dl#menu dt
{
	border-bottom: 1px dotted #EF1C24;
	padding: 2px;
	width: 240px;
	color: #EF1C24;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 5px;
}

dl#menu dd
{
	margin:0px;
	
}

dl#menu dd a:link,
dl#menu dd a:visited
{
	margin:0px;
	background-image: url(http://misc.caramericaine.fr/images/admin/menu/puce_menu_off.gif);
	background-repeat:no-repeat;
	background-position: 5px left;
	padding: 1px;
	padding-left: 12px;
	margin-left: 5px;
	text-decoration: none;
	color: #000000;
}

dl#menu dd a:hover,
dl#menu dd a:active
{
	margin:0px;
	background-image: url(http://misc.caramericaine.fr/images/admin/menu/puce_menu_on.gif);
	background-repeat:no-repeat;
	background-position: 5px left;
	padding: 1px;
	padding-left: 12px;
	margin-left: 5px;
	text-decoration: underline;
	color: #ED1C24;
}

/*=================================================================== CENTRE ====================================================*/

/* BUG => ne pas mettre de background-color ! */
div#centre
{
	padding: 5px;
	display: block;
	text-align:left;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html div#menu_gauche
{
	margin-right: 10px;
}
 
* html div#centre,
* html div#centre h1,
* html div#centre h2
{
	height: 1%;
	margin-left: 0;
}
 
/* End hide from IE5/mac */


div#centre a:link,
div#centre a:active,
div#centre a:visited
{
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

div#centre a:hover
{
	font-size: 11px;
	color: #ED1C24;
	text-decoration: none;
}

/*=================================================================== FOOTER ====================================================*/

div#footer
{
	padding:5px;
	color: #585858;
	text-align: center;
	background-color: #fff;
	line-height: 15px;
	clear: both;
	margin-top:15px;
	border-top: 1px solid #aaaaaa;
}

div#footer a:link,
div#footer a:active,
div#footer a:visited
{
	font-size: 11px;
	color: #444;
	text-decoration: underline;
}

div#footer a:hover
{
	font-size: 11px;
	color: #ED1C24;
	text-decoration: none;
}


