/*
//------------------------------------------------------------------
// 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;
}

img { 
  border:none;
}

body{
	color:#FFF;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	background:url(images/stills/bg_drt.gif) top right repeat-y;
	background-color:#63617A;
}
/*------------------------------------------------------------------*/
#page{
	background:url(images/stills/bg_gch.gif) top left repeat-y;
}
#page2{
	background:url(images/stills/bg_bottom_drt.gif) bottom right no-repeat;
}
/*------------------------------------------------------------------*/
#header{
	height:164px;
	font-family: "Times New Roman", Times, serif;
	background:#20215A url(images/stills/bg_header.jpg) top right no-repeat;
}
#header h1{
	height:70px;
}
#header h1 a{
	display:block;
	height:64px;
	color:#FFF;
	font-size:24px;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	padding-top:6px;
	padding-left:420px;
	background:url(images/stills/bg_header_h1.jpg) top left no-repeat;
	background-color:#971B1E;
}
#header .coin{
	display:block;
	width:289px;
	height:94px;
	background:url(images/stills/coin_header.gif) no-repeat;
}
/*------------------------------------------------------------------*/
#colonneG{
	float:left;
	width:257px;
}
/*------------------------------------------------------------------*/
#menu{
	height:296px;
	padding-top:50px;
	background:url(images/stills/bg_top_gch.gif) no-repeat;
}
#menu ul{
	width:188px;
	padding-top:30px;
	font-size:12px;
	margin-bottom:10px;
	background:url(images/stills/menu.gif) top left no-repeat;
}
#menu ul li{
	height:18px;
	list-style-type:none;
	text-align:center;
}
#menu ul li a{
	color:#FFF;
	text-decoration:none;
}

#menu h2{
	height:36px;
	background:url(images/stills/breves.gif) top left no-repeat;
}
#menu a:link,#menu a:visited{
	color:#FFF;
	font-weight:bold;
}
#menu a:hover,#menu a:active{
	color:#63617A;
	font-weight:bold;
}
#menu .breves{
	padding-left:10px;
}
#menu .breves a:link, #menu .breves a:visited{
	text-decoration:none;
}
#menu .breves a:hover, #menu .breves a:active{
	text-decoration:underline;
}
/*------------------------------------------------------------------*/
#colonneD{
	float:right;
	width:102px;
	height:253px;
	background:url(images/stills/bg_top_drt.gif) top right no-repeat;
}
/*------------------------------------------------------------------*/
#content{
	background:url(images/stills/bg_bottom_gch.gif) bottom left no-repeat;
}

html>body #contenupage{
	min-height:538px;
	height:auto;
	margin-left:257px;
	margin-right:102px;
	padding-top:10px;
}
#contenupage{
	height:538px;
	margin-left:257px;
	margin-right:102px;
	padding-top:10px;
}
#contenupage h2{
	color:#FFF;
	font-size:25px;
	padding-left:30px;
	font-family:"Times New Roman", Times, serif;
	background:url(images/stills/puce.gif) center left no-repeat;
}
#contenupage a:link, #contenupage a:visited{
	color:#FFF;
	text-decoration:underline;
}
#contenupage a:hover, #contenupage a:active{
	text-decoration:underline;
}
/*------------------------------------------------------------------*/
#footer{
	clear:both;
	height:130px;
	font-size:10px;
	text-align:center;
	color:#FFF;
	background:url(images/stills/bg_footer.jpg) top right no-repeat;
	background-color:#971B1E;
}
#footer .coin{
	display:block;
	float:left;
	width:223px;
	height:130px;
	background:url(images/stills/coin_footer.gif) no-repeat;
}

#credits{
	padding-top:108px;
}
#footer a {
	color:white;
	text-decoration:none;
}
#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;
}
.center{
	text-align:center;
}
/*------------------------------------------------------------------*/
