@charset "utf-8";
/* CSS Document */
body{background-image:url(../images/fond-body.jpg); background-repeat:repeat-x; background-color:#cad910; margin:0; font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;}
img, h1, h2, h3, h4, h5, h6, p, ul, li, a, form, iframe, table, hr{margin:0; padding:0; border:0; font-weight:normal; list-style:none;}
a{outline: none;}

/*///////////////////////////////		Conteneur		////////////////////////////*/
#conteneur{width:997px; margin:auto; position:relative;}

/*///////////////////////////////		Header		//////////////////////////////*/
#header{ background-image:url(../images/fond-header.gif); background-repeat:no-repeat; height:86px;}
img.logo{margin:18px 0 0 43px; float:left;}
a.menu{display:block; float:left; height:77px;}
a.menu:hover{background-position:0 -77px;}
span.nom-menu{display:none;}
a.menu-accueil{background-image:url(../images/menu-accueil.gif); background-repeat:no-repeat; width:93px; margin-left:67px;}
a.menu-presentation{background-image:url(../images/menu-presentation.gif); background-repeat:no-repeat; width:147px;}
a.menu-session{background-image:url(../images/menu-session.gif); background-repeat:no-repeat; width:123px;}
a.menu-qui{background-image:url(../images/menu-qui.gif); background-repeat:no-repeat; width:126px;}
a.menu-tarif{background-image:url(../images/menu-tarifs.gif); background-repeat:no-repeat; width:77px;}
a.menu-contact{background-image:url(../images/menu-contact.gif); background-repeat:no-repeat; width:94px;}
/*__	SOUS menu	__*/
#sous-menu{position:absolute;}
#sous-menu div{ background-color:#d9005c;margin-top:-9px;}
a.sous-menu{display:block; text-align:center; font-size:12px; color:#fff; text-decoration:none; padding-left:5px; padding-right:5px;}
a.sous-menu:hover{background-color:#e44d8d;}
#sous-menu-1{width:147px; margin-left:429px;}
#sous-menu-2{width:123px; margin-left:576px;}
#sous-menu-3{width:126px; margin-left:699px;}
#sous-menu-4{width:77px; margin-left:825px;}
#sous-menu-5{width:94px; margin-left:902px;}

/*///////////////////////////////		Home 		//////////////////////////////*/
#contenu-home{background-image:url(../images/fond-home.gif); background-repeat:no-repeat; background-position:bottom; background-color:#fff; margin-bottom:5px;  }
#bloc-txt-home{float:left; width:223px; margin:115px 0 0 354px;}
#bloc-txt-home h1{color:#179094; font-size:25px; margin-bottom:10px;}
#bloc-txt-home p{color:#3c3c3c; font-size:16px; line-height:30px; text-align:justify;}
#bloc-txt-home strong{color:#179094;}
#bloc-img-home{float:left; margin:42px 0 64px 32px;}


#img-accueil {position:absolute;right:80px; bottom:125px;}
#img-accueil p {font-size:12px; text-align:center;}
/*///////////////////////////////		Rubrique		///////////////////////////*/
#contenu{background-image:url(../images/fond-interieur.gif); background-repeat:no-repeat; background-position:bottom; background-color:#fff; margin-bottom:5px;}
#bloc-txt{margin:32px 0 90px 354px; float:left;}
#bloc-txt h1{color:#d9005c; font-size:25px;}
#bloc-txt h2{color:#179094; font-size:16px; margin:43px 0 17px 0;}
#bloc-txt p{color:#3c3c3c; font-size:12px;}
#bloc-txt a{color:#3c3c3c; text-decoration:underline;}
#bloc-txt a:hover{text-decoration:none;}

/*///////////////////////////////		Contact		//////////////////////////////*/
input.input-texte{ width:150px; border:1px solid #179094; font-size:12px; color:#063241;}
textarea.textarea{ width:100%; border:1px solid #179094; font-size:12px; color:#063241;}
.obligatiore{ color:#FF0000;}
td{ font-size:12px; color:#3c3c3c;}

/*///////////////////////////////		Footer		//////////////////////////////*/
#footer{font-size:10px; color:#3c3c3c; text-align:center; clear:both;}
#footer a{color:#3c3c3c; text-decoration:none;}
#footer a:hover{text-decoration:underline;}

#text-footer {font-size:10px; color:#3c3c3c; padding-bottom:15px; clear:both;}
#text-footer a{color:#3c3c3c; text-decoration:none;}
#text-footer a:hover{text-decoration:underline;}

/*///////////////////////////////		Class		//////////////////////////////*/
.clear{clear:both;}
.txt-rouge{color:red;}

