
@font-face {
    font-family: 'minion_proregular';
    src: url('fonts/minionpro-regular-webfont.eot');
    src: url('fonts/minionpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/minionpro-regular-webfont.woff') format('woff'),
         url('fonts/minionpro-regular-webfont.ttf') format('truetype'),
         url('fonts/minionpro-regular-webfont.svg#minion_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
	}

*{
text-align:center;
}

body{
margin:0;
padding:0:
background-color:white;
background-image:URL(./images/fond.jpg);
background-repeat: no-repeat;
background-position: top center;
}

#conteneur{
width:960px;
margin: 0 auto;
}

#logo{
width:960px;
height:108px;
float:left;
}

#menu{
width:960px;
height:46px;
float:left;
}

#contenu{
width:960px;
float:left;
}

#haut-contenu{
width:960px;
height:44px;
float:left;
background-image:url(./images/fond_contenu-haut.png);
background-repeat:no-repeat;
}

#interieur-contenu{
width:914px;
float:left;
background-image:url(./images/fond_conteneur.png);
background-repeat:repeat-y;
padding-left:23px;
padding-right:23px;
position:relative;
}

#pied-contenu{
width:960px;
height:27px;
float:left;
background-image:url(./images/fond_contenu-pied.png);
background-repeat:no-repeat;
}

#menu a{
width:884px;
margin:0 23px;
padding:7px 15px;
float:left;
color:white;
text-decoration:none;
font-family:'Arial';
font-size:13px;
background-color:#990033;
}

#pied{
width:100%;

background-image:url(./images/pied.png);
background-repeat:repeat-x;
float:left;
}

#conteneur-pied{
width:960px;
height:110px;
display:block;
margin: 49px auto 0 auto;
}

#mentions{
width:960px;
float:left;
}
/*/////////////////////////////////
///////slider dynamique///////////
////////////////////////////////*/

#dynamique{
float:left;
position:relative;
width:960px;
height:585px;
background-image:url(./images/fond_conteneur.png);
background-repeat:repeat-y;
}

.fenetre{
width:909px;
height:585px;
overflow:hidden;
margin-left:25px;
position:relative;
}

.img-fenetre{
position:absolute;
top:0;
left:0;
float:left;
width:1016px;
height:136px;
}

.img-fenetre img{
float:left;
/*IE8*/
margin:0\9;
padding:0\9;
border:0 solid white\9;
}

.numero{
width:100px;
height:25px;
float:left;
margin-left:427px;
padding:5px;
}

.numero a{
padding:1px 5px;
text-decoration:none;
width:14px;
height:12px;
background-image:URL(images/point-gris.png);
background-repeat: no-repeat;
}

.numero a.active{
width:14px;
height:12px;
background-image:URL(images/point-rouge.png);
background-repeat: no-repeat;
}

/*/////////////////////////////////
//////fin de slider dynamique//////
////////////////////////////////*/