/* CSS Document */
/* Feuille créée par Isabelle Blondelle-www.iblondelle.com-Saint-Florentin */

body
{padding:0px; margin:0px; 
background:#ff9911;
/*background:url(images/main-bg.gif) 0 0 repeat-x;*/
font:14px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
ul
{list-style-type:none;}

/*-----global---*/
 #global { 
 background-color:#ffffff;
 padding: 0;
 width: 780px;
 margin-right: auto;
 margin-left: auto;
 text-align: left;
    }
/*----Tete----*/
#tete {width:800px; 
margin-top:-20px;
height:184px; 
background:url(images/banniere.jpg) 0 0 no-repeat; 
margin:auto;
}

/*-----menu----*/
#menu {
    float:left;
    width:100%;
    repeat-x bottom;
    font-size:93%;
    line-height:normal;
	background-color:#7d7d7d;
	}
	
a:link { font-weight:regular ; color: #7d7d7d;text-decoration:none; }
a:visited {color: #000000; }
a:hover { color: #ffffff ; text-decoration: none ; }
	
  #menu ul {
    margin:0;
    padding:0px 10px 0;
    list-style:none;
    }

#menu li {
/*float left: position des menus a gauche de la page*/
    float:left;
    background:url("images/porte_droite.gif")
	    no-repeat right top;
/*espace entre les onglets*/
    margin-left: 0px;
    padding:0;
    }


 #menu a {
    display:block;
    background:url("images/porte_gauche.gif")
	    no-repeat left top;
    padding:5px 15px;
    }
	
 #menu #current {
    background-image:url("images/porte_droite_active.gif");
    }
 #menu #current a {
    background-image:url("images/porte_gauche_active.gif");
    }
	
	
/*----Contenu ----*si pas de menu gauche, changer largeur du contenu + margin-left+align/
/*#gauche {
float:left;
width:150px;
margin-top:30px;
}
*/
#contenu{width:780px; 
float:left; 
margin-top:30px;
background:#ffffff;
}

#contenu h2{
width:720px; height:40px; font:24px/26px Georgia, "Times New Roman", Times, serif; background:#fff; color:#FF8500;
text-align:center;
}
#contenu h3{width:700px; 
height:35px; 
background:#fff; 
color:#7D7D7D; 
font:22px/65px Georgia, "Times New Roman", Times, serif;
}
#contenu h4{width:660px; 
height:24px; 
display:block; 
background:url(images/border-line.jpg) 100% 100% no-repeat #fff; 
color:#CCC502; 
font-size:20px; 
line-height:24px; 
padding:0px; 
margin:0px;
}
#contenu h5{width:250px; 
height:22px; 
background:#fff; 
color:#7D7D7D; 
font:18px Arial, Helvetica, sans-serif; 
padding:11px 0 0;
}

#contenu p span{font-weight:bold;}


#contenu ul{width:707px; height:100px;/* margin:0px*/;}
#contenu ul li{width:500px; height:40px ;background:url(images/bullet.gif) 5px no-repeat #fff;}
#contenu ul li a{width:688px; height:20px; display:block; background:url(images/bullet.gif) 0 6px no-repeat #fff; color:#7D7D7D; font-size:16px; line-height:20px; text-decoration:none; padding:0 0 0 20px;}
#contenu ul li a:hover{background:url(images/bullet.gif) 0 6px no-repeat #fff; color:#5C5C5C; text-decoration:none;}

#pied {
    float:left;
    width:100%;
    line-height:22px;
	background-color:#7d7d7d;
	font:arial 10pt #fff;
	}
	
a:link { font-weight:regular ; color: #7d7d7d;text-decoration:none; }
a:visited {color: #000000; }
a:hover { color: #ffffff ; text-decoration: none ; }
