/* DEBUT BALISE HTML */
body{
text-align: center;
}
body, html{
margin: 0;
padding: 0;
top : 0;
left : 0;
background-color : #D9D9D9;
font-family: arial, helvetica, sans-serif;
color: black;
font-size: 11px;
}
p{
margin: 0 0 5px 0;
}
img{
border: 0 none;
}
div{
border: 0 none;
padding: 0;
}
a{
color: black;
text-decoration: none;
}
/* FIN BALISE HTML */

/*DEBUT POSITIONNEMENT*/
div#home{
position: relative;
margin: 0px auto;
margin-top: 100px;
width: 775px;
height: 350px;
background-image: url('img/fond-home.jpg');
background-repeat: no-repeat;
background-position: bottom center;
}
div#centre{
position: relative;
margin: 0px auto;
text-align: left;
width: 850px;
}
div#contentete{
float: left;
width: 100%;
height: 150px;
background-image: url('img/ombre-h.jpg');
background-repeat: no-repeat;
background-position: bottom center;
}
div#entete{
float: left; 
width: 730px; 
height: 105px; 
margin-top: 15px;
border-bottom: 1px dashed black; 
background-repeat: no-repeat;
background-position: top center;
}
div#contcentre{
float: left;
width: 100%;
background-image: url('img/ombre-c.jpg');
background-repeat: repeat-y;
background-position: top center;
}
div#contenu{
float: left;
width: 789px;
background-repeat: no-repeat;
background-position: bottom right;
}
div#contenu a:hover{
text-decoration: underline;
}
div#ppage{
float: left;
width: 100%;
height: 50px;
background-image: url('img/ombre-b.jpg');
background-repeat: no-repeat;
background-position: top center;
}
div.contmenu{
float: left; 
width: 600px; 
height: 17px; 
text-transform: uppercase; 
font-weight: bold; 
color: white; 
font-size: 11px;
}
div.contsmenu{
float: left; 
width: 600px; 
height: 15px; 
padding-top: 3px;
}
div.contlng{
float: right;
padding: 3px 22px 0 0;
font-size: 8px;
}
/*FIN POSITIONNEMENT*/

/*DEBUT MISE EN FORME*/
a.lnk_menu{
text-decoration:none;
color: white;
}
a.lnk_menu:hover{
text-decoration:none;
color: white;
}
a.lnk_menu1{
/*actualités */
text-decoration:none;
color: #e7736c;
}
a.lnk_menu1:hover{
text-decoration:none;
color: white;
}
a.lnk_menu2{
/*société*/
text-decoration:none;
color: #579986;
}
a.lnk_menu2:hover{
text-decoration:none;
color: white;
}
a.lnk_menu3{
/*athletes*/
text-decoration:none;
color: #66a8d4;
}
a.lnk_menu3:hover{
text-decoration:none;
color: white;
}
a.lnk_menu4{
/*événements*/
text-decoration:none;
color: #F9BE60;
}
a.lnk_menu4:hover{
text-decoration:none;
color: white;
}
a.lnk_menu5{
/*hospitatlité*/
text-decoration:none;
color: #9bb578;
}
a.lnk_menu5:hover{
text-decoration:none;
color: white;
}
a.lnk_menu6{
/*conseil*/
text-decoration:none;
color: #757fbc;
}
a.lnk_menu6:hover{
text-decoration:none;
color: white;
}
a.lnk_menu7{
/*références*/
text-decoration:none;
color: #d2c9d6;
}
a.lnk_menu7:hover{
text-decoration:none;
color: white;
}
a.lnk_menu8{
/*contact*/
text-decoration:none;
color: #ee9e59;
}
a.lnk_menu8:hover{
text-decoration:none;
color: white;
}

a.lnk_smenu{
text-decoration:none;
color: #999;
}
a.lnk_smenu:hover{
text-decoration:none;
color: #333;
}

a.lnk_sel_smenu{
text-decoration:none;
color: #666;
}
a.lnk_sel_smenu:hover{
text-decoration:none;
color: #333;
}

.titre{
font-weight: bold;
font-size: 13px;
padding: 5px 0 0 20px;
border-top: 1px dashed black;
}
/*FIN MISE EN FORME*/
