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


body {
	font: 1em Arial, Verdana, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #faf9f6;
}

a, a:hover, a img {
	border: none;
	color: #5da3e5;
	
}

p {
	font-size: 0.8em;
	padding: 5px;


}

a.call2action1 {
	float: left;
	display: block;
	margin: 330px 0px 15px 13px;
	padding: 6px 10px 4px 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-image:url(call2action.jpg);
	background-repeat: repeat-x;
	height: 47px;
	text-decoration: none;
	width: 185px;
	text-align: center;


}

a.call2action2 {
	float: left;
	display: block;
	margin: 330px 0px 15px 13px;
	padding: 6px 10px 4px 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-image:url(call2action.jpg);
	background-repeat: repeat-x;
	height: 47px;
	text-decoration: none;
	width: 185px;
	text-align: center;


}


 #container {
	width: 977px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#footer {
	display: block;
	clear: both;
}


.red {
	color: red;
	}
	
.mentionlegal {
	color: #878889;
	font-size: 0.6em;
	padding: 5px;
	background-color: #faf9f6;
	border: 1px solid #e1e0dd;
}

.exemple {
	color: #565656;
	font-size: 0.7em;
	padding: 5px;
	background-color: #f6f6f4;
}

.texte {
	color: #336ea6;
}



.col {
	width: 488px;
	display: block;
	float: left;

}

.blocdroit {
	width: 453px;
	height: 411px;
	background-image: url(bloc-droit.jpg);
	margin: 15px;

}

