/* ContentBox ===*/
.ContentBox {
	width:700px;
	float:right;
	margin:0 0px 0 0px;
	padding-bottom:15px;
	background:url(../img/bordvert_middle.png) repeat-y;
}

/* Content Box =======*/
.Content {
	width:680px;
	margin:0px 10px 0px 10px;
	float:left;
	z-index:1;
}
.PrintIcone {
	border:none
}

a.PrintLink {
  	text-decoration:none;
	font-size:70%;
	color:#666;
	font-variant:small-caps;
  	position: relative;
   	border:none;
   	margin-right:5px;
}
a.PrintLink span {
	width:50px;
  	display: none; /* on masque l'infobulle */
}
a.PrintLink:hover {
   background: none; /* correction d'un bug IE */
}
a.PrintLink:hover span {
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */
   display:block; /* on affiche l'infobulle */
   position:absolute;
   top: -15px; /* on positionne notre infobulle */
   left: -20px;
   width:50px;
   text-align:center;
}

.PrintLinkBox {
	float:right;
	margin:15px -5px 0 0px;
}
/* Content Text =========================================*/
.ContentBlock {
	width:680px;
	font-size:80%;
	float:left;
}
.ContentBlock p{
	text-align:left;
	margin-bottom:7px;
	margin-top:0px;
	color:#333;
	
}

.ContentBlock ul{
	text-align:left;
	margin-bottom:5px;
	margin-top:0px;
	color:#333;
}
.ContentBlock li {
	margin-bottom:8px;
}
h1 {
	margin-top:0px;
	margin-bottom:5px;
	font-style:normal;
	font-weight:normal;
	width:100%;
	font-size:190%;
	color: #000;
	line-height:100%;
	font-family:Tahoma, Geneva, sans-serif;
}
h2 {
	font-size:110%;
	color: #333;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:0px;
}
h2 a {
	color:#000;
}

.Intro {
	font-size:140%;
	font-weight:normal;
	line-height:100%;
	margin-top:5px;
	margin-bottom:30px;
	color: #0a913d; 
}
.Intro a {
	color:#0a913d;
}
.nobold {
	font-weight:normal; 
}
.En_savoir_plus {
	color:#f47721; 
	font-size:100%; 
	font-weight:bold; 
}
.En_savoir_plus img {
	border:none;
	float:right;
	margin-top:10px;
}
.plus_infos {
	background:url(../img/btn_plus_infos_background.png) no-repeat;
	width:220px;
	height:65px;
	padding-top:5px;
	text-align:center;
	font-variant:small-caps;
	font-weight:bold;
	margin-top:10px;
	font-size:120%;
}
.plus_infos a {
	color:#000;
	text-decoration:none;
}
.lien_faq {
	color:#000;
	border-bottom:dotted 1px #000;
}
.lien_faq:hover {
	color:#f47721; 
	border-bottom:dotted 1px #f47721;
	text-decoration:none;
}
.btn_devis {
	float:right;
	clear:both;
}
.btn_devis a {
	color:#f47721;
}
/* Content Forms =========================================*/


.ChampObligatoir {
	font-weight:bold;
}
.Note {
	font-size:0.8em;
	font-style:italic;
	color:#666;
	float:right;
	margin-right:10px;
	margin-top:5px;
}
.Legend {
	font-size:1.1em;
	color: #0a913d; 
	font-variant:small-caps;
	font-weight:bold;
}
.FormDescription1 {
	width:130px;
}
.FormChamp1 {
	width:180px;
}

.FormDescription2 {
	width:130px;
}
.FormChamp2 {
	width:180px;
}

.FormDescription3 {
	width:80px;
}
.FormChamp3 {
	width:330px;
}

.FormChamp4 {
	width:220px;
}


