@charset "utf-8";
/* CSS Document */
/* Réalisation du thème : florenth3me */
/* http://www.florenth3me.com */

body {
	background-color:#054f5c;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#054f5c;
	font-size:14px;
}

/* conteneur principal */
#global {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding:0;
	width:950px;
}

/*bandeau supérieur */
#entete {
	width:950px;
	height:135px;
	overflow:hidden;
}
#menu {
	width:950px;
	height:68px;
	overflow:hidden;
}
/* conteneur central */
#contenu {
	background-image:url(images/background.png);
	background-position:center;
	background-repeat:repeat-y;
	width:950px;
	overflow:hidden;
}
#menugauche {
	position:relative;
	float:left;
	width:165px;
	margin-left:50px;
	text-align:center;
}
#menugauche a{
	text-decoration:none;
	color:#054f5c;
}
#menugauche a:hover{
	text-decoration:underline;
	color:#15b6ca;
}
#titremenu {
	font-weight:bold;
	font-size:15px;
}
/* contenu du site */
#page {
	position:relative;
	float:right;
	width:665px;
	min-height:550px;
	margin-right:50px;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
}

.droit {
	text-align:right;
}

#news {
	width:510px;
	padding-left:10px;
	padding-right:10px;
	background-color:#eafffe;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #054F5C;
}
#date {
	font-size:16px;
	font-weight:bold;
}
/* pied de page */
#pied {
	position:relative;
	background-image:url(images/pied.png);
	height:114px;
	overflow:hidden;
	width:950px;
	padding:0;
	margin:0;
}
#credit {
	position:relative;
	margin-right:50px;
	margin-top:95px;
	width:900px;
	text-align:right;
	color:#054f5c;
	font-size:11px;
}
#credit a {
	color:#dff3f2;
	text-decoration:none;
}
#credit a:hover {
	color:#054f5c;
	text-decoration:underline;
}
h1 {
	font-weight:normal;
	font-size:25px;
}
h2 {
	font-weight:normal;
	text-indent:25px;
	font-size:18px;
}

a {
	text-decoration:underline;
	color:#054f5c;
}

a:hover {
	text-decoration:underline;
	color:#15b6ca;
}

a img {
	border:none;
}

td a {
	text-decoration:none;
}