/********************************************************* Balise ************************************************/
* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	background-color:#FeFeFe;
	color:#696969;
	text-align:justify;
	font-size:12px;
	
}

#fond_container {
	width:100%;
	background-image:url(gifs/bg.jpg);
	background-repeat:repeat-x;
	background-color:#fefefe;
}

#container {
	width:969px;
	margin:10px auto;
	position:relative;
}

#header {
	width:100%;
	background-image:url(gifs/tranche_head.jpg);
	background-repeat:repeat-x;
}

#menu {
	width:100%;
	background-image:url(gifs/tranche_menu.jpg);
	background-repeat:repeat-x;
}

#content {
	position:relative;
	height:800px;
	margin:10px 0px;
}

#colonne_gauche {
	width:218px;
	float:left;
	height:100%;
}

#colonne_droite {
	float:right;
	width:730px;
	margin:0px 0px 0px 0px;
	background-image:url(gifs/fond_corps.jpg);
	background-color:#fefefe;
	background-repeat:no-repeat;
	min-height:300px;
	-height:300px;
	-overflow:visible;
	padding:10px;
}

#footer {
	clear:both;
	position:relative;
	background-image:url(gifs/tranche_footer.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:147px;
	overflow:hidden;
}
/************************************************ header **************************************************/
#header-content {
	position:relative;
	width:969px;
	margin:0px auto;
	height:222px;
}

#logo {
	position:absolute;
	display:block;
	top:0;
	left:0;
}

#part1 {
	position:absolute;
	display:block;
	top:150px;
	left:20px;
}
#part2 {
	position:absolute;
	display:block;
	top:135px;
	left:180px;
}

#part3 {
	position:absolute;
	display:block;
	top:140px;
	left:335px;
}

#ombre_baseline {
	color:#bababa;
	position:absolute;
	top:100px;
	left:20px;
	font-size:20px;
	font-weight:900;
	font-style:italic;
}

#baseline {
	color:#dd0000;
	position:absolute;
	top:97px;
	left:18px;
	font-size:20px;
	font-weight:900;
	font-style:italic;
}

#diapo {
	position:absolute;
	right:35px;
	bottom:10px;
}

#menu_haut {
	list-style-type:none;
	position:absolute;
	right:0px;
	top:-2px;
	height:35px;
	overflow:hidden;
}

#menu_haut li {
	float:left;
	background-color:#FFFFFF;
	border:1px solid #d7d5d6;
	height:35px;
	text-align:center;
	line-height:15px;
}

#menu_haut li a {
	display:block;
	width:100%;
	height:100%;
	line-height:45px;
	font-size:14px;
	color:#000000;
	text-decoration:none;	
	font-weight:bold;
	background-image:url(gifs/white.jpg);
}

#menu_haut li a:hover, .selected_haut {
	background-image:url(gifs/rayures.jpg) !important
}

#haut1 {
	width:100px;
}

#haut2 {
	width:150px;
}

#haut3 {
	width:175px;
}

#haut4 {
	width:105px;
}
/**********************************************************************************************************/

/**************************************************** Menu ************************************************/
#menu_content {
	background-image:url(gifs/fond_menu.jpg);
	height:69px;
	width:969px;
	margin:0 auto;
	overflow:hidden;
}

#menu ul {
	list-style-type:none;
	width:969px;
	position:relative;
}

#menu li {
	float:left;
	text-align:center;
	line-height:80px;
	z-index:200;
/*	position:relative;*/
}

#menu a {
	font-size:26px;
	font-weight:900;
	text-decoration:none;
	color:#4a4a4a;
	position:relative;
	z-index:300
}

#menu1 {
	width:163px;
}

#menu2 {
	width:180px;
}

#menu3 {
	width:286px;
}

#menu4 {
	width:332px;
}

.lavaLampWithImage li.back {
	height: 69px;
    z-index: 100;
	width:9px;
    position: absolute;
	padding:0 25px;
}
.lavaLampWithImage li.back .left {
	background-image:url(gifs/menu_hover.jpg);
	background-repeat: repeat-x;
	background-position:0 55px;
    height: 69px;
	padding:0 25px;
}
#menu li a:hover, #menu li a:active, #menu li a:visited {

}

