body {
	color:		black;
	background: 	#ddffdd;
	#width:		768px;
	width:	808px;
	#margin-right: 80px;
	margin:		auto;
	padding:	20px;
}

a:link {color: #8B0000;}
a:visited {color: #8B0000;}
a:hover {color: red;}

#headerLeft {
	float:left;
	position:relative;
	top:4px;
	left:4px;
	width:80px;
	height:60px;
}


#headerCenter {
	font-size: 30px;
	font-weight:bold;
	font-family:sans-serif;
	text-align:center;
    font-style: italic;
}

#Ligne {
	float:left;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0;
	width:100%;
	height:3px;
	background: #ca0000;
}

#footer { float: left; }


#footerCenterLeft {
	float:left;
	position:relative;
#  top:5px;
	text-align:center;
	font-size: 11px;
}

#footerCenterRight {
	float: right;
#	position:relative;
#	top:5 px;
	text-align:center;
#	color: #888888;
	font-size: 11px;
#	border: 1px solid #000000;
}


#inner { float: left; }

#menu {
	float: left;
	width: 110px;
	margin-left: 0px;
	margin-right: 20px;
	padding: 5px;
	border : 1px solid black;
	-moz-border-radius: 10px;
	background-color: #cceecc;
}

#menucontent {
	font-size: 9pt;
#	text-align:center;
	text-decoration: none;
}

#menu ul { margin: 0px; padding: 0px; list-style-type: none;}

#menu li { margin: 0px; display: inline; text-decoration: none;}

#menu li a {
	color: #DB0B0B;
	font-weight:bold;
	padding: 3px;
	display: block;
	text-decoration: none;
#	background: #8B9999;
}

#menu li a:hover {
	color: red;
	background: #8B0000;
	-moz-border-radius: 6px;
}

#content {
	margin-left: 130px;
	width: 608px;
	padding: 15px;
	background-color: #cceecc;
}

#sous_titre {
	color:	#FFFFFF;
	font-weight:	bold;
	font-size: 15px;
}

#choix_langue {
		text-align:center;
}

#avert {
	font-size: 10px;
	color: grey;
	padding: 5px;
	border: 2px solid #ddffdd;
}

/* doc_info en vrac */
h2 {
    text-align: center;
    background-color: #ddeeff;
    font-size: large;
    border: 1px solid #000000;
}

h3 {}

h4 {
    margin-left: 30px;
    font-weight: bold;
    text-decoration: underline;
    color: #000099;
}


div.commande {
	background-color: #efedac;
    padding: 1px;
    padding-right: 4px;
    margin: 2px 2px 2px 2px;
    border: 1px solid grey;
}

div.rubrique {
	#background-color: #ffffff;
	border: 2px solid #4a4a4a;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}

div.rem {
#    font-size: 11px;
#    color: grey;
    font-style: italic;
}

.code {
	background-color: #e5e5ff;
	padding: 2px;
}

div.eo {
	position: relative;
	left: 1%;
	width:	90%;
	font-size: 11px;
	color: #444444;
	padding: 3px;
	margin-top: -10px;
	margin-bottom: 20px;
	border: 2px dashed #ddffdd; 			 /* clair 70B5D6 */
	background: 	#ddffdd;					 /*  fonce 69AAC5 */
	-moz-border-radius: 8px;	

  }
ul.menu_accueil {
	margin: 30px; padding: 0px; list-style-type: square;
}
