/*
//------------------------------------------------------------------
// 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:Arial,Verdana,Helvetica,sans-serif;
	font-size:11pt;
}
/*------------------------------------------------------------------*/
#page{
}
/*------------------------------------------------------------------*/


#header .visuel{
	height:135px;
	background:url(images/visuel.jpg) no-repeat;
}
#header .titre a{
	color:white;
	background:url(images/fleche.gif) no-repeat;
	padding-left:30px;
	font-family:Arial;
	font-size:12px;
}
#header .logo{
	width:150px;
	height:144px;
	background:url(images/logo.gif) no-repeat;
	position:absolute;
	margin-left:25px;	
	margin-top:7px;	
}
/*------------------------------------------------------------------*/
#menu{
	border-top:solid 1px white;
	border-bottom:solid 1px black;
	height:24px;
	background:#004922;
	text-transform:uppercase;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
}
#menu li{
	list-style-type:none;
	float:left;
	background:url(images/puce.gif) no-repeat;
	padding-left:30px;
	margin-right:30px;
	padding-top:4px;
	padding-bottom:2px;
}
#menu li a{
	color:white;
	text-decoration:none;
}


/*------------------------------------------------------------------*/
#drapeaux{
	width:180px;
	float:right;
}
#drapeaux a img{
	border:solid 1px white;
	float:right;
	margin-right:10px;
	margin-top:1px;
}
/*------------------------------------------------------------------*/
#content{
	background:url(images/croixbasque.gif) center center no-repeat;
}

#content h3{
	background:#962821;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	padding:4px;
	padding-left:15px;
	color:white;
}
/*------------------------------------------------------------------*/
#bas {
	background:#FFF7DE;
	border-top: solid 2px #962821;
	padding:5px;
	padding-bottom:20px;
	font-family:Arial;
	font-size:11px;
	color:#004922;
}
#bas h5{
	text-transform:uppercase;
	text-decoration:underline;
	font-family:Arial;
	font-size:10px;
	color:#004922;
	font-weight:bold;
	margin-bottom:10px;
}

#bas a{
	background:url(images/lien.gif) no-repeat;
	padding-left:20px;
	text-decoration:none;
	color:#004922;
	font-size:12px;
	font-weight:bold;
}
#bas a:hover{
	text-decoration:underline;
}

#bas .rbroundbox {
	float:right;
	width:70%;
	margin-right:10px;
}

#bas ul li{
	list-style-type:none;
}

/* set millions of background images */
.rbroundbox { background:#FFFDF7;}
.rbtop div { background: url(images/hg.gif) no-repeat top left; }
.rbtop { background: url(images/hd.gif) no-repeat top right; }
.rbbot div { background: url(images/bg.gif) no-repeat bottom left; }
.rbbot { background: url(images/bd.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; padding-left:10px; }

#bas .rbcontent .p1{
	margin-right:52%;
}

#bas .rbcontent .p2{
	float:right;
	margin:5px;
	width:49%;
}



/*------------------------------------------------------------------*/
#footer{
	background:#004922;
	color:white;
	font-family:Arial;
	font-size:11px;
	text-align:center;
	padding:4px;
}
#footer a{
	text-decoration:none;
	color:white;
}
#footer a:hover{
	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;
}
/*------------------------------------------------------------------*/
