
/********/
/* BODY */
/********/
html, body
{
	background-color: #F8F8F8;
	padding: 0; 
	font: 12px Verdana, Tahoma, Arial, Sans-Serif;
	color: #3F5F6B;
	background-repeat: repeat;
	background: url(/images/trame_fond.png);	height: 100%;
}

body
{
	margin: 0; 
}

img
{
        border: 1px solid #3F5F6B;
}

a img:hover
{
        border: 1px solid #8D362A;
}

#page
{
	width: 600px;
	position: relative;
	min-height: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	background: white;
	border-width: 25px;
	border-style: none solid none solid;
	border-color: #3F5F6B;
}

a, a:visited
{
	text-decoration: underline;
	font-weight: bold;
	color: #3F5F6B;
}

a:hover
{
	text-decoration: none;
	background-color: #8D362A;
	color: White;
}

a.image
{
	background: none;
}

p
{
	line-height: 17px;
	text-align: justify;
}

/**********/
/* Titres */
/**********/

h1
{
	color: #8D362A;
	font-size: 22px;
	letter-spacing: 1px;
}

h2
{
	color: #8D362A;
	font-size: 20px;
	letter-spacing: 1px;
}

h3
{
	color: #8D362A;
	font-size: 15px;
}

h4
{
	font-size: 13px;
}

#logo
{
	height: 102px;
		padding: 0;
	margin: 0;
	text-align: center;
}

#logo img
{
	border: none;
}


.erreur
{
	color: red;
}

/**********************/
/* Menu de navigation */
/**********************/
#menu
{
	margin: 30px;
	padding: 0;
	text-align: center;
	font-size: 12px;
}

#menu li
{
	display: inline;
	list-style: none;
}

#menu a, #menu a:visited
{
	padding: 5px;
	margin: 5px;
	border: 1px solid #3F5F6B;
	text-decoration: none;
}

#menu a:hover, #menu a:active
{
	background-color: #8D362A;
	color: white;
}

#menu a.current
{
	background-color: #3F5F6B;
	color: white;
}


#contenu
{
	padding: 0 0 40px 0;
	margin: 30px 10px 10px 10px;
}

/*
Les pieds de page :
http://pompage.net/pompe/pieds/
*/
#footer
{
	bottom: 10px;
	position: absolute;
	text-align: center;
	width: 600px;
}

#footer img
{
	margin: 0 7px;
	border:none;
}

#footer a:hover
{
	background: none;
}

p.maj
{
	font-size: 11px;
	margin-top: 25px;
	font-style: italic;
}

div.center
{
	text-align: center;
}

#contenu ul
{
	list-style-image: url(/images/puce_fleche_off.png);
	line-height: 22px;
}

#contenu li:hover
{
	list-style-image: url(/images/puce_fleche_on.png);
}

div.spacer
{
	clear: both;
}

input, textarea
{
	border: 1px solid #3F5F6B;
	background-color: white;
}

input[type=text], textarea
{
	padding: 1px;
}

input[type=submit]
{
	color: #3F5F6B;
	font-weight: bold;
}

input[type=submit]:hover
{
	color: white;
	background-color: #3F5F6B;
}


form dt
{
	margin-bottom: 5px;
}

form dd
{
	margin: 0;
}