*
{
	margin: 0;
}

html, body
{
	height:100%;
}

body 
{
    /*position:absolute;*/
    background-image:url(images/logo_ecco_xpn9.gif);
    background-repeat:repeat;
    background-attachment:fixed;
    margin-top:0px;
    /*background-color:#92b3f2;*/
    /*text-align:center;*/
}

.contenu_total
{
    width:700px;
    /*height:1700px;*/
    margin-left:auto;
	margin-right:auto;
    margin-top:0px;
    border:3px solid black;
    border-top:0px;
    background-image:url(images/fond_orange_gris_double.gif);
}

.wrapper
{
	min-height:100%;
	height:auto !important;
	height:100%;
	margin: 0 auto -60px;
}

#menu
{
    width:700px;
    height:53px;
    left:50%;
    margin-left:-350px;
    position:fixed;
    z-index:5000;
}

#menu a
   {
   display:block;
   float:left; /*Pour que les blocs soient alignés horizontalement*/
   width:91px; 
   height:44px;
   text-align:center; /*Pour que les liens soient centrés par rapport à l'horizontale*/
   padding:0px;
   /*padding-top:9px;*/
   margin-top:6px;
   /*background-image:url(images/bouton_normal.png);*/
   font-family:Trebuchet MS, Arial, Times New Roman;
   color:#2a10e9;
   font-weight:bold;
   text-decoration:none;
   }

#menu a:hover
{
    background-image:url(images/bouton_survol.png);
}

#menu a:active
{
    background-image:url(images/bouton_enfonce2.png);
}

.btn_accueil
{
    line-height:41px;
    margin-left:32px;
    font-size:17px;
    background-image:url(images/bouton_normal.png);
}

.btn_biographie
{
    font-size:15px;
    line-height:37px;
    background-image:url(images/bouton_normal.png);
}

.btn_media
{
    line-height:37px;
    background-image:url(images/bouton_normal.png);
}

.btn_spinning
{
    line-height:37px;
    background-image:url(images/bouton_enfonce2.png);
}

.btn_photos
{
    line-height:37px;
    background-image:url(images/bouton_normal.png);
}

.btn_dates
{
    line-height:18px;
    background-image:url(images/bouton_normal.png);
}

.btn_contact
{
    line-height:37px;
    background-image:url(images/bouton_normal.png);
}

#en_construction
{
    width:242px;
    height:256px;
    margin:auto;
    margin-top:100px;
    background-image:url(images/construction.png);
    z-index:1000;
}

#texte
{
    width:600px;
    margin:auto;
    /*border:1px solid white;*/
    padding-top:80px;
}

#texte p
{
	font-family:Trebuchet MS, Arial, Times New Roman;
    text-align:justify;
    color:White;
}

#citation
{
	font-style:italic;
	font-size:12px;
	color:yellow;
}

.spin
{
	width:143px;
	height:215px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid black;
}

.spin a
{
	display:block;
	width:143px;
	height:215px;
	background-image:url(images/cycling.jpg);
}

.push
{
	height:60px;
}

.copyright_div
{
    height:60px;
    width:700px;
    padding:0px;
	padding-top:45px;
    vertical-align:text-top;
    z-index:2000;
	/*border:1px solid yellow;*/
}

.copyright_div p
{
    font-family:Trebuchet MS, Arial, Times New Roman;
    text-align:center;
    color:White;
}

.copyright_div p a
{
    color:yellow;
}

h1,h2,h3
{
    text-align:center;
    font-family:Trebuchet MS, Arial, Times New Roman;
    color:yellow;
}