/* GENERAL
****************************/

body {
	color:#008099;
	background:#005566;
	margin:0;
	padding:0;
	text-align:center;
	height:100%;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}


span {font-weight : bold}
.date {
	margin : 0;
	font-size: 18px;
	color: #FF6600;
	background-color: #FFFFFF;
	border: 5px solid #FFFFFF;
}


h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0.5em;
}
h1 {
	font-size:2.75em;
	font-family: Arial, Helvetica, sans-serif;
	background-position: center bottom;
	text-align: center;
}
h2 {
	font-size:2em;
	color: #000000;
	text-transform: uppercase;
	text-align: right;
}
h3 {font-size:1.6em;}
h4 {font-size:1.2em;}


h1, h2, h3, h4, h5, h6 {color:#FFF;}
a:link, a:active, a:visited {
	color:#CC6600;
}
a:hover {background:#CC6600; color:#FFF;}


/*	SITE >> Conteneur general
*******************************************************/

#site {
	position:absolute;
	left:476px;
	top:281px;
	width:845px;
	height:466px;
	margin-top:-230px;
	margin-left:-320px;
	text-align:left;
	background-color: #fff;
	background-image: url(../images/image02.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}


/*	SITE >> Titre
*******************************************************/

h1 {
	position : absolute;
	top:-21px;
	left:-114px;
	margin:0;
	padding:10px;
	background:#003540;
	border:10px solid #FFF;
	width: 553px;

 

}


/*	 SITE >> MENU DE NAVIGATION
*******************************************************/

#menu {
	position:absolute;
	top:70px;
	left:-54px;
	width:	105px;
	background:#CC6600;
	border:10px solid #FFF;
}

#menu ul {
margin:0; 
padding:0; 
list-style:none; 
text-align:right;
list-style : none ; 
}


#menu ul li a {
	text-decoration:none;
	color:#FFF;
	display:block;
	width:auto;
	margin : 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}


#menu ul li a:hover {
	background-color: #CFE2E5;
}


/*	  SITE >> CONTENU 
*******************************************************/

#contenu {
	float:right;
	width:645px;
	height:440px;
	background:#CFE2E5;
	border-top : 10px solid #fff;
	border-right : 10px solid #fff;
	overflow: hidden;
}


/*	  SITE >> CONTENU >> Texte
*******************************************************/


#texte {
	margin-top: 40px;
	width:620px;
	height:370px;
	overflow:auto;
	text-align:justify;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 60px;
}


#texte h2 {
color:#005566;
}


#texte p {
padding:0;
}


/*	SITE >> FOOTER	
********************************************************/


#footer {
	position:absolute;
	bottom:-24px;
	right:-21px;
	width:263px;
	color:#FFF;
	background:#003540;
	border:10px solid #FFF;
	height: 40px;
	padding-top: 2px;
}

#footer ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}



#footer ul li {
	display:inline;
	padding:5px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #FFF;
}

#footer li a  {
text-decoration : none ; 
}

