@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #A8B7BE;
	background-image: url(file:///C|/WEBSITE/Referencement-Google/asset/tall-t1.gif);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 766px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #F2F7F8;
}
.oneColFixCtrHdr #header {
	background-color: #C0C0C0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #F2F7F8;
}
#mainContent p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #footer {
	background-color: #1A4C7B;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: 100px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
h1,h2,h3,h4,h5,h6,p,blockquote,ul,ol {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: large;
	text-transform:none;
	background-color: #1A4C7B;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: -20px;
	margin-bottom: 0px;
	margin-left: -20px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
h2 {
	font-size:20px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
	color: #1A4C7B;
}
h3 {
	color: #003366;
	margin-left: 40px;
}
ul {
	list-style-type: none;
}
li {
	background-image: url(../asset/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	margin-bottom: 5px;
}
.encadre {
	border: 1px solid #336699;
	margin: 10px;
	padding: 5px;
}
.now {
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFFF;
	text-align: center;
	margin: 10px;
}
.rouge {
	color: #FF0000;
}
#plug {
	font-size: small;
}
em {
	color: #003366;
	font-weight: bold;
	font-style: normal;
}
#copyright {
	font-size: x-small;
}
#footer a {
	color: #FFFFFF;
	font-size: small;
}

#footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
dl.feature {
	margin: 15px 0;
	padding: 15px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	}
dl.feature:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
dl.feature dt {
	margin: 0 0 .5em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #1A4C7B;
	}
dl.feature dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	}
dl.feature dd {
	margin-left: 169px;
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
	}
blockquote {
	background-image: url(../asset/quoteleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
blockquote div {
	background-color: transparent;
	background-image: url(../asset/quoteright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 12px;
	padding-left: 36px;
	padding-bottom: 30px;
}
#envoyer {
	float: right;
}
