/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
//
// Version             : 1.0
// Date de création    : 27/12/2004
// Date de mise à jour :
//
// Description         : feuille de style générale du site
//
// Contraintes         : 
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
}

body{
}
/*------------------------------------------------------------------*/
#page{
}
/*------------------------------------------------------------------*/

#header{
	background:#002966 url(images/bandeau.gif) top right no-repeat;
	height:111px;
}
#header h1{
	background:url(images/annuaire.gif) no-repeat;
	height:91px;
}
#header .barre{
	background: url(images/barre.gif) top left repeat-x;
	height:21px;
}
/*------------------------------------------------------------------*/
#menu{
	float:left;
}
#menu img{
	border:none;
}
#menu .votresite{
	margin-top:60px;
}
/*------------------------------------------------------------------*/
#skyscrapper{
	position:absolute;
	right:0px;
	text-align:center;
	background:white;
	padding:5px;
}
#skyscrapper img{
	border:none;
}
/*------------------------------------------------------------------*/
#content{
	background:#B5C1D3 url(images/cavalier.gif) bottom left no-repeat;
	font-family:Arial;
	font-size:12px;
}
#centre{
	margin-left:154px;
	background:white url(images/tete-cheval.gif) bottom left no-repeat;
}
#contenu ul li{
	list-style-type:none;
}
#contenu{
	margin-right:170px;

}
#contenu .gris {
	background:#F6F6F6;
	height:29px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
	color:#676767;
}
#contenu .liens{
	padding-top:6px;
}
#contenu .liens a{
	color:#676767;
	text-decoration:none;
}
#contenu .liens a:hover{
	text-decoration:underline;
}
#contenu .liens img{
	vertical-align:middle;
	margin-left:10px;
}

#contenu .thumbzor{
	text-align:right;
	padding-right:10px;
	padding-bottom:10px;
}
#contenu .thumbzor img{
	border:none;
}
#content .lienwebmaster{
	text-align:right;
	margin-right:15px;
}
#content .lienwebmaster a img{
	border:none;
}
#content .lienwebmaster input{
	width:200px;
}
/*------------------------------------------------------------------*/
#footer .gris{
	background:#F6F6F6 url(images/bas-cheval.gif) no-repeat;
	height:21px;
}
#footer .barre{
	background: url(images/barre.gif) top left repeat-x;
	height:21px;
	text-align:center;
	font-family:Arial;
	font-size:10px;
}
#footer a{
	color:black;
	text-decoration:none;
}
/*------------------------------------------------------------------*/
.hidden{
	display:none;
}
.spacer{
	clear:both;
	line-height:0px;
	font-size:0px;
}
.spacer2{
	clear:left;
	line-height:0px;
	font-size:0px;
}
/*------------------------------------------------------------------*/
#content .errorMessage{
 border:solid #FFD0D0 1px;
 margin:10px;
 color:red;
 padding:5px;
}
#content .errorMessage label{
 font-weight:bold;
}
#content .errorMessage ul{
 list-style-position:inside;
}
