 /*------------------------------------------------*
  *---  WWW.ICARE-NET.COM - agence web ---  CSS  --*
  *------------------------------------------------*/
		
html {
   margin: 0;
   padding: 0;
}


body {
	margin: 0;
	padding: 0;
	background-color: #F8C258;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000;
}


/*   

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
} 

*/


p, form, input {
	margin: 0;
	padding: 0;
}

select {
	color: #000;
	background-color: #fff;
}





 /*------------------------------------------------------*
  *--------    CSS BLOCS     						 ----*
  *------------------------------------------------------*/


#general{
	margin:0 auto;
	padding:0;
	width:100%;
}

/*Haut de page  HEADER*/

#header{
	padding:0;
	width:798px;
	height:155px;
	background-color: #F8C258;
	background-image: url(../images/deco/fond_y.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#anim_header {
	text-align: right;
}
#flash_anim {
	text-align: right;
}
/*Contenu de page  CONTENT */

#content {
	padding:0;
	width: 798px;
	background-color:#F8C258;
	background-image: url(../images/deco/fond_y.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*Bas de page  FOOTER*/

#footer{
	padding:0;
	width:798px;
	height:88px;
	background-color:#F8C258;
	text-align: center;
	color: #F8C258;
	background-image: url(../images/deco/footer.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
}
.footer_adresse {
	color: #93002C;
	margin-left: 250px;
	font-size: 12px;
}



#footer a{
	color:#ceb629;
	text-decoration:none;
}

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


/*classe clear*/

/*classe clear*/

.clear {
	clear: both;
	overflow: visible;
	border: 0;
	padding: 0;
	visibility: hidden;
	margin: 0;
}
#colGauche {
	padding-left: 20px;
	padding-right: 10px;
	margin-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 410px;
	color: #FFFFFF;
}



#content p {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
#colGauche h2 a {
	color: #ceb629;
	text-decoration: none;
}
#colGauche h2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#colGauche p {
	margin: 5px 10px;
	text-align:justify;
}
#colGauche p a {
	color: #F8C258;
	text-decoration: none;
}
#colGauche p a:hover {
	text-decoration: underline;
}
#colGauche li a {
	color: #F8C258;
	text-decoration: none;
}
#colGauche li a:hover {
	text-decoration: underline;
}
#colGauche h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #ceb629;
}
#creation h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #95A428;
}
#creation h2 a {
	color: #CEB629;
	text-decoration: none;
}
#creation h2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#colDroit {
	float: right;
	width: 290px;
	padding-left: 10px;
}
#colDroit img {
	text-align: center;
}
#diapo-luminaire {
	margin-right:10px;
	text-align:center;
}


 /*------------------------------------------------------*
  *--------------------------     CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
   h1 {
	margin: 0;
	padding: 0;
	color:#F8C258;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
	font-size: 24px;

  }
#titre {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 32px;
}

#content h1 a {
	color: #F8C258;
	text-decoration: none;
}
#content h1 a:hover {
	color: #FFFFFF;
}

  
   h2 {
   	margin: 20px 0 10px 0;
    padding: 0;
	   color:#000;
  }
  
   h3 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h4 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h5 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h6 {
   margin: 0;
	padding: 0;
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight:bold;
  }
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/


 /*------------------------------------------------------*
  *--------------------------     CSS MENU DEBUT     ----*
  *------------------------------------------------------*/

/* MENU VERTICAL */

ul#menu_vertical{
	margin:0;
	padding:0;
	width:200px;
	list-style:none;
	text-align:center;
	color:#fff;
}

ul#menu_vertical li{
	margin:0 0 1px 0;
	background:#990000;
	border: 1px solid #600;
}

ul#menu_vertical li a{
	padding:4px 0;
	background:#990000;
	display:block;
	color:#fff;
	text-decoration:none;
}

ul#menu_vertical li a:hover, ul#menu_vertical li a:focus, ul#menu_vertical li a:active {
	background:#900;
	text-decoration:none;
}

/* MENU HORIZONTAL ne pas oublier de mettre un clear:both; après votre menu*/

ul#menu_horizontal{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

ul#menu_horizontal li{
	width: 153px;
	color:#fff;
	float:right;
}

ul#menu_horizontal li a{
	display:block;
	color:#fff;
	line-height:1em;
	text-align:center;
	text-decoration:none;
	background-color: #93002C;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
}

ul#menu_horizontal li a:hover, ul#menu_horizontal li a:focus, ul#menu_horizontal li a:active {
	text-decoration:none;
	color: #93002C;
	background-color: #F8C258;
	background-image: url(../images/deco/hover.jpg);
	background-repeat: no-repeat;
}


 
 /*------------------------------------------------------*
  *--------------------------     CSS MENU FIN	     ----*
  *------------------------------------------------------*/


 /*------------------------------------------------------*
  *-------------   css presentation debut    ------------*
  *------------------------------------------------------*/

img
{
border:0;
}
#maison_mini
{
vertical-align:top;
}

