/* Basic Elements du 19.02.2008*/

body         {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #77001E;
	background-color: #FFFFFF;
	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;
	
     }

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: #9D0000;
	line-height: normal;	/*text-indent: 7pt;*/
}
h4           {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	color: #600;
	margin: 1px;
	padding: 1px;
	
}
h5           {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	color: #053372;
}
h6           {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 8pt;
	color: #9D0000;
	padding-bottom: 2px;
	/*line-height: 13px;*/
	valign: top;  /*peut être égal à "middle" pour centrer le text verticalement */
	margin:auto;  /*rajouter pour pouvoir bien positionner le texte dans IE */
	}
#container {
	width: 760px;
	margin: 0 auto;
	
	}
#over_header {
	width: 100%;
	text-align: right;
	height: 20px;
	margin: 0;
	/*border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #044CAE;*/
	}
#header {
	width: 760px;
	height: 117px;
	margin: 0;
	/*border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #044CAE;*/
	}
	
#category_title {
	padding-top: 10px;
	padding-bottom: 8px;
	padding-right: 8px;
	font-weight: bold;
	font-size: 10pt;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C10000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top: #C10000;
	margin-bottom: 10px;*/
	padding-left: 6px;
	color: #C10000;
	font-style: normal;
	font-variant: normal;
	}

	
#content {
	float: right;
	width: 758px;
	border-left-color: #8B0124;
	/*background: url(../img-cartes/carte8com_740.jpg) repeat;*/
	height: auto;
	height: 100%;
	padding-left: 2px;
	}
	
	A:link {
	COLOR: #BA0A28;
	TEXT-DECORATION: none
}
	A:hover  { color: #FF0000; text-decoration: none }
	A:visited {
	COLOR: #23050E;
	TEXT-DECORATION: none
	}
		
#search1 {
	text-align: center;
	background-color: #EDEDED;
	width: 200px;
	}
		
		
#search {
	text-align: center;
	background-color: #FFFFFF;
	width: 200px;
	}
	
.Style1 	{font-size: 12px; color: #FF0000; font-weight: bold; padding-bottom: 15px; }
.Style2 	{font-size: 10px; color: #999999; font-weight: bold; }
.Style3 	{font-size: 9px; color: #999999; }
	
#footer {
	position: relative; /* Ajout Andre pour pour section menu "Le projet" dans footer en absolu */	
	width: 100%;
	clear: both;
	border-top: 1px solid #0250A3;
	text-align: center;
	padding: 5px 0;
	color: #fff;
	background: #666;
	bottom: 1px;
	/*border-left-width: 1px;
	border-left-style: solid;*/
	border-right-color: #0250A3;
	border-bottom-color: #0250A3;
	border-left-color: #0250A3;
	background-color: #C5D8E6;
	background-attachment: fixed;
	height: 12px;
	top: auto;
	}
#footer_blank {
	width: 100%;
	clear: both;
	text-align: right;
	padding: 5px 0;
	color: #fff;
	background: #ffffff
	/*bottom: 1px;*/
	
	height: 12px;
	top: auto;
	}



/* Additional styles */
p {
	margin: 0;
	padding: 2px 2px 2px 6px;
	}
img {
	border: 0;
	}
a {
	color: #0033CC;
	text-decoration: none;
	}
a:hover {
	color: #FF0000;
}
	
