body, html {
	height: auto;
  	color: #000;
	font: normal 90% "Times New Roman", Times, serif;
	background: #fff;
}
p, h2, h3 {
	color: #000;
}
/**************************************************************************/
/*                         Structure                                      */
/**************************************************************************/
/*                          Page                                          */
/**************************************************************************/
#page {
	width: 550px;
	height: auto;
	margin: 0 auto;
	padding: 0 10px;
	background: #fff;
}
/**************************************************************************/
/*                            Wrap                                        */
/**************************************************************************/
#wrap {

}
/**************************************************************************/
/*                         Tete                                           */
/**************************************************************************/
#tete {
	display: none;
}

#image {
	display:none;
}
/*************************************************************************/
/*                             Sidebar                                   */
/*************************************************************************/
#sidebar {
	display:none;
}
/*************************************************************************/
/*                             Logos                                     */
/*************************************************************************/
#logos {
	display: none;
}
/*************************************************************************/
/*                             contenu                                   */
/*************************************************************************/
#contenu {
	width: 750px;
	float: left;
	margin-left: 10px;
	padding: 10px 0 10px;
	background: #fff;
}
/*************************************************************************/
/*                             links                                     */
/*************************************************************************/
#links { 
	display:none;
}
/*************************************************************************/
/*                             pied                                      */
/*************************************************************************/
#pied {
position: absolute;
	width: 750px;
	bottom: 0;
	background: #fff;
	color: #000;

}
#pied p {
	margin: 3px 0;
	font-size: 0.8em;
	text-align: center;	
	text-transform: uppercase;
	letter-spacing: 0.1em;
	}


/*************************************************************************/
/*                             Classes                                   */
/*************************************************************************/	
.logo1 {
	position: static;

}
.logo2 {
	position: static;

}
.gauche{
	float: left;
	margin: 15px 15px 5px 0;
}
.gaucheimage {
	float: left;
	margin-top: 0;
	margin-right: 25px;
}
.gaucheclearleft {
	float: left;
	clear: left;
}
.gaucheclearright {
	float: left;
	clear: right;
}
.ajuster {
	text-align: justify;
	margin-top: 10px;
}
.gauchemarghaut {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	clear: both;
}
.gauchemarg {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}
.gauchemarghautcllft {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	clear: left;
}
.gauchemarghautrht {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	clear: right;
}
.gauchemargw285 {
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 0;
	width: 285px;
}
.color bordeauxclair {
	color: #af5e85;
	font-weight: bold;
}

.margebascentrer {
	margin-bottom: 15px;
	text-align: center;
}

.droite {
	float: right;
	margin-left: 10px;
}