/** Créé par P. VARLET - 02/2007  **/
/** CSS compatible FF2, OP9, IE6, IE7 **/

/*** GENERAL ***/
*{
margin: 0px;
padding: 0px;
}
body {
   background: #DEDEDE url(images/body_bg.png) repeat 0 0;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-style: italic;
   color: #444;
   font-size: 75.01%;
   text-align: center;
   margin: 0;
   padding: 0;
}

#container {
	width:620px;
	background-color: White;
   text-align: left;
	margin:0px auto 0px auto;
}

/* MENU HORIZONTAL */
#nav {
   position: absolute;
   top: 40px;
   margin-left: 5px;
   padding: 0px 0 0 0;
   width: 599px;
   height: 30px; 
   background: #555 url(images/ruban.png) top left no-repeat;
   line-height: 2.4em;
   border-bottom: 1px solid silver;
}
#nav ul {
	margin-left: 20px;
}
#nav li {
   list-style: none;
   margin: 0 0 0 15px;
   display: inline;
   font-size: 1.1em;
   padding: 0 10px 0 20px;
   color: silver;
}
#nav li, #nav li a {
   font-weight: bold;
   text-decoration: none;

}
#nav li a {
   color: #fff;
}
#nav li a:hover  {
   color: Fuchsia;
   font-weight: bold;
   padding-top: 3px;
}

/* ENTETE */
#header {
   background: #DEDEDE url(images/header_bg.png) no-repeat top center;
   width: 620px;
   height: 150px;
   margin: 0;
   padding: 0;
}
*html #header {
   background-color: #DADADA;
}
#header h1 {
	display:none;
}
#img_titre {
   position: absolute;
   top: 8em; 
   margin: -25px 0 0 180px;
   width: 250px;
   height: 119px;
   background: transparent url(images/titre.png) 0 0 no-repeat;
}
#header h2 {
   position: absolute;
   top: 11.3em;
   color: #333;
   margin: 0 0 0 263px;
   font-weight: normal;
   font-size: 1.25em;
}

/* CONTENU CENTRAL */
#content {
   clear:both;
	margin:0;
   background: #DEDEDE url(images/content_bg.png) repeat-y top center;
   padding: 0 30px 0px 15px;
   min-height: 400px;
}
*html #content {
   height: 400px;
   background-color: #DADADA;
}

#content p{
   line-height: 1.4em;
   padding-left:25px;
   padding-right:25px;
   font-size:1.05em;
   font-weight:300;
   color: #555; 
}
#content h1, #content h2, #content h3{
   color: Fuchsia;
   font-weight: normal;
   margin: 0 0 10px 40px;
   padding: 0;
}
#content h4 {
   color: Fuchsia;
   font-weight: 700;
   margin: 0 0 10px 30px;
   font-size: 1.2em;
   padding: 0;   
}
#content h1{
   font-size: 1.6em;
   font-weight:bold;
   line-height: 2.8em;
   background: transparent url(images/fond_titre.png) no-repeat bottom left;
}
#content h2, #content h3{
   font-size: 1.4em;
}
#content ul{
margin-left: 20px;
margin-bottom: 15px;
font-size: 13px;
list-style-type: disc;
}

#content li{
	margin-left:50px;
}

#content ul.submenu li{
	margin: 20px 0 15px 20px;
	list-style-type: none;
}

#content ul li{
margin-bottom: 5px;
}
#content ul li a{
	font-weight:bold;
}
#content .central {
	margin-left:0px;	
}
#content .fin_page {
	clear:both;
   width:575px;
   height:50px;
   background: transparent url(images/fin_page.png) no-repeat center 15px;
}
#content .editor {
   padding-top: 40px;
}

/* BAS DE PAGE */
#footer {
   background: #DEDEDE url(images/footer_bg.png) no-repeat top center;
   width: 620px;
   height: 40px;
   color: Gray;
   text-align: center;
   font-size: 0.8em;
}
*html #footer {
   background-color: #DADADA;
}
#footer a{
   text-decoration: none;
}

/* DESSIN HAUT DE PAGE */
#deco_haut {
height:120px;
width:100px;
position:absolute;
top: 6px;
margin-left:-37px;
background: url(images/cerises.png) no-repeat top left;   
}

/* DRAPEAUX */
#flags {
   position:absolute;
   top: 80px;
   margin-left: 580px;
   display:block;
   width:18px;
   height:18px;
}
#flags img {
   border:none;
}


/* MENTIONS SOUS PAGE */
#subfooter {
   color: Silver;
   background-color: #DEDEDE;
   text-align: center;
   font-size: 0.8em;
   line-height: 1.6em;
   padding-bottom: 5px;
}
*html #subfooter {
   background-color: #DADADA;
}
#subfooter a {
   color:Silver;
   text-decoration:none;
}

/* DIVERS */
a {
   color: #FE82FF;
   text-decoration: underline;
}

a:hover {
   color: Fuchsia;
}

#photos {
	position:relative;
	width:370px;
	margin:0 auto 0 auto;
}

hr {
   border: 0; /* no border for FF*/
   border-bottom: 1px solid #ddd; /* for FF*/
   height: 1px; /* for IE */
   margin-left: 25px;
}

form {
	margin-left:40px;
}
form .labeltxt{

}
*first-child html form .labeltxt{
	font-size:0.8em;
	font-style:italic;
}
* html form .labeltxt{
	font-size:0.8em;
	font-style:italic;
}

/* CLASSES DIVERSES */
.couleur {
   color: Fuchsia;
   font-weight: 300;
}
.imgleft, .imgright, .imgcenter{
padding: 3px;
}
.imgleft{
float: left;
margin: 0 15px 5px 10px;
}
.imgright{
float: right;
margin: 0 15px 5px 0;
}
*:first-child+html .imgright{margin-right:0}
* html .imgright{margin-right:0}

.titrepage {
   display: block;
   width: 300px;
   color: Fuchsia;
   margin: 0 0 10px 40px;
   padding: 0;  
   font-size: 1.6em;
   font-weight: bold;
   line-height: 2.8em;
   background: transparent url(images/fond_titre.png) left bottom no-repeat; 
}
.editor a{
	font-size:0.9em;
}

/*Oedit*/
html .retrieve{background-image:none;background-color:#fff;color:black;text-align:left;} /*background pour OEDIT*/
/*TinyMCE*/
html .mceContentBody{background-color: White; color: Black; text-align: left;}

