body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CC6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #403A44;
	background-image: url(images/site/fondetoiles.gif);
}
.oneColLiqCtrHdr #container {
	width: 1100px;
	margin: 0 auto;
	text-align: left;
	background-color: #6A0400;
	background-image: url(images/site/bg_creche.jpg);
	background-repeat: no-repeat;
	background-position: 0px 36px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.oneColLiqCtrHdr #header {
	background-color: #6A0400;
	padding: 0px;
}
.oneColLiqCtrHdr #header h1 {
	display: none;
}
.oneColLiqCtrHdr #header h4 {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-variant: normal;
	text-decoration: none;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	color: #FFCC99;
}
.oneColLiqCtrHdr #mainContent {
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 220px;
	background-image: url(images/site/bg_bas.jpg);
}
.oneColLiqCtrHdr #mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFCC99;
	font-size: 15px;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
}

.oneColLiqCtrHdr #mainContent a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF9900;
	text-decoration: none;
	font-size: 14px;
}
.oneColLiqCtrHdr #mainContent a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFCCFF;
	text-decoration: none;
	font-size: 14px;
}
.oneColLiqCtrHdr #mainContent a :visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 14px;
}

.oneColLiqCtrHdr  #mainContent  table td h4  {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F7E5D4;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}
.oneColLiqCtrHdr  #mainContent  table td a:hover  {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFCCFF;
	font-size: 14px;
}
.oneColLiqCtrHdr  #mainContent  table td img  {
	text-align: center;
	border: 1px solid #CC6600;
}
.oneColLiqCtrHdr #mainContent table td p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFCC99;
	font-size: 14px;
	padding-right: 20px;
	padding-left: 10px;
	text-align: justify;
}
.oneColLiqCtrHdr #mainContent h1{
	padding-top: 144px;
	padding-right: 0px;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFCC99;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align: right;
}
.oneColLiqCtrHdr #mainContent h2 {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF9900;
	font-size: 22px;
	font-style: italic;
	padding-left: 0px;
	text-align: center;
}
.oneColLiqCtrHdr #mainContent h4 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFCC99;
	font-size: 18px;
}
.oneColLiqCtrHdr #mainContent li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF9900;
	font-size: 14px;
}.oneColLiqCtrHdr #mainContent li:hover {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.oneColLiqCtrHdr #mainContent img {
	text-align: center;
	margin: 5px;
	padding: 3px;
}
.oneColLiqCtrHdr  #mainContent map   {
	color: #FF6633;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 10px;
	margin-left: 0px;
}
	
.oneColLiqCtrHdr  #mainContent map a:link  {
	color: #FF6633;
	border: 1px solid #FF9900;
	margin: 0px;
	padding: 10px;
}
.oneColLiqCtrHdr #footer {
	background-color: #6A0400;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9900;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFCC99;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}

.oneColLiqCtrHdr #footer a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:;
	text-decoration: none;
	font-size: 14px;
	color: #FF9933;
}

/* MENU */


#menu {
	width: 1100px;   /* top lists */
	position: relative;
	z-index: 9;
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
	float: left;
	overflow: hidden;
	background-color: #6A0400;
	height: 36px;
	margin: 0px;
	padding: 0px;
	color: #FF9933;
	color: #FF9933;
}

#menu1 {
	width: 1100px;   /* top lists */
	position: relative;
	z-index: 9;
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
	float: left;
	overflow: hidden;
	height: 36px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	background-image: url(images/site/fondetoiles.gif);

}

#menu ul { /* top lists */
	padding: 0;
	margin: 0;
	list-style: none;
	background-attachment: fixed;
} 

#menu a {
	color: #F7ECEE;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	margin-top: 0px;
	margin-right: 0.6em;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
	
#menu a:hover{
	color: #FFCCFF;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	margin-top: 0px;
	margin-right: 0.6em;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	}
	
#menu li:hover {
	list-style-type: none;
	font-size: 14px;
	text-decoration: none;
}
#listesantons  a :hover {
	color: #FFCCFF;
	list-style-type: none;
	font-size: 14px;
	text-decoration: none;
}
#parannees  a :hover {
	color: #FFCCFF;
	list-style-type: none;
	font-size: 14px;
	text-decoration: none;
}
#videolist  a :hover {
	color: #FFCCFF;
	list-style-type: none;
	font-size: 14px;
	text-decoration: none;
}
	
#menu li { /* all list items */
	height: 36px;
	list-style-position: inside;
	
	float: left;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-decoration: none;
}
#menu li ul { /* second-level lists */
	position: absolute;
	z-index: 9;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	width:78px;
	left: -999em; /*	using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #CCCCFF;
}

#menu li ul li {
	border: 0px;
	width:78px; /*inactive dropdown menu color-beige pale*/
	border-bottom: 1px solid #777;
	background-color: #FFFFCC;
}
#menu li ul li a {
	width: 78px;
	padding: 0;
	font-size: 11px;
	text-decoration:none;
	font-weight: normal;
	color: #000000;
}

#menu li:hover, #menu li.sfhover { 
 /* lists nested under hovered list items */
}

#menu li:hover li, #menu li.sfhover li { /* lists nested under hovered list items */
	background-color: #FFFFCC;
}

#menu li:hover ul, #menu li.sfhover ul { /* lists nested under hovered list items */
	left: auto; }

#menu li ul li a:hover, #menu li ul li a.sfhover { 
	text-decoration: underline;
}
#menu li a:hover, #menu li a.sfhover { 

 }