#lightbox_1_pres
{
	margin-top:0;
	width:240px;
	height:180px;
	margin-left:20px;
	text-align:center;
}
#lightbox_2_pres
{
float:left;
 width:200px;
 height:246;
}
#lightbox_mini1_pres,#lightbox_mini2_pres,#lightbox_mini3_pres
{
margin:20px;
}


.col_pres h2
{
margin-bottom:20px;
font-family: Georgia,"Times New Roman",Times,serif;
font-size: 18px;
font-style: italic;
color: #ceb629;
}

.col_pres
{
	padding-left: 20px;
	padding-right: 10px;
	margin-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 700px;
	color: #FFFFFF;
	height:auto;
}
#intro_pres
{
font-style:italic;
text-align:justify;
float:left;
width:230px;
margin-right:20px;
}
.pict1_pres
{
float:left;
margin:0;
}
.col_pres #part2_pres
{
padding:0;
margin:0;
float:left;
text-align:justify;
width:450px;
margin-left:20px;
}
.double_cols_pres
{
text-align:justify;
float:left;
width:310px;
margin:0 20px;
}

 /*------------------------------------------------------*
  *-------------   css presentation fin      ------------*
  *------------------------------------------------------*/
  
  
 /*------------------------------------------------------*
  *-------------   css creation debut        ------------*
  *------------------------------------------------------*/

#creation imgs
{
border:0;
margin:2px; 
padding:0;
}
#creation .img_crea_gde
{
float:left;
}
#creation .img_crea_mini
{
margin:0 15px;
width:100px;
height:100px;
}
ul#txt_horizontal{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	text-align:center;
}

ul#txt_horizontal li{
	padding:0;
	margin:10px 15px;
	width: 100px;
	color: #ceb629;
	float:left;
	text-align:center;
}
.p_creation  
{
color: #ceb629;
float:left;
margin:15px;
}

#creation table tr td
{
padding-bottom:20px;}

.adresse_luminaires
{
font-weight:bold;
color:#ceb629;
text-align:center;
}

.img_crea_mini_lum
{
margin:10px;
padding:0;
width:70px;
height:70px;
}
.img_crea_mini_deco
{
margin:10px 5px;
width:60px;
height:60px;
}
.img_crea_mini_deco2
{
margin:10px 15px;
width:100px;
height:100px;
}

#txt_horizontal_deco table{
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:center;
}

#txt_horizontal_deco table tr td{
	padding:0;
	width: 90px;
	height:120px;
	color: #ceb629;
	float:left;
	text-align:center;
}

 /*------------------------------------------------------*
  *-------------   css creation fin          ------------*
  *------------------------------------------------------*/
  
 /*------------------------------------------------------*
  *-------------   css stages debut          ------------*
  *------------------------------------------------------*/
.img_mini_stages  
 {
 float:right;
 margin:5px;
 border:none;
 } 
.puce
{
 width:23px; 
 height:15px; 
 border:0;
}  
 /*------------------------------------------------------*
  *-------------   css stages fin            ------------*
  *------------------------------------------------------*/


 /*------------------------------------------------------*
  *--------------------------     CSS PLANS DEBUT    ----*
  *------------------------------------------------------*/
  
/*page plans debut*/
#plan {
	width: 310px;
}

#plan img {
 margin-top: 10px;
	margin-bottom: 10px;
}

/*page plans fin*/



/*pop up plans DEBUT */
#popup_plan {
 margin-top:20px;
	width: 550px;
	position: absolute;
	left: 50%;
	margin-left: -275px;
}

#popup_plan a {
	color:#333;
	text-decoration:none;
}

#popup_plan a:hover {
	color:#666;
}

#popup_plan img {
	border: 1px solid #333;
}

/*pop up plans FIN */

 /*------------------------------------------------------*
  *--------------------------     CSS PLANS FIN         ----*
  *------------------------------------------------------*/



 /*------------------------------------------------------*
  *-----------    CSS EFFETS  DEBUT                  ----*
  *------------------------------------------------------*/

#zone {
	margin:5px;
	width: 300px;
	height: 250px;
	overflow: auto;
	}


.transparence {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	}
	
 /*------------------------------------------------------*
  *-----------    CSS EFFETS  FIN                    ----*
  *------------------------------------------------------*/






 /*---------------------------------------------------------*
  *----        CSS PAGE CONTACT  DEBUT                  ----*
  *---------------------------------------------------------*/
/* NE_PAS_TOUCHER_CETTE_LIGNE_POUR_MAIL_PAGE_CONTACT_DEBUT */

/* DIV contenant l'ensemble du formulaire */
div.formulaire_general {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	width: 400px;
	margin: 0 auto;

}
/* DIV général des erreurs de saisie */
div.formulaire_erreursSaisie {
	border: solid 1px #f00;
	background-color: #fee;
	color: #f00;
	padding: 5px;
	margin-bottom: 3px;
}
/* DIV pour chaque erreur de saisie */
div.formulaire_erreursSaisie_ligne {
}

/* DIV message une fois le message envoyé */
div.formulaire_msgRetour {
	border: solid 1px #036;
	background-color: #F8C258;
	color: #000;
	text-align: center;	
	padding: 10px;
}
/* Lien "Retour" un fois le message envoyé */
a.formulaire_msgRetour_lien {
	color: #93002C;
	font-weight: bold;
}
/* Tableau de champ général */
table.formulaire_table {
	width: 100%;
}
/* Regroupement de champs : ligne en-tête de table */
.formulaire_table th {
	background-color: #369;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
/* Regroupement de champs : en fielset */
.formulaire_table fieldset {
}
/* Légende du fielset ci-dessus */
.formulaire_table legend {
	color: #FFFFFF;
}
/* Lignes qui séparent les lignes avec les champs */
.formulaire_cell_espacement {
	height: 5px;
}
/* Libelle des champ dans le formulaires : dans tous les cas */
td.formulaire_nom_champ, td.formulaire_nom_champ_erreur {
	width: 100px;
	padding: 0px 5px 0px 10px;
	text-align: right;
}
/* Libelle des champ dans le formulaires : sans erreur */
td.formulaire_nom_champ {
	color: #FFFFFF;
}
.blanc_type {
	color: #FFFFFF;
}

/* Libelle des champ dans le formulaires : sans erreur */
td.formulaire_nom_champ_erreur {
	color: #f00;
	font-weight: bold;
}
/* Cellules qui contiennent les champs : dans tous les cas */
td.formulaire_td_champ, td.formulaire_td_champ_erreur {
	padding-right: 10px;
}
/* Cellules qui contiennent les champs : en cas d'erreur */
td.formulaire_td_champ, td.formulaire_td_champ_erreur {
}
/* Cellules qui contiennent les champs : sans erreur */
td.formulaire_td_champ, td.formulaire_td_champ_erreur {
}
/* Champs dans les formulaires (input, textarea) : dans tous les cas */
.formulaire_champ, .formulaire_champ_erreur {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	width: 200px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/* Champs dans les formulaires (input, textarea) : sans erreur */
.formulaire_champ {
	background-color: #FFFFFF;
	border: solid #036 1px;
}
/* Champs dans les formulaires (input, textarea) : en cas d'erreur */
.formulaire_champ_erreur {
	background-color: #fcc;
	border: solid 1px #f00;
}
/* Texte qui s'ajoute après les champ (€, kg, /jour...) */
span.formulaire_champ_suffixe, span.formulaire_champ_suffixe_erreur {
	font-style: italic;
}
/* Libelle des champ dans le formulaires : dans tous les cas */
td.formulaire_td_checkbox, td.formulaire_td_checkbox_erreur {
	padding: 0px 10px 0px 10px;
}
/* TD du Bouton "Envoyer" du formulaire */
td.formulaire_td_envoyer {
	padding-right: 5px;
	text-align: right;
}
/* Bouton "Envoyer" du formulaire */
input.formulaire_envoyer {
	background-color: #9C891F;
	border: 1px solid #6A5E15;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	cursor: pointer;
	margin: 5px;
}
/* Texte en bas du formulaire concernant les astérisques */
.formulaire_note {
	text-align: center;
	font-style: italic;
}
/* NE_PAS_TOUCHER_CETTE_LIGNE_POUR_MAIL_PAGE_CONTACT_FIN */
 /*-------------------------------------------------------*
  *----        CSS PAGE CONTACT  FIN                  ----*
  *-------------------------------------------------------*

 

 /*------------------------------------------------------*
  *--------    CSS REFERENCEMENT  DEBUT              ----*
  *------------------------------------------------------*/

#referencement {
	margin-right: auto;
	margin-left: auto;
	font-size: 9px;
	text-align: center;
	padding-top: 50px;
}

#referencement img {
	padding: 3px;
}

#referencement a {
	color: #93002C;
	text-decoration: none;
}

#referencement a:hover {
	color: #93002C;
	text-decoration: underline;
}

 /*------------------------------------------------------*
  *--------    CSS REFERENCEMENT  FIN                ----*
  *------------------------------------------------------*/

.sousmenus_creation
{
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #ceb629;

}
.sousmenus_creation a {
	color: #ceb629;
	text-decoration: none;
}
.sousmenus_creation a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#sous_menu {
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #F8C258;
}
#sous_menu li {
	margin-top: 10px;
	margin-bottom: 10px;
}
#sous_menu a {
	text-decoration: none;
	color: #ceb629;
}
#sous_menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#sous_menu img {
	border-top-width: 0px;
	border-top-style: 0;
}
#creation table {
	margin-left: 70px;
	color: #FFFFFF;
}
.img_floatL {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.orange {
	color: #CEB629;
}
.important {
	font-size: 12px;
	font-weight: bold;
	color: #CEB629;
}
.boite {
	width: 450px;
	float: none;
}
#roulottes {
	width: 260px;
	margin-top: 130px;
	margin-left: 0px;
	padding-left: 0px;
}
