* {
   margin: 0;
   padding: 0;
   font-family: "Segoe UI", Arial,Helvetica,sans-serif;
}

* acronym {

	cursor: help;

}

* img {

	border: 0 none;

}

a {

	text-decoration: none;
	outline: none;

}


.ClearFull {
	
	clear: both;

}

body {

	background-color: #134f83;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	background-image: url("img/background.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000;

}


#SiteMere {

	margin: auto;
	width: 1000px;

}

#top {
	
	margin-top: 25px;
	padding: 5px;
	background-image: url("img/header_bg.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	height: 140px;
	-moz-box-shadow: 0px 0px 10px #fff;  
    -webkit-box-shadow: 0px 0px 10px #fff;  
    box-shadow: 0px 0px 10px #fff;
	overflow: hidden;

}

#top a {

	color: #FFF !important;

}

#top a:hover {
	
	padding-bottom: 3px;
	border-bottom: 2px solid #FFF;

}

#top #logo_top {
	
	float: left;
	margin-top: -5px;
	

}

#top ul {

	float: right;
	padding: 0 10px;
	margin-top: 5px;

}

#top li {
	
	display: inline;
	margin: 0 5px;
	font-size: 1.2em;

}

#top #loginZone {
	
	float: right;
	height: 110px;
	width: 388px;
	overflow: hidden;

}

#top #loginZone h1 {
	
	color: #FFF;
	font-weight: normal;
	font-size: 1.9em;
	margin-bottom: 5px;

}

#top #loginZone input {
	
	padding: 1px;

}

#top #loginTable {
	
	width: 97.5%;
	color: #FFF;

}

#top #loginTable .input_t {
	
	float: right;

}

.box {
	
	margin-top: 15px;
	padding: 10px;
	-moz-box-shadow: 0px 0px 3px #fff;  
    -webkit-box-shadow: 0px 0px 3px #fff;  
    box-shadow: 0px 0px 3px #fff;
	overflow: hidden;
	background-color: #FFF;

}

#slideshow {

	height: 400px;
	background-color: #000;
	color: #FFF;
	overflow: hidden;

}

#slideshow #slide_text {
	
	float: right;
	display:none;
	position: relative;
	background-image: url('img/bullbg.png');
	background-repeat: repeat-all;
	color: #FFF;
	padding: 10px;
	z-index:95;
	width: 450px;
	height: 380px;
	-moz-box-shadow: 0px 0px 5px #000;  
    -webkit-box-shadow: 0px 0px 5px #000;  
    box-shadow: 0px 0px 5px #000;

}

#slideshow h1 {

	position: relative;
	font-size: 2.5em;
	font-weight: normal;
	color: #59AFEF;
	-moz-text-shadow: 0px 0px 5px #59AFEF;  
    -webkit-text-shadow: 0px 0px 5px #59AFEF;  
    text-shadow: 0px 0px 5px #59AFEF;
	margin-bottom: 5px;

}

#slideshow span {

	position: relative;
	display: block;
	font-size: 1.3em;

}

#slideshow .slideimg {

	display: none;
	position: absolute;
	width: 980px;
	height: 400px;

}

#slideshow ul#btts {

	position: absolute;
	top: 361px;
	z-index: 90;
	margin-left: 0;

}

#slideshow #btts li {

	display: inline;
	position: relative;
	top: 210px;
	margin: 0 5px;
	z-index: 90;
	background-color: #FFF;
	padding: 5px;
	color: #000;
	border: 1px solid #DFDFDF;

}

#slideshow #btts li:hover {

	cursor:help;

}

.box h1 {
	
	padding: 0 2px;
	font-size: 2.8em;
	font-weight: normal;

}

.box h2 {
	
	padding: 0 2px;
	font-size: 2em;
	font-weight: normal;

}

.box p {
	
	padding: 5px;
	text-align: justify;
	font-size: 1.2em;
	margin-bottom: 5px;

}

.box p.faq_reponse {
	
	margin: auto;
	width: 96.5%;

}

.box h2.faq_question {
	
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
	border-left: 5px solid #8BB1DF;
	padding-left: 10px;
	margin-top: 10px;
	margin-left: 18px;
	
}

.box p.contact {

	border-left: 5px solid #8BB1DF;
	padding-left: 10px;
	margin-left: 18px;

}

.box .faq_reponse a, .box p.contact a {
	
	color: #000;
	border-bottom: 1px dotted #4F4F4F;
	
}


