/*
//------------------------------------------------------------------
// 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{
	font-family:"Times New Roman", Times, serif;
	font-size:11pt;
	background-color:#FFF;
}
/*------------------------------------------------------------------*/
#page{
}
/*------------------------------------------------------------------*/
#header{
	height:110px;
	background:url(images/harasbecassiere.jpg) top right no-repeat;
	background-color:#F0F0F0;
}
#header h1{
	width:626px;
	height:110px;
	background:url(images/logogauche.gif) top left no-repeat;
}
#header #drapeaux{
	position:absolute;
	top:35px;
	left:5px;
}
/*------------------------------------------------------------------*/
#menu{
	position:relative;
	top:-24px;
	height:52px;
	background:url(images/bg_menu.gif) bottom repeat-x;
}
#menu .logoBas{
	clear:both;
	height:28px;
	background:url(images/logogauche_bas.gif) bottom left no-repeat;
}

#menu a#boutpartenaires{
	float:right;
	display: block;
	width: 130px;
	height: 28px;
}
/*------------------------------------------------------------------*/
#submenu{
}
/*------------------------------------------------------------------*/

#content{
	clear:both;
	color:#6B6B6B;
	font-size:13px;
}

#content img.titre{
	border:none;
}

#content p{
	margin-bottom:10px;
	text-indent: 10px;
}

#content img.border{
	border:2px solid #000;
}

#content #contenupage{
	width:760px;
	margin-left:auto;
	margin-right:auto;
}

#content img.right{
	float:right;
	margin-right:20px;
}

#content a:link,#content a:visited{
	color:#405E53;
	font-weight: bold;
}

#content a:hover{
	color:#017D57;
	font-weight: bold;
}

/*------------------------------------------------------------------*/
#footer{
	clear:both;
	font-size:12px;
}
#footer div{
	float:right;
	margin-right:10px;
}
#footer a:link,#footer a:visited{
	color:black;
	font-weight:normal;
}
#footer a:hover{
	color:#017D57;
	font-weight:normal;
	text-decoration:underline;
}
#footer img{
	border:none;
	vertical-align:middle;
}
/*------------------------------------------------------------------*/
.hidden{
	display:none;
}
.spacer{
	clear:both;
	line-height:0px;
	font-size:0px;
}
.messageErreurFatale{
	font-family:Arial,Verdana,Helvetica,sans-serif;
	text-align:center;
	font-weight:bold;
	color:yellow;
	background:red;
	border:solid black 1px;
	font-size:11px;
}
/*------------------------------------------------------------------*/
