/*Author SARL LAGEM*/
/* structure du site */
body
{
	font-family:verdana,"Trebuchet MS",serif;
	font-size:0.8em;
	color:#000000;
	background-color:#2534FD;
}
#conteneur
{
	width:772px;
	margin:auto;
	background-color:#FFFFFF;
	
}
#header
{
	width:100%;
	height:130px;
}
#menu
{
	float:left;
	width:146px;
	margin-top:0;
	background-color:#FFFFFF;
	padding-bottom:10px;
}
#menu li
{
	margin-top: 12px;
}
#corps
{
	width:620px!important; /*compris par les autres que IE 6*/
	width:615px;
	padding:2px;
	height: auto !important;
	height: 490px;   
	min-height: 490px;
	margin-left:146px;
	border-left:1px solid #2534FD;
	background-color:#FFFFFF;
}
#footer
{
	border-top:1px solid #2534FD;
	background-color:#FFFFFF;	
	height:20px;
	padding:2px;
	clear:both;
	margin-top:0;
}

/* actu */
#actu
{
	width:500px;
	margin:auto;
	border:1px solid #2534FD;	

}
#actu h3
{
	margin-top:1px;
	margin-left:1px;
}

#actu p
{
	margin-left:1px;
}

/* balises  de titre */

h1
{
	text-align:center;
	color:#2534FD;
	font-size:170%;
}

h2
{
	color:#000000;
	font-size:120%;
	text-decoration:underline;
}

h3
{
	font-size:100%;
	font-weight:bold;
	
}

/* liens */
a
{
	font-weight:bold;
	color:#2534FD;
	text-decoration:none;
}	

a:hover
{
	text-decoration:underline;
}


/* listes */

ul
{
	list-style-image:url("puce.jpg");
	margin-top:5px;
}

#menu ul
{
	padding-left:0;
	margin-left:23px;
}

ul.nopuce
{
	list-style-image:none;
	list-style-type:none;
	padding-left:0;
	margin-left: 20px;
	color:#000000;
}

li
{
	padding-left:0;
}

dt
{
	margin-left:19px;
}

/* Alignements */
.centre
{
	text-align:center;
}
/* flottants */

.floatleft
{
	float:left;
	margin-right:5px;
	margin-left: 5px;
}
/* formulaires */
input[type=text], input[type=password], textarea
{
	margin:1px;
	border:1px solid #2534FD;
}
label
{
	display:block;
	width:150px;
	float:left;
	cursor:pointer;
}
fieldset
{
	border:1px solid #2534FD;
	padding:7px !important;
	width:500px;
	margin:auto;
}
legend
{
	font-weight:bold;
	color:#000000;
}
/* Images */
div.centre img
{
	margin-top:2px;
	margin-bottom:2px;
}
img
{
	border:none;
}

/* Mise en forme de texte */
.gras
{
	font-weight:bold;
}
.italique
{
	font-style:italic;
}
.souligne
{
	text-decoration:underline;
}
.raye
{
	text-decoration:line-through;
}
/* Paragraphes */
p
{
	text-align:justify;
}