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

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

body
{
	background-image: url("./images/bg.png");
	background-repeat: repeat-x;
	background-color: #469ae0;
	font-family: Verdana, Arial, Helvetica, Serif;
	font-size: 12px;
	margin: 13px 0;
}

img
{
	vertical-align: middle;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: 0;
}

p
{
	padding-bottom: 1em;
}

.spacer
{
	clear: both;
}

#header
{
	width: 842px;
	margin: 0 auto 20px auto;
}

#stats
{
	background-image: url("./images/stats.png");
	background-repeat: no-repeat;
	width: 423px;
	height: 31px;
	padding: 15px 15px 0 15px;
	margin-left: 93px;
	cursor: default;
	color: #015499;
	font-weight: bold;
	font-size: 11px;
}

#stats p
{
	padding: 0;
}

p#pub
{
	background-image: url("./images/pub.png");
	background-repeat: no-repeat;
	width: 525px;
	height: 87px;
	padding: 44px 0 0 0;
	text-align: center;
	margin-left: 7px;
	margin-top: -10px;
}

#connexion
{
	background-image: url("./images/bg_connexion.png");
	background-repeat: no-repeat;
	width: 280px;
	height: 121px;
	padding: 40px 0 0 0;
	float: right;
	text-align: center;
}

#connexion table
{
	width: 255px;
	margin: 0 auto;
	line-height: 35px;
	border-collapse: collapse;
}

#connexion table td
{
	-padding: 9px 0;
}

#connexion input.text
{
	background-color: #f4f4f4;
	border: 1px solid #d6d6d7;
}

#connexion input.inputi
{
	margin-top: 15px;
	-margin-top: 0px;
}

#content
{
	width: 842px;
	margin: 0 auto;
}

#content h1
{
	background-image: url("./images/titre.png");
	background-repeat: no-repeat;
	width: 842px;
	height: 46px;
	text-indent: -5000px;
	font-size: 0;
	cursor: default;
}

#content h1 a
{
	display: block;
	width: 505px;
	height: 42px;
}

#content_centre
{
	background-image: url("./images/content.png");
	background-repeat: repeat-y;
	width: 840px;
	padding: 10px 1px;
}

#content_centre #textes
{
	float: left;
	width: 603px;
}

#content_centre #textes p
{
	text-align: justify;
	padding: 0 20px 1em 20px;
	color: #276da9;
	font-weight: bold;
	text-indent: 2em;
}

#content_centre #textes p.centre_texte
{
	text-align: center;
	text-indent: 0;
	font-weight: normal;
	padding: 0 0 1em 0;
}

#content_centre #formulaire
{
	float: left;
	width: 237px;
	margin: 0 auto;
}

#content_centre #formulaire h2
{
	background-image: url("./images/h2_inscription.png");
	background-repeat: no-repeat;
	width: 219px;
	height: 31px;
	text-indent: -5000px;
}

#content_centre #formulaire #form_centre
{
	background-image: url("./images/form_centre.png");
	background-repeat: repeat-y;
	width: 208px;
	padding: 10px 3px 10px 8px;
}

#content_centre #formulaire #form_centre table
{
	margin-bottom: 1em;
}

#content_centre #formulaire #form_centre table td
{
	text-align: center;
	padding: 0 3px;
}

#content_centre #formulaire #form_centre input.text2
{
	width: 112px;
	height: 18px;
	background-color: #f4f4f4;
	border: 1px solid #3974a6;
	padding-top: 2px;
}

#content_bas
{
	background-image: url("./images/content_bas.png");
	background-repeat: no-repeat;
	width: 842px;
	height: 12px;
	margin: 0 auto;
}

#footer
{
	width: 842px;
	margin: 1em auto;
}

#footer p#partenaires
{
	float: left;
	width: 520px;
	text-align: center;
}

#footer p#partenaires img
{
	padding: 0 6px;
	margin-bottom: 5px;
}