/**********************************************************************************************************/

/************************************ General *****************************************************/
h1 {
	background-image:url(gifs/puceH1.jpg);
	background-repeat:no-repeat;
	background-position:0 7px;
	color:#dd0000;
	font-size:2em;
	text-indent:18px;	
	margin:28px 0 0 8px;
	text-align:left;
}

h3 {
	font-size:1.7em;
	color:#666666;
	margin:8px 12px;
}


h2 {
	font-size:1.7em;
	color:#dd0000;
	margin:5px 8px 8px;
	padding:5px 0;
	border-bottom:8px solid #696969;
}

#colonne_droite a, #footer a {
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

#colonne_droite a:hover, #footer a:hover {
	text-decoration: none;
	font-weight:bold;
	color:#000;
	text-decoration:underline;
}

#colonne_droite p {
	padding:8px;
}

#colonne_droite strong {
	color:#dd0000;
}

#colonne_droite ul {
	margin:0 0 10px 25px;
	padding:0;
	list-style-type:none;
}

#colonne_droite ul li {
	line-height:1.6em;
	text-align:justify;
	padding-left:15px;
	background:url(gifs/puce_li.jpg) left no-repeat;
}

#colonne_droite ol {
	margin:0 0 10px 25px;
	padding:0;
	list-style-type:upper-roman;
}

#colonne_droite ol li {
	line-height:1.6em;
	text-align:justify;
	padding-left:10px;
}


img {
	border:none;
}

.rouge{
	color:#dd0000;
}

.align-r {
	text-align:right;
}

.align-c {
	text-align:center;
}

.suite {
	background-image:url(gifs/suite.jpg);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:15px;
}

.float-r {
	float:right;
	margin:5px 08px 5px 10px;
}

.float-l {
	float:left;
	margin:5px 10px 5px 8px;
}

.t3 {
	width:700px;
}

.t3 td {
	width:233px;
}

.vitogaz {
	margin:8px 55px 10px;
}
	
/************************************************************************************************/

/************************************** Colonne droite ******************************************/
#encart1 {
	margin:15px 10px 8px 0px;
	padding-left:5px;
	border-left:8px solid #dd0000;
}

#encart1 .element1 {
	font-size:15px;
	color:#000000;
	line-height:22px;
	text-align:left;
}

#encart1 .element1 .rouge {
	font-size:17px;
	font-weight:bold;
}

#num_tel {
	font-size:22px;
	line-height:40px;
	color:#dd0000;
	padding-left:35px;
	font-weight:900;
	background-image:url(gifs/tel.jpg);
	background-repeat:no-repeat;
	background-position:5px 3px;
}

.bouton1 {
	background-image:url(gifs/boutons_1.jpg);
	width:199px;
	height:27px;
	text-align:center;
	line-height:27px;
	display:block;
	font-size:20px;
	font-weight:900;
	color:#FFFFFF;
	letter-spacing:-0.04em;
	text-decoration:none;
}

.bouton1:hover {
	background-image:url(gifs/bouton_over_1.jpg);
}

#encart2 {
	margin:15px 10px 8px 0px;
	padding-left:5px;
	border-left:8px solid #696969;
}

#encart2 .element1 {
	font-size:15px;
	color:#000000;
	line-height:22px;
	font-weight:bold;
	text-align:left;
}

#encart2 .element1 .rouge {
	font-size:17px;
}

.bouton2 {
	background-image:url(gifs/boutons_2.jpg);
	width:199px;
	height:27px;
	text-align:center;
	line-height:27px;
	display:block;
	font-size:20px;
	font-weight:900;
	color:#FFFFFF;
	letter-spacing:-0.04em;
	text-decoration:none;
	margin-bottom:15px;
}

.bouton2:hover {
	background-image:url(gifs/bouton_over_2.jpg);
}
	
/************************************************************************************************/

/******************************************** Footer ********************************************/
#foot_content {	
	width:969px;
	margin:0 auto;
}

#foot_content div {
	width:160px;
	margin:20px 13px 0 0;
	border-right:1px solid #000000;
	float:left;
	height:150px;
}	

#footer p {
	color:#000000;
	font-weight:900;
	font-size:14px;
}

#footer ul {
	list-style-type:square;
	color:#000000;
	margin:5px 0 0 15px;
	list-style-position:inside;
}

#liste3 {
	padding-right:5px;
}

#liste4 {
	width:215px !important;
	margin:20px 13px 0 0;
	background-image:url(gifs/enveloppe.jpg);
	background-repeat:no-repeat;
	background-position:110px 10px;
}

#liste4 p {
	font-weight:normal;
}
#liste5 {
	width:195px !important;
	margin:20px 0px 0 0;
	border:none !important;
}

#liste5 p {
	font-weight:normal;
}


#liste5 .email_news { 
	width:120px;
	background-color:#ebebeb;
	border:none;
	height:18px;
	line-height:18px;
}

#liste5 .bouton_news {
	width:70px;
	background-color:#535353;
	border:none;
	color:#FFFFFF;
}

#liste5 form {
	margin:12px 0;
}

/************************************************************************************************/

/************** LOUPE *************/

#loupe {
	position: absolute;
	-position:relative;
	top: 10px;
	*top:0px;
	-top:-350px;
	right: 0;
	-right:-820px;
	height: 16px;
	z-index: 1000;
	font-size:12px;
}

#loupe a {
	color:#696969;
	text-decoration:none;
}

#loupe a:hover {
	color:#dd0000;
}

.setFont {
	font-size:10px;
}
.setFont1 {
	color:#000000;
	font-size:12px;
}
.setFont2 {
	color:#000000;
	font-size:14px;
}

#loupe sup {
	color:#dd0000;
}

/************** FIN LOUPE *************/

/********************************************** Contact *****************************************/
#col1 {
	width:350px; 
	float:left;
}

#col2 {
	width:350px;
	float:right;
}

#formulaire_1 textarea, #formulaire_1 input {
	width:200px;
	border:1px solid #CCCCCC;
}

#formulaire_1 textarea {
	height:120px;
}

#formulaire_1 label {
	width:100px;
}
#formulaire_1 #field_5 {
	width:150px !important;
	background-color:#535353;
	color:#FFFFFF;
}

#formulaire_1 .submit {
	margin-left:130px !important;
}

#formulaire_1 .erreur {
	border:1px solid #696969;
	background-color:#FFFFCC;
	line-height:25px;
}

#col2 p {
	font-size:1.4em;
}

#col2 .tel {
	font-size:1.8em;
	font-weight:900;
}

#col2 .fax {
	font-size:1.6em;
}

/************************************************************************************************/

/**************************************** Devis *************************************************/
#formulaire_2 {
	margin:10px 5px;
	padding:8px;
	width:700px;
}

#formulaire_2 ul li {
	background-image:none !important;
}

#formulaire_2 fieldset {
	margin:8px 0px;
}

#formulaire_2 legend {
	color:#dd0000;
	padding:0 5px;
}

#formulaire_2 label {
	width:300px;
	background-color:#F5F5F5;
	text-align:left;
	margin-bottom:3px;
	border-bottom:1px solid #999999;
}

#formulaire_2 input {
	width:200px;
}

#formulaire_2 textarea {
	width:600px;
	height:85px;
}

#formulaire_2 ul li .noFloatingLabel {
	width:150px;
	background-color:#ffffff !important;
	margin-bottom:0px;
	border-bottom:0px solid #999999;
}

#formulaire_2 .divGenerateur, #formulaire_2 p {
	padding:0 8px;
	margin:5px 0;
}

.cache .divGenerateur .optional {
	visibility:hidden;
}

.cacheX2 .optional {
	display:none;
}

.cache .divGenerateur ul {
	margin-top:22px;
}

.champ50 .divGenerateur{
	width:300px;
	float:left;
}

