/* Feuille de style crée par marc NACHIN */

/*BODY ET GLOBAL*/
body{
	font: 0.7em "Arial", helvetica, sans-serif ;
	background: #eee url(img/fond4.jpg) no-repeat;
}

#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 780px;
     height: 562px;
     margin-top: -280px; 
     margin-left: -390px;
}

#global p{
     font-size: 1.1em;
}

#global a{
	color: #608EAE;
}

#global a:hover{
	color: #333;
}

/*PARTIE LANG ET PRINT*/
#lang
{
	width: 780px ; 
	text-align: right;
	height: 70px;
	border-bottom: 1px solid;
}

#lang a
{
	text-decoration: none;
	font-size: 0.9em;
	color: #4A86B0;
	margin: 0px;
}

#lang a:hover
{
	color: #333;
}

/*INFOS BAS DE PAGE*/
#bas
{
	width: 780px ; 
	height: 40px;
	border-top: 1px solid;
	bottom: 0;
	left: 0;
	position: absolute;
	text-align: center;
	padding-top: 10px;
}

#bas a
{
	text-decoration: none;
	color: #608EAE;
}

#bas a:hover
{
	color: #333;
}	

/*PARTIE CENTRE*/
#centre {
	background-color:#ccc;
	margin-left: 150px;
	margin-right: 150px;
	height: 340px;
	padding: 0px;
}

/*PARTIE GAUCHE*/
#gauche {
	float:left;
	width: 140px;
	height: 340px;
	padding: 5px 5px 5px 0px;
	text-align: left;
}

#gauche p
{
	margin: 0px 0px 10px 0px;
	font-size: 1em;
	padding: 0px;
}

#gauche form
{
	margin: 0px;
	height: 30px;
}

#gauche img
{
	margin: 0px;
}
/*PARTIE DROITE*/
#droite {
	float:right;
	width: 148px;
	height: 340px;
	text-align: left;
	padding: 0px;
}

#droite ul
{
	list-style-type: square;
	text-indent: 0px;
	margin-left: 20px;
	padding: 0px;
}

#droite a
{
	text-decoration: none;
	color: #000;
}

#droite p
{
	margin: 4px 0px 5px 2px;
	padding: 0px 1px 1px 1px;
	background-color: #CBDAE4;
}

#droite a:hover
{
	color: #608EAE;
}

#droite span
{
	font-size: 1em;
	display: block;
	margin: 0px 0px 5px 0px;
	color: #608EAE;
	text-decoration: underline;
}

#droite img
{
	border: 0px;
	margin-bottom: 3px;
	text-align: center;
	display: block;
   	margin-left: auto;
   	margin-right: auto;
}
/*PARTIE MENU*/
#menu {
	position: absolute;
	width: 100%;
	height: 100px;
	left: 0;
}

#menu ul{
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
	height: 100px ;
}

#hiver{
	float: left ;
	width: 156px ;
	height: 100px ;
	color: #fff ;
	margin-bottom: 1px ;
	background: url(img/vignette.jpg) repeat-x;
}

#ete{
	float: left ;
	width: 156px ;
	height: 100px ;
	color: #fff ;
	margin-bottom: 1px ;
	background: url(img/vignette2.jpg) repeat-x;
}

#site{
	float: left ;
	width: 156px ;
	height: 100px ;
	color: #fff ;
	margin-bottom: 1px ;
	background: url(img/vignette3.jpg) repeat-x;
}

#patri{
	float: left ;
	width: 156px ;
	height: 100px ;
	color: #fff ;
	margin-bottom: 1px ;
	background: url(img/vignette4.jpg) repeat-x;
}

#heber{
	float: left ;
	width: 156px ;
	height: 100px ;
	color: #fff ;
	margin-bottom: 1px ;
	background: url(img/vignette5.jpg) repeat-x;
}

#menu li a {
	display: block ;
	color: #fff ;
	font: 1em "Trebuchet MS",Arial,sans-serif ;
	line-height: 100px ;
	padding: 38px 0px 0px 0px;
	margin: 0px;
	text-align: center ;
	text-decoration: none;
}

#hiver a:hover{
	background: url(img/vignette.jpg) repeat-x 0 -100px;
}

#ete a:hover{
	background: url(img/vignette2.jpg) repeat-x 0 -100px;
}

#site a:hover{
	background: url(img/vignette3.jpg) repeat-x 0 -100px;
}

#patri a:hover{
	background: url(img/vignette4.jpg) repeat-x 0 -100px;
}

#heber a:hover{
	background: url(img/vignette5.jpg) repeat-x 0 -100px;
}

H1 {
	text-align: center;
	font-family: "Gabrielle", "Monotype Corsiva", times, sans-serif ;
	font-size: 4em;
	/*color: #117C4E; /*Ete*/
	color: #608EAE; /*Hiver*/
	padding: 0px;
	margin: 0px;
}

H2 {
	font-style: bold;
	font-size: 1.2em;
	color: #608EAE;
	border-bottom: 1px dashed;
	margin-bottom: 6px;
	margin-top: 0px;
}