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

body {
	font-family: Tahoma, Arial;
	margin: 0px;
	background-color: #C01D2A;
	background-image: url(images/fondfinal.png);
}
/*body {
	font-family: Tahoma, Arial;
	margin: 0px;
	background-color: #C01D2A;
}*/
#page {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 845px;
}
img {
margin:0px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 2px;
	text-transform: uppercase;
}


h2 {
	font-size: 12px;
	text-transform: uppercase;
}
p {
	font-size: 12px;
}
a {
	color: #333333;
}
a:hover, a:link, a:active, a:visited {
	text-decoration: underline;
}

.formules a {
font-size: 12px;
text-decoration: none; /* définition du lien qui affichera le "calque" */
}
.formules a:hover {
background: none; /* correction d'un bug IE */
}
.formules a span { /* définition de la balise <span> inclue dans <a> */
display: none;
}
.formules a:hover span { /* définition de la balise <span> au survol */
	display: inline;
	position: absolute;
	top: 550px; /* positions et dimensions du calque, que vous pouvez changer à loisir */
	right: 20px;
	width: auto;
	height: auto;
	background: white;
	text-align: center;
	color: white;
	border: 2px dotted #666666;
}
.formules a:hover span h1 { /* définition de la balise <span> au survol */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-align: center;	
}

#page #centre {
	background-color: #FFFFFF;
	width: 845px;
	float: left;
	background-image: url(images/d_colg_fond.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#page #centre #colg a {
	color: #333333;
}

#page #centre #colg {
	float: left;
	width: 203px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	position: relative;
	padding-bottom: 0px;
	background-image: url(images/d_colg_top.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#page #centre #colg h2 {
	color: #D20000;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}

#page #centre #colg p {
	color: #666666;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}

#page #centre #cold {
	float: right;
	width: 642px;
	margin-top: 0px;
	margin-right: 0px;
}
#page #centre #cold .cold_page h2 {
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#page #centre #cold .cold_page h4 {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	font-size: 10px;
}

#page #centre #cold .cold_page p {
	margin-right: 20px;
	margin-top: 2px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#page #centre #cold .cold_page img {
	margin: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#page #centre #cold .cold_page img.savoirfaire {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#page #footer {
	background-image: url(images/d_foot2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 123px;
	float: left;
	width: auto;
}
#page #footer p {
	width:830px;
	font-size: 10px;
	color: #FFFFFF;
	margin: 4px;
}

#page    #footer a   {
	color: #FFFFFF;
}
