/* structure */
body 
{
	font-family: "Verdana", Trebuchet MS , Arial, Times New Roman, Times, serif;
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #000000;
}

#conteneur
{
	width: 700px;
	background-color: #000000;
	margin: auto;
	
}

#header
{
	width: 100%;	
	margin-bottom: 1px;
}

#menu
{
	width: 100%;
	margin-bottom: 2px;
}
#menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li
{
	float: left;
	margin: 0;
}

#corps
{
	
    background-image: url("images/fond.jpg");
	background-position: top center;
	background-color: #000000;
	background-repeat: repeat-y;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	height: auto !important;
    height: 400px;   
    min-height: 400px;	
	clear: left;
	
}

#footer
{
	width: 700px;
	margin-top: 5px;
	font-size:0.7em;
	text-align: center;
}

/* Mise en forme du texte */

#corps p
{
	text-align: justify;
}
h1
{
	text-align: center;
	font-size: 250%;
}
h2
{
	text-align: center;
	font-size: 230%;
}
h3
{
	font-size: 135%;
}
h4
{
	font-size: 100%;
}
strong
{
	font-weight: bold;
}

em, q
{
	font-style: italic;
}
a
{
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover
{
	color: #BAB9B9;
	text-decoration: underline;
}

.droite
{
	text-align: right;
}

.souligne
{
	text-decoration: underline;
}

.nomspersos
{
	font-size: 1.25em;
	color: #7CA8D3;
	font-weight: bold;
}

.nomsseiyu
{
	color: #BBD1E8;
	font-weight: bold;
}

.basdepage
{
	font-weight:bold;
	padding-right:5px;
}

/* alignements */
.right, .basdepage
{
	text-align:right;
}

.center, h1
{
	text-align: center;
}

/* Accueil */
.cadreactu
{
	width:348px;
	float:left;
	padding-bottom: 7px;	
}

.cadretexte
{
	width: 345px !important;
	width: 320px;	
	margin-left: 350px;
	padding-left: 2px;	
	text-align:justify;
}

/* Images */

img
{
	border: none;
}

img.imagesdroite
{
	float: right;
	margin-left: 10px;	
	margin-right: 2px;
}

img.imagesgauche
{
	float: left;
	margin-right: 10px;
	margin-left: 2px;
}
/* Formulaires */
fieldset
{
	border: 1px solid white;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}
legend
{
	font-weight: bold;
	color: white;
}

label
{
	float:left;
	width: 85px;
	cursor: pointer;
}
input[type=text]
{
	margin: 1px;
}

/* Listes */
ul
{
	list-style-type:none;
}
ul.niv1
{	
	list-style-type: square;
}
ul.niv2
{
	list-style-type: disc;
	margin-left: 35px;
}
ul.niv3
{
	list-style-type: circle;
	margin-left: 35px;
}
dt
{
	font-weight: normal;
	text-decoration: none;	
}
dd
{
	margin-left: 0;
	padding-left: 0;
}