.box ul {

	font-size: 1.2em;
	margin-left: 25px;
	margin-bottom: 5px;

}

.box .formuletable {
	
	margin: 0 auto;
	text-align: center;
	border-collapse: collapse;
	width: 100%;

}

.box .formuletable td {
	
	padding: 5px;
	border: 1px solid #DFDFDF;
	

}

.box .formuletable h1 {

	font-size: 2.8em;
	font-weight: normal;

}

.box .formuletable h2 {

	font-size: 1.1em;
	font-weight: normal;

}

.box .formuletable sup {

	font-size: 0.4em;
	color: #4F4F4F;

}

.text-left {

	text-align: left !important;

}

.text-grey {

	color: #4F4F4F;

}

.no-border {

	border: none !important;

}

#bottom {
	
	margin-top: 5px;
	background-image: url('img/b_bg.jpg');
	background-repeat: repeat-all;
	color: #FFF;
	margin-top: 35px;
	padding: 25px;

}

#legal_note {
	
	text-align: center;

}

.clearFull {

	clear: both;
	
}

.site_box {

	margin: auto;
	margin: 10px 10px 20px;
	width: 825px;

}

.site_box h2 {

	color: #000;
	font-weight: normal;

}

.site_box p {

	font-size: 0.9em;
	line-height: 15px;
	color: #4F4F4F;
	padding: 0;

}

.site_box h2 a {

	color: #000;

}

.site_box h2 img a:active {
	
	

}

.borderimg {

	border: 2px solid black;
	-moz-box-shadow: 1px 1px 10px #aaa;  
    -webkit-box-shadow: 1px 1px 10px #aaa;  
    box-shadow: 1px 1px 10px #aaa;

}

.devis_etapes {

	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border-collapse: collapse;
	text-align: center;
	font-size: 1.2em;

}

.devis_etapes .focus {

	font-weight: bold;
	color: #5A85CF;

}

.devis_etapes .done {

	font-weight: bold;
	color: #2FCF26;

}

.devis_etapes td {

	padding: 2px 10px;
	border: 1px solid #A3A3A3;

}

.devis_etapes .no-border-top {

	border-top: none;

}

.devis_etapes .no-border-bottom {

	border-bottom: none;

}

.devis_formulaire {

	margin-top: 10px;

}

.devis_formulaire .title {

	border: 0;
	margin-bottom: 2px;
	font-size: 1.2em;
	font-weight: bold;

}

.devis_formulaire .subtitle {

	font-size: 0.9em;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	font-weight: normal;
	color:  #7F7F7F;

}

.devis_formulaire .input {
	
	margin-left: 10px;

}

.devis_formulaire .input input, .devis_formulaire .input select {
	
	padding: 2px;

}

.devis_input {

	padding: 10px;
	margin-top: 20px;
	background-color: #EFEFEF;
	border: 1px solid #A3A3A3;
	margin: 5px;

}

.notify_devisbox {

	padding: 10px;
	border: 1px solid #DFDFDF;
	background-color: #E4E4E4;
	text-align: center;
	font-weight: bold;

}

.center {

	margin: auto !important;
	text-align: center !important;

}

.box .imgcenter {

	margin: 0px 9%;
	
}

.WkSay {

	margin: auto;
	margin: 0 10px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	font-size: 13px;
	
	-moz-border-radius: 5px;  /* INTEGRATION TEMPORAIRE AVANT CSS 3 */
    -webkit-border-radius: 5px;  /* INTEGRATION TEMPORAIRE AVANT CSS 3 */
    border-radius: 5px;  /* INTEGRATION TEMPORAIRE AVANT CSS 3 */

}

.WkSay p {

	margin-bottom: 10px;

}

.alert {

	background-image: url('img/WkSAY_A.jpg');
	background-repeat: repeat-y;
	color: white;
	
}

.note {

	background-image: url('img/WkSAY_I.jpg');
	background-repeat: repeat-y;
	color: white;
	
}

.progressBar {

	border: 1px solid #FFF;
	overflow: hidden;

}

.progressBar .bar {

	background-image: url('engine/loading30.gif');
	background-repeat: repeat-x;
	font-size: 2em;
	text-align: right;

}

.progressBar .bar span {
	
	padding: 5px;
	background-image: url('engine/white_bg.png');
	background-repeat: repeat-all;
	color: #000;

}