.champ50 p{
	width:300px;
	float:left;
	clear:none !important;
}

.champ50 input{
	width:300px !important;
}

.champ50 textarea{
	width:300px !important;
	float:left;
	clear:none !important;
}

.champ33 {
	clear:both;
}

.champ33 .divGenerateur{
	width:300px;
	float:left;
	clear:none !important;
}

.souschamp50 .divGenerateur {
	width:150px;
}

.souschamp50 .divGenerateur .optional {
	-width:150px !important;
}

#formulaire_2 ul li input {
	width:50px !important;
}

#formulaire_2 .submit {
margin-left:240px !important;
}
/************************************************************************************************/

/**************************************************BDD AUTO **************************************/
.pagination	{
	height:15px;
	margin:10px auto;
}

.numpage {
	height:15px;
	width:15px;
	line-height:15px;
	text-align:center;
	display:inline;
	font-size:11px;
	float:left;
	color:#fefefe!important;
	text-decoration:none;
	font-weight:900;
	margin:2px;
	background:url(gifs/pagination_link.jpg) no-repeat;
}

.numpage_selec {
	height:15px;
	width:15px;
	font-size:11px;
	margin:2px;
	line-height:15px;
	text-align:center;
	display:inline;
	float:left;
	color:#fefefe!important;
	text-decoration:none;
	font-weight:900;
	background:url(gifs/pagination_hover.jpg) no-repeat
}

.bt_suivant	{
	height:15px;
	width:15px;
	line-height:15px;
	text-align:center;
	display:inline;
	float:left;
	background:url(gifs/suivant.jpg) no-repeat;
	margin:2px;
}

.bt_suivant_inactiv	{
	height:15px;
	width:15px;
	line-height:15px;
	text-align:center;
	display:inline;
	float:left;
	background:url(gifs/suivant_inactiv.jpg) no-repeat;
	margin:2px;
}

.bt_precedent {
	height:15px;
	width:15px;
	line-height:15px;
	text-align:center;
	display:inline;
	float:left;
	background:url(gifs/precedent.jpg) no-repeat;
	margin:2px;
}

.bt_precedent_inactiv {
	height:15px;
	width:15px;
	line-height:15px;
	text-align:center;
	display:inline;
	float:left;
	background:url(gifs/precedent_inactiv.jpg) no-repeat;
	margin:2px;
}

.liste_cat{
}
.fichierbin{
}
.photo{
}
/**********************************************************************************************************/

/*********************************************************LIGHTBOX*****************************************/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#keyboardMsg a{ color:#dd0000;}
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(gifs/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="gifs/overlay.png", sizingMethod="scale");
	}
	
/**********************************************************************************************************/
/**************** Encarts vidéos ***********************/
.encartVideo {
	display:block;
	background-color:#CCCCCC;
	border:1px solid #666666; 
	width:340px;
	height:140px;
	padding: 5px;
	float:left;
	margin:10px 0px 0px 10px;
	position:relative;
	text-decoration:none !important;
}

.encartVideo img {
	margin:10px;
	float:left;
	opacity: 0.6; filter: alpha(opacity=60);
}

.encartVideo .photo {
	height:120px;
	width:180px;
}

.encartVideo span {
	color:#555555;
	display:block;
	margin:20px 20px 20px 0px;
	text-align:left;
}

.encartVideo:hover span {
	color:#000000;
}

.encartVideo:hover img {
	opacity: 1.0; filter: alpha(opacity=100);
}

.bt {
	opacity: 0.8 !important; filter: alpha(opacity=80) !important;
	position:absolute;
	top:56px;
	left:84px;
}

a.lieninter {
	font-size:12px;
	color:#dd0000;
	text-decoration: none;	
	font-weight: bold;
	}
a.lieninter:link {
	color: #dd0000;
	text-decoration: none;
}
a.lieninter:hover {
	text-decoration: none;
	color: #dd0000;
	}
a.lieninter:active {
	text-decoration: none;
	color: #dd0000;
	
}
/*******************************************************/