body{
	background-color:#b6cae3;
	background: repeating-linear-gradient(to top,#b6cae3,#ffffff);
}

a{
	color:#ffffff;
	text-decoration:none;
}

a:visited, a:active, a:hover{
	color:#ffffbe;
}

.divmain{
	background-color:#ffffff; 
	height:900px; 
	margin-left:50px; 
	margin-right:50px;
}

.divbanner{
	height:165px;
	margin:5px;
	text-align:center; 
	color:#01327f;
	text-decoration:underline;
}

.divmenu{
	float:left; 
	background-color:#09519d; 
	margin-top:5px;
	margin-left:5px;
	margin-bottom:0px;
	padding:5px;
	width:25%;
}

.divmenu ul{
	list-style-type:none; 
	color:#3cbefa;
}

.ullien{
	list-style-image:url('../img/fleche.png');
}

.divenglobcart{
	/*float:left;*/
	margin-top:20px;
	margin-left:27%;
	text-align:center;
}

#LblClignotant{
	margin-bottom:5px;
	height:15px;
}

.divcarte{
	/*float:right;*/
	border:1px inset #3cbefa;
	margin:5px;
	color:#01327f;
	padding:5px;
	width:500px;
	height:320px
}

.divcarte img{
	width:367px;
	height:250px;
}

.descrip{
	float:right;
	/*background-color:#09519d; */
	margin-top:25px;
	margin-left:50px;
	margin-bottom:0px;
	padding:5px;
	color:#000000;
	width:25%; 
	height:150px;
}

.divfooter{
	background-color:#09519d;
	font-weight:bold; 
	font-size:12px;
	color:#ffffff;
	float:bottom;
	margin-left:50px; 
	margin-right:50px;
	height:15px
}