@charset "iso-8859-1";
body {
	text-align:center;
	margin:0 auto;
	font-family:"Arial", "Helvetica", "Nimbus Sans L", sans-serif;
	font-size:12px;
	color:#ffffff;
}

img {
	border:0;
}

a {
	color:#ffffff;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

h1 {
	padding:0;
	margin:0;
	border:0;
	font-size:15px;
	color:#FF9900;
}

/* CADRES */

div#page {
	width:100%;
	background:url(fond.jpg) #62666f no-repeat top left;
}

div#conteneur {
	width:500px;
	margin:0 auto;
	text-align:justify;
	margin-top:50px;
}

div#pied {
	color:#62666f;
	font-size:10px;
	background:url(pied.jpg) repeat-x top center;
	text-align:center;
	height:60px;
	margin:1px 0 0 0;
	padding:10px 0 0 0;
}
div#pied a {
	color:#62666f;
}

div.clear {
	clear:both;
}

/* DIVERS */

span.gras {
	font-weight:bold;
}

div.centrer {
	text-align:center;
}
div.droite {
	text-align:right;
}

.orange {
	color:#FF9900;
}

/* FLOAT */
div.float1 {
	float:left;
	width:215px;
	padding:3px 0 0 0;
}
div.float2 {
	float:left;
	width:285px;
}

div.float {
	float:left;
}

/* CORNERS */

div.corners_left_h {
	height:15px;
	background:url(corners_g.gif) #6e7178 no-repeat top left;
}
div.corners_right_h {
	height:15px;
	text-align:right;
	background:url(corners_d.gif) no-repeat top right;
}
div.corners_left_b {
	height:15px;
	background:url(corners_g.gif) #6e7178 no-repeat bottom left;
}
div.corners_right_b {
	height:15px;
	text-align:right;
	background:url(corners_d.gif) no-repeat bottom right;
}
div.corners {
	background-color:#6e7178;
}