/*
//------------------------------------------------------------------
// 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;
	background-color: #93111b;
	text-align: center;
}
/*------------------------------------------------------------------*/
#page{
	margin: auto;
	margin-top: 25px;
	background: url(images/page.jpg) left repeat-y;
	max-width: 1200px;
}
#page #sous_page {
	background: url(images/sous-page.jpg) right repeat-y;
}
/*------------------------------------------------------------------*/
#header{
	height: 120px;
	background: url(images/header.jpg) repeat-x;
	position: relative;
}
#header #header_droite {
	height: 120px;
	background: url(images/header-droite.jpg) right no-repeat;
	position: relative;
}
#header #header_droite #header_gauche {
	background: url(images/header-gauche.jpg) left no-repeat;
	height: 120px;
	position: relative;
}
#header #header_droite #header_gauche h1 {
	width: 210px;
	height: 75px;
	position: absolute;
	left: 73px;
	top: 40px;
	
}
#header #header_droite #header_gauche h1 img {
	border: none;
}
/*------------------------------------------------------------------*/
#menu{
	margin-left: 30px;
	margin-right: 28px;
	height: 30px;
	background: url(images/menu.jpg) repeat-x;
}
#menu ul {
	list-style-type: none;
	width: 670px;
	margin: auto;
}

#menu ul li {
	float: left;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	background: url(images/menu-item.jpg) no-repeat;
	background-position: right center;
}
#menu ul li a {
	color: black;
	text-decoration: none;
	font: normal 14px Verdana;
}

#menu ul li a:hover {
	color:#CC6600;
}
/*------------------------------------------------------------------*/
#global {
	margin-left: 30px;
	margin-right: 28px;
	background: url(images/global.jpg) top left repeat-y;
}
/*------------------------------------------------------------------*/
#sidebar {
	width: 161px;
	float: left;
	padding-top: 10px;
}
#sidebar h2 {
	text-transform: uppercase;
	font: bold 14px Verdana;
	margin-bottom: 10px;
}
#sidebar h3 {
	color: #c1272d;
	text-transform: uppercase;
	font: bold 12px Verdana;
	margin-bottom: 7px;
}
#sidebar h3 a {
	text-decoration: none;
}
#sidebar .description_courte {
	font: normal 10px Verdana;
}
#sidebar img {
	border: solid 1px #6f7276;
}
#sidebar a {
	color: #c1272d;
}
#sidebar .separateur {
	width: 100px;
	height: 2px;
	margin: auto;
	background: url(images/separateur.jpg) repeat-x;
	margin-top: 8px;
	margin-bottom: 8px;
}
/*------------------------------------------------------------------*/
#submenu{
}
/*------------------------------------------------------------------*/
#content{
	margin-left: 161px;
	background: url(images/content.jpg);
	padding: 15px;
	text-align: left;
	font: normal 12px Verdana;
	color: black;
}

#content h2 {
	color: #c1272d;
	text-transform: uppercase;
	font: bold 18px Verdana;
	margin-bottom: 5px;
}

#content p {
	padding-top: 8px;
	padding-bottom: 8px;
}

#content img {
	border: solid 1px black;
}
#content a {
	color: #c1272d;
}
/*------------------------------------------------------------------*/
#footer{
	height: 79px;
	background: url(images/footer.jpg) repeat-x;
}
#footer #footer_gauche {
	background: url(images/footer-gauche.jpg) left no-repeat;
	height: 79px;
}
#footer #footer_gauche #footer_droite {
	height: 69px;
	background: url(images/footer-droite.jpg) right no-repeat;
	font: normal 11px Verdana;
	padding-top: 10px;
}
#footer img{
	border:none;
	vertical-align:middle;
}

#footer a{
	color:black;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
/*------------------------------------------------------------------*/
.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;
}
.center{
	text-align:center;
}
/*------------------------------------------------------------------*/
