body {
background-color:#000040; /*#F7BE63;*/
}

div#header {
	position: absolute;
	width: 760px;
	height: 135px;
	top: 0px;
	left: 0px;
	background-image: url(../images/header.jpg);
}

div#footer {
		position: absolute;
        width: 760px;
        height: 34px;
        top: 536px;
        left: 0px;
		background-image: url(../images/footer.jpg);
		font-family: Verdana, Arial, Helvetica, sans-serif;
	     font-size: 11px;
}

div#page {
	position: absolute;
	width: 557px;
	height: 341px;
	top: 15px;
	left: 15px;
	padding: 14px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div#contenu {
	position: absolute;
	width: 613px;
	height: 401px;
	top: 135px;
	left: 147px;
	color:#000000;
	background-image: url(../images/contenu_cadr.jpg);
}

div#contenu_intro {
	position: absolute;
	width: 613px;
	height: 401px;
	top: 135px;
	left: 147px;
	background-image: url(../images/contenu.jpg);	
}

div#menu {
		position: absolute;
        width: 147px;
        height: 401px;
        top: 135px;
        left: 0px;
		background-image: url(../images/menu.jpg);
}

div#container3 {
        position: absolute;
        width: 581px; /*464 x 247*/
        height: 438px; /*480 x 345 */
        top: 100px;
        left: 50%;
        margin-left: -291px;
        border: 1px solid #849EB5;
}

div#container4 {
	background-color:#FFFFFF;
        position: absolute;
        width: 760px; /*464 x 247*/
        height: 570px; /*480 x 345 */
        top: 14px;
        left: 50%;
        margin-left: -380px;
        border: 1px solid #849EB5;
}

div.menu_ligne {
	position: absolute;
	width: 760px;
	left: 50%;
	margin-left: -380px;
}

div#intro {
        position:absolute;
        top: 20px;
        left: 32px;
        width: 568px;
        height: 88px;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size:14px;
        font-weight: bold;
        color:#FFFFFF;
}

ul {list-style-type: none;} 

li {margin-bottom: 5px;}


div.menu_ligne ul {
	list-style-type: none;
	width: 100%; /* précision pour Opera */
}

div.menu_ligne li {
	font-size:11px;
	float: left;
}

div.menu_ligne a {
	margin: 0 2px;
	width: 100px;
	height: 14px;
	display: block;
	text-align: center;
	/*border: 1px solid blue;*/
	border: none;
	text-decoration: none;
	color: #000;
	background: #fff;
}

div.menu_ligne a:hover {
	background: #ccc;
	/*border: 1px solid #849EB5;*/
}

div.menu_ligne:active {
	background: gray;
	/*border: 1px solid #849EB5;*/
	border: none;
	color: #fff;
}

div.c_menu {
	position:absolute;  
	visibility:visible; 
	width:171px; 
	height:198px; 
	z-index:99; 
	left: -27px; 
	top: 242px;
	border: none;
}

.menu1 a {     
	 font: 11px Verdana, Arial, sans-serif;
	 font-weight: normal;
     margin: 1 1px;	 
     width: 171px; 
     height: 14px;	 
     display: block;
     text-align: left;
     /*border: 1px solid #849EB5;*/
	 border: none;
     text-decoration: none;
     color: #FFFFFF;
    /* background: #5A4931; c'est maintenant transparent !!
	*/
	 }
	 
.menu1 a:hover {
     /*background: #7BAEC6;*/
     /*border: 1px solid #849EB5;*/
	 width: 171px; 
	 border: none;
	 font-weight: bold;
	 color: #849EB5;
     }

.menu a:active {
     /*background: #7BAEC6;*/
     /*border: 1px solid #849EB5;*/
	 width: 171px; 
	 border: none;
	 font-weight: bold;
     color: #fff;
     }

.menu1 a span {
     width: 171px; 
	display: none;
	border: none;
}

.menu1 a:hover span {
	position: absolute;
	font-weight: normal;
	display: block;
	top: 0px;
	left: 0px;
	width: 171px;
	text-align: left;
	/*border: 0px solid gray;*/
	border: none;
	color: #000;
}	 
	 
.contenu {
	position:absolute; 
	visibility:visible; 
	/*width:624px;*/ 
	width:75%;
	height:352px; 
	z-index:1; 
	left: 200px; 
	top: 156px; 
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	align:justify;
	background-color:#CCCCCC; 
	border: 1px none #000000;
	overflow:auto;
}

a.marron1:link {
	color: #800000;
	text-decoration: none;	
}
a.marron1:visited {
	color: #800000;
	font-style: normal;
	text-decoration: none;
}
a.marron1:hover {
	color: #7F8000;
	font-weight: normal;
	text-decoration: none;
	/*border: thin;*/
}
a.marron1:active {
	color: #800000;
	text-decoration: none;
}
a.rouge1:link {
	color: red;
	text-decoration: overline;
	text-decoration: underline;
	font-weight: bold;
	/*border: Red;*/
}
a.rouge1:visited {
color: red;
font-style: normal;
text-decoration: none;
}
a.rouge1:hover {
color: red;
text-decoration: none;
}
a.rouge1:active {
color: darkred;
text-decoration: none;
}
a.lien3:link {
color: orange;
text-decoration: none;
}
a.lien3:visited {
color: orange;
font-style: italic;
}
a.lien3:hover {
color: orange;
text-decoration: overline;
}
a.lien3:active {
color: darkorange;
} 

#rubrique {
	color: blue;
	font-weight: bold;
	
	}
#texte_contenu {
font-size:11px;
font-weight:normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Style1 {
	color: blue;
	font-weight: bold;
}
.hr {
align="left"; 
size="1" noshade;
}