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

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

body
{
	background-image: url("./images/bg.png");
	background-position: top center;
	font-family: Arial, Verdana, Helvetica, Serif;
	font-size: 12px;
	width: 950px;
	margin: 10px auto;
}



img
{
	vertical-align: middle;
}

a img
{
	border: 0;
}

p
{
	padding-bottom: 1em;
}

.spacer
{
	clear: both;
}

#header
{
	width: 950px;
	text-align: center;
	margin: 0 auto 10px auto;
}

#header_g
{
	float: left;
}

#header_d p
{
	color: #0060ff;
	font-size: 14px;
	font-weight: bold;
}

#contenu_haut
{
	background-image: url("./images/contenu_haut.png");
	background-repeat: no-repeat;
	width: 950px;
	height: 8px;
	margin: auto;
	-margin-bottom: -7px;
}

#coffre_fort{
background : url('images/coffre_fort.PNG') no-repeat;
padding: 100px 5px 150px 10px;
width: 274px;
height: 250px;
}

#contenu_centre
{
	background-image: url("./images/contenu_centre.png");
	background-repeat: repeat-y;
	width: 946px;
	margin: auto;
	padding: 5px 2px;
}

#barre_news
{
	background-image: url("./images/barre_news.png");
	background-repeat: no-repeat;
	width: 769px;
	height: 25px;
	margin: auto;
	padding: 11px 13px 0 116px;
	margin-bottom: 7px;
}

#menus
{
	width: 173px;
	float: left;
	text-align: center;
	border-right: 1px solid #690661;
}

#menu_connexion
{
	background-image: url("./images/menu_connexion.png");
	background-repeat: no-repeat;
	width: 147px;
	height: 77px;
	margin: 0 auto 15px auto;
	padding-top: 31px;
}

#menu_connexion2
{
	background-image: url("./images/connexion2.png");
	background-repeat: no-repeat;
	width: 147px;
	height: 77px;
	margin: 0 auto 15px auto;
	padding-top: 31px;
}

#menu_connexion input.form
{
	background-image: url("./images/input.png");
	background-repeat: repeat-x;
	border: 0;
	width: 119px;
	height: 16px;
	margin-top: 6px;
	margin-bottom: 2px;
}

#menus ul
{
	list-style-type: none;
}

#menus ul li
{
	margin-bottom: 1em;
}

#textes
{
	margin-left: 173px;
	padding: 5px 20px;
	color: #2465f8;
}

#textes h1
{
	text-align: center;
	margin-bottom: 1em;
}

#textes p
{
	text-align: justify;
	text-indent: 2em;
}

#contenu_bas
{
	background-image: url("./images/contenu_bas.png");
	background-repeat: no-repeat;
	width: 950px;
	height: 57px;
	margin: 0 auto 10px auto;
}

p#footer
{
	color: #006cff;
	font-size: 14px;
	text-align: center;
}

p#footer a
{
	color: #006cff;
	text-decoration: none;
}

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