/*
//------------------------------------------------------------------
// 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{
	margin-left:10px;
	margin-right:10px;
}

/*------------------------------------------------------------------*/
#header{
	background:url(images/fd-header.jpg) repeat-x;
	height:65px;
}
#header h1{
	background:url(images/logo.jpg) no-repeat;
	height:65px;
}
#header .visuel{
	background:url(images/header.jpg) right no-repeat;
	height:65px;
}
#header .slogan{
	position:absolute;
	top:46px;
	height:17px;
	width:349px;
	background:url(images/txt.jpg) no-repeat;
}
#header a.lien{
	display:block;
	height:45px;
	width:270px;
	position:absolute;
	top:0px;
}
#header .deconnexion{
	position:absolute;
	right:15px;
	padding-top:5px;
	text-align:right;
	margin-right:10px;
	font-family:Verdana;
	font-size:12px;
	
}
#header .deconnexion a{
	background:url(images/icons/lock.gif) no-repeat;
	color:white;
	text-decoration:none;
	padding-left:20px;

}
#header .deconnexion a:hover{
	text-decoration:underline;
	background:url(images/icons/unlock.gif) no-repeat;
}
/*------------------------------------------------------------------*/
#menu{
	background:url(images/menu-angle-gauche.jpg) left no-repeat;
	height:32px;
}
#menu .barremenu{
	background:url(images/menu-angle-droit.jpg) right no-repeat;
	height:32px;
}
#menu ul li{
	list-style-type:none;
	font-family:Arial;
	font-size:15px;
	color:white;
	margin-top:5px;
}
#menu a{
	color:white;
	text-decoration:none;
	margin-right:15px;
}
#menu li{
	float:left;
	margin-left:15px;
}
/*------------------------------------------------------------------*/
#submenu{
}
/*------------------------------------------------------------------*/
#content{
}

#contenu{
	padding-top:10px;
	margin-right:180px;
	font-family:Arial;
	font-size:11px;
}

#pub{
	float:right;
	width:180px;
	height:620px;
}
#pub .cadrepub{
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
}
#pub .cadrepub img{
	border:none;
}
#contenu .bloc{
	border-top: solid 1px #BCBCBC;
	border-left: solid 1px #BCBCBC;
	padding:5px;
	margin-bottom:10px;
	background:url(images/bloc.gif) right bottom no-repeat;
}

#contenu h2{
	color:#8F2A0F;
	font-family:Arial;
	font-size:14px;
	padding-left:22px;
	margin-bottom:10px;
}
/*------------------------------------------------------------------*/
#footer{
	height:50px;
	background:url(images/footer.jpg) top repeat-x;
	text-align:center;
	color:#B1B1B1;		
	padding-top:25px;
}
#footer a{
	font-family:Arial;
	font-size:11px;
	color:#B1B1B1;	
	text-decoration:none;
	margin-right:10px;
	margin-left:10px;
}
#footer a:hover{
	text-decoration:underline;
}
/*------------------------------------------------------------------*/

.champrequis {
	color:red;
}

.messageErreur{
	color:red;
	font-weight:bold;
}
.hidden {
 visibility:hidden;
 display:none;
}

.spacer {
clear:both;
}
.spacer2 {
clear:left;
}
