@charset "iso-8859-1";
*{
	margin: 0;
	padding: 0;
}

/* Découpe par Abdel : http://abdel.e3b.org */

body
{
	background-image: url("../images/design/bg.png");
	background-repeat: repeat-x;
	background-color: #69d2e7;
	font-family: Arial, Verdana, Helvetica, Serif;
	font-size: 12px;
}

img
{
	vertical-align: middle;
}

a img
{
	border: 0;
}

p
{
	padding-bottom: 1em;
}

.spacer
{
	clear: both;
}

#header
{
	background-image: url("../images/design/header.png");
	width: 724px;
	height: 83px;
	margin: auto;
	color: white;
	font-size: 16px;
	padding: 150px 0 0 220px;
	text-align: center;
}

#header h1
{
	font-size: 16px;
	font-weight: normal;
}

#content
{
	background-image: url("../images/design/content.png");
	background-repeat: repeat-y;
	width: 944px;
	margin: auto;
	padding: 10px 0 10px 0;
}

#col_gauche
{
	float: left;
}

h2.menu_haut
{
	background-image: url("../images/design/menu_haut.png");
	width: 225px;
	height: 30px;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, Serif;
	font-size: 16px;
	color: white;
	text-align: center;
	padding-top: 4px;
}

ul.menus
{
	list-style-type: none;
	margin-bottom: 20px;
}

ul.menus li
{
	background-image: url("../images/design/menu_li.png");
	width: 178px;
	height: 24px;
	color: #00d4fa;
	padding-top: 3px;
	padding-left: 47px;
	margin-left: 1px;
}

uL.menus li a 
{
	color: #00d4fa;	
}

#centre
{
	width: 483px;
	float: left;
	margin: 0 5px;
	-margin: 0 4px;
}

h2.titre_actu
{
	background-image: url("../images/design/titre_actu.png");
	width: 448px;
	height: 26px;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, Serif;
	font-size: 15px;
	color: white;
	padding: 6px 0 0 35px;
	font-weight: normal;
}

.actu_haut
{
	background-image: url("../images/design/actu_haut.png");
	width: 483px;
	height: 11px;
}

.actu_centre
{
	background-image: url("../images/design/fond_actu.png");
	width: 467px;
	text-align: center;
	padding: 15px 8px 0 8px;
}

.actu_centre p
{
	color: #00b9e9;
	font-size: 14px;
	font-weight: bold;
}

.actu_bas
{
	background-image: url("../images/design/actu_bas.png");
	width: 483px;
	height: 11px;
}

.note
{
	background-image: url("../images/design/note.png");
	width: 126px;
	height: 26px;
	float: right;
	clear: both;
	padding: 5px 0 0 57px;
	font-size: 18px;
	color: white;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

#col_droite
{
	float: left;
}

h2.menu_haut_droite
{
	background-image: url("../images/design/menu_haut_droite.png");
	width: 225px;
	height: 30px;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, Serif;
	font-size: 16px;
	color: white;
	text-align: center;
	padding-top: 4px;
}

ul.menus_droite
{
	list-style-type: none;
	margin-bottom: 20px;
}

ul.menus_droite li
{
	background-image: url("../images/design/menu_li_droite.png");
	width: 175px;
	height: 24px;
	color: #00d4fa;
	padding-top: 3px;
	padding-left: 50px;
}

#footer
{
	background-image: url("../images/design/footer.png");
	width: 940px;
	height: 30px;
	margin: auto;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, Serif;
	font-size: 14px;
	color: white;
	font-weight: bold;
	padding: 17px 2px 0 0;
	text-align: center;
}

#footer a
{
	color: white;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}
