/* Basic Elements */

body         {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000080;
	/*background-color: #FFFFFF;*/
	background-color: #EEF3FF;
	font-size: 10px;
	font-style: normal;
	text-align: left;
	list-style-type: disc;
	/*margin: 2px;*/
/*	padding: 2px;*/
	/*list-style-position: inside; This caused the bug of non aligment of submenu in IE !!*/ 
}

#global {
	position: relative;     
	/*margin-left: auto;*/
     	/*margin-right: auto;*/
     	width: 760px;
     	text-align: left; /* on rétablit l'alignement normal du texte */
     }

h1     		{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: lighter; 
               font-style: normal; font-size: 18pt; color: #000099}
h2           {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14pt;
	color: #000099;
	line-height: normal;
	text-indent: 7pt;
	
}
h3           {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12pt;
	color: #000099;
	line-height: normal;
	/*text-indent: 7pt;*/
}
h4           {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	color: #000066;
	margin: 1px;
	padding: 1px 4px;	
}
h5           {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	color: #FF0000;
	
}
h6           {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 8pt;
	color: #000099;
	line-height: 10px;
	
	}


#container {
	width: 760px;
	margin: 0 auto;
	background-color: #EEF3FF;
	}
#over_header {
	width: 100%;
	text-align: right;
	height: 15px; /*positionne la ligne verticalement*/
	margin: 0;
	/*border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #044CAE;*/
	}
#header {
	width: 758px;
	height: 107px;
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #144E80;
	}
#content {
	float: right;
	width: 559px;
	background-color: #EEF3FF;
	border-top: 1px solid #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	height: auto;
	padding-left: 8px;
	list-style-position: inside;
	list-style-type: disc;
	margin-top: 22px;
	margin-left: 5px;
	padding-right: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	}
	
	A:link { COLOR: #0250A3; TEXT-DECORATION: none}
	A:hover  { color: #FF0000; text-decoration: none }
	A:visited { COLOR: #0250A3; TEXT-DECORATION: none
	}
	
#category_title {
	padding-top: 10px;
	padding-bottom: 8px;
	padding-right: 8px;
	font-weight: bold;
	font-size: 11pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0250A3;
	margin-bottom: 10px;
	padding-left: 6px;
	
	}
#left {
	float: left;
	width: 180px;
	margin: 23px 0px 0px;
	background-color: #CEE8FF;
	/*border: 1px solid #0250A3;*/
	}
	/*
#centerleft {
	width: 200px;
	margin-top: 0px;
	background-color: #CEE8FF;
	height: auto;
	position: relative;
	
	}
	*/
#footer {
	width: 100%;
	clear: both;
	border-top: 1px solid #0250A3;
	text-align: center;
	padding: 5px 0;
	color: #fff;
	bottom: 1px;
	/*border-left-width: 1px;
	border-left-style: solid;*/
	border-right-color: #0250A3;
	border-bottom-color: #0250A3;
	border-left-color: #0250A3;
	height: 12px;
	top: auto;
	background-attachment: fixed;
	background-color: #AAD7FF;
	}


/* --The CSS sidebar  */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px; /* Width of Menu Items */
	/*border-bottom: 1px solid #ccc;*/
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 200px; /* Set 1px less than menu width */
	top: 0px;
	display: none;
	}

/* Styles for Menu Items */
ul li a:link, ul li a:visited {
	display: block;
	text-decoration: none;
	text-align: right;
	font-size: 9px;
	color: #144E80;
	/*background: #ffffff;*/
	background:  url(images/menu_off.gif) right no-repeat;
	padding-right: 5px;
	/*border: 1px solid #ccc;*/
	height: 19px;
	line-height: 19px; /*centrage vertical du texte*/
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

/* Hover Styles */
ul li a:hover { 
	/*color: #E2144A; */
	color: #fff;
	/*background: #f9f9f9;*/
	background:  url(images/menu_on.gif) right no-repeat;
} 
		

/* Styles for sub-Menu Items */
li ul li a {
	padding: 0px;
	height: 19px;
	width: 120px;
	/*background:  url(images/fond_btn_.jpg) left no-repeat;*/
	/*border: 1px solid #ccc;*/
}

		
li:hover ul, li.over ul { display: block;} /* The magic */
/* END of the new simple CSS sidebar  */

/* Additional styles */
p {
	margin: 0;
	padding: 1px 4px;
	text-align: left;
	list-style-position: inside;
	}
img {
	border: 0;
	}
a {
	color: #0033CC;
	text-decoration: none;
	}
a:hover {
	color: #FF0000;
	}
