@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
	border:0px;
	padding:0px;
}

#cartcom {
	height:570px;
	width:826px;
	background-color:#FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

body {
	background-image: url(img/maquette/fond_index.jpg);
	background-repeat:no-repeat;
	font-family:verdana, arial, sans-serif;
	font-size:10px;
	line-height:15px;
	
}

#flash {
	margin:0 auto;
	width:100%;
	height:300px;
	background-color: #FFF;
	margin-top:200px;
	text-align:center;
	/*display:none;*/
}

a:link {
	text-decoration:none;
	color:#023F88;
}

a:visited {
	text-decoration:none;
	color:#023F88;
}

a:active {
	text-decoration:none;
	color:#EC1C24;

}

a:hover {
	text-decoration:underline;
	color:#023F88;

}

