/* CSS Document */
/*font=> Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif, Georgia, "Times New Roman", Times, serif;*/
html{
	height:100%;
}

body{
	background-image:url(images/fonddev.jpg);
	background-color:#CCCCCC;
	margin:0;
	padding:0;
	height:100%;
}

/*div du menu*/
#menu_div{
	float:right;
	padding-right:0px;
	padding-left:0px;
}

/*div de bannière*/
#ee{
	width:750px;
	height:150px;
}

#menu_div ul{
	list-style:none;
}

ul a{
	color:#2A3F00;
	text-decoration:none;
	font-weight:bold;
}

ol a{
	margin-left:-15px;
	color:#294A24;
	font-style:oblique;
	font-size:13px;
}

ol a:hover{
	color:#920901;
	text-decoration:underline overline;
}

img{
	border:none;
}

#principale{
	background-image:url(images/bande.gif);
	background-color:#CCCCCC;
	width:760px;
	background-repeat:repeat-y;
	/*height:100%;*/
	background-position:center;
	padding-left:10px;
	margin:auto;
	margin-bottom:0px;
	/*overflow:auto;*/
	overflow:hidden;
}

#div_bas{
	background-image:url(images/bandefoot.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-color:#CCCCCC;
	height:50px;
	width:760px;
	margin:auto;
	padding-left:5px;
	padding-right:5px;
	font-size:10px;
	text-align:center;
	/*overflow:auto;*/
	overflow:hidden;
}

#div_bas p{
	margin:0px;
}

#im_dev{
	float:left;
	margin-right:10px;
	margin-left:5px;
}

#div_msg{
	margin-left:5px;
	margin-right:40px;
	margin-bottom:0px;
}

#div_msg p{
	text-align:justify;
	font-size:12px;
	color:#142013;
	font-family: Verdana, Helvetica, Arial, "Helvetica Neue", sans-serif;
}

#div_msg a{
	color:#990000;
	font-size:10px;
}

#div_msg a:hover{
	color:#CC0000;
	font-weight:bold;
}

.titre1{
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	color:#990000 !important;
}

#im_info{
	width: 740px;
}

#pied_div{
	width:100%;
	text-align:center;
	font-size:10px;
	color:#2A3F55;
	margin:0px;
	padding:0px;
}

#pied_div a{
	color:#2A1F00;
}

#pied_div a:hover{
	color:#007F00;
	font-weight:normal;
}

.image_1{
	float:left;
	width:150px;
	margin: 15px;
	margin-top:0px;
}

.creation_div{
	overflow:hidden;
}