 /*------------------------------------------------*
	  *---  WWW.ICARE-INTERNET-IBERICA.COM - agencia web ---  CSS  --*
  *------------------------------------------------*/
		
html {
   margin: 0;
   padding: 0;
}


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/deco/bg.gif);
	background-repeat:  repeat-x;
	background-color: #FCE5AF;
}

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

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

li {
	list-style-image:none;
}



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


#general{
	margin:0px auto;
	padding:0px;
	width: 100%;
}
#cabeza {
	background-image: url(../images/deco/bg_body.png);
	height: 150px;
	width: 100%;
}
#header {
	background-image: url(../images/deco/bg_header.gif);
	background-repeat:  repeat-x;
	height: 183px;
	padding: 0 0 0 100px;
}


#menu img {
	margin: 0px 0px 0px 65px;
}

#menu {
	background-image: url(../images/deco/bg_menu.gif);
	height: 39px;
	width: 100%;
}




/*Contenido de la pagina Contenido  CONTENIDO */

#contenido {
	margin:0 auto;
	padding:0;
	width: 920px;
	background-image: url(../images/deco/bg_body.gif);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A26B4A;
	border-right-color: #A26B4A;
	border-bottom-color: #A26B4A;
	border-left-color: #A26B4A;
}


/*Pie de pagina  FOOTER*/

#footer{
	margin:0 auto;
	padding:15px;
	width:920px;
	text-align: center;
	color: #000000;
	background-color: fce5af;
}

#footer a{
	color:#000000;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}

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


/*clase clear*/

.clear {
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}


 /*------------------------------------------------------*
  *--------------------------     CSS TITULOS INICIO   ----*
  *------------------------------------------------------*/
     h1 {
	padding: 0;
	color:#000;
	margin: 0;
  }
  

   h2 {
   	margin: 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:#000;
  }
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITULOS FIN     ----*
  *------------------------------------------------------*/





 /*---------------------------------------------------------*
  *----        CSS PAGINA CONTACTO  INICIO              ----*
  *---------------------------------------------------------*/
/* NO_TOCAR_ESTA_LINEA_PARA_LA_PAGINA_MAIL_CONTACTO_INICIO */


/* DIV que contiene el formulario entero */
div.formulaire_general {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 370px;
	margin-left: -20px;
/*	margin: 0 auto;*/ /* -------------------------------------------- PARA CENTRAR EL FORMULARIO DE CONTACTO */
}

/* DIV general de errores de llenado  */
div.formulaire_erreursSaisie {
	border: solid 1px #f00;
	color: #f00;
	margin-bottom: 3px;
	padding: 5px;
	margin-left: 25px;
}

/* DIV para cada error de llenado */
div.formulaire_erreursSaisie_ligne {
}

/* DIV mensaje una vez el mensaje enviado */
div.formulaire_msgRetour {
	border: 0px solid #a8a8a8;
	color: #a8a8a8;
	text-align: center;
	padding: 11px;
}

/* Vinculo "Regreso" una vez el mensaje enviado */
a.formulaire_msgRetour_lien {
	color: #a8a8a8;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

/* Tabla general de campos */
table.formulaire_table {
	border: 0px solid #a8a8a8;
	width: 370px;
}

/* Agrupacion de campos : linea del encabezado de la tabla */
.formulaire_table th {
	background-color: #999999;
	color: #3333CC;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	display: none;/* -------------------------------------------- QUITAR ESA LINEA PARA QUE EL TITULO REAPAREZCA */
}

/* agrupacion de campos : en fielset */
.formulaire_table fieldset {

}

/* Leyenda del  fielset arriba */
.formulaire_table legend {
}

/* Lineas que separan los campos */
.formulaire_cell_espacement {
	height: 9px;
}

/* Comentario de los campos en los formularios : en todos los casos */
td.formulaire_nom_champ, td.formulaire_nom_champ_erreur {
	width: 100px;
	padding: 0px 5px 0px 10px;
	text-align: right;
}

/* Comentario de los campos en los formularios : sin error */
td.formulaire_nom_champ {
	font-size: 11px;
	color: #000000;
}

/* Comentario de los campos en los formularios : sin error */
td.formulaire_nom_champ_erreur {
	color: #f00;
	font-weight: bold;
}

/* Celdas que contienen los campos: en todos los casos */
td.formulaire_td_champ, td.formulaire_td_champ_erreur {
	padding-right: 10px;
}

/* Celdas que contienen los campos : en caso de error */
td.formulaire_td_champ, td.formulaire_td_champ_erreur {
}

/* Celdas que contienen los campos : sin error */
td.formulaire_td_champ, td.formulaire_td_champ_erreur {
}

/* Campos en los formularios (input, textarea) : en todos los casos */
.formulaire_champ, .formulaire_champ_erreur {
	text-align: left;
	width: 100%;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* Campos en los formularios (input, textarea) : sin error */
.formulaire_champ {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AD7441;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #AD7441;
	border-right-color: #AD7441;
	border-left-color: #AD7441;
	background-color: #FBE5AF;
}

/* Campos en los formularios (input, textarea) : en caso de error */
.formulaire_champ_erreur {
	background-color: #fcc;
	border: solid 1px #f00;
}

/* Texto que se anade despues de los campos (€, kg, /dia...) */
span.formulaire_champ_suffixe, span.formulaire_champ_suffixe_erreur {
	font-style: italic;
}

/* Comentario de campos en los formularios : en todos los casos */
td.formulaire_td_checkbox, td.formulaire_td_checkbox_erreur {
	padding: 0px 10px 0px 10px;
}

/* TD del boton  "Enviar" del formulario */
td.formulaire_td_envoyer {
	padding-right: 5px;
	text-align: right;
}

/* Boton "Enviar" del formulario */
input.formulaire_envoyer {
	background-color: #A86F3D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	cursor: pointer;
	margin: 5px;
}

/* Texto abajo del formulario que concierne los asteriscos */
.formulaire_note {
	text-align: center;
	font-style: normal;
	font-size: 9px;
}

/**************/
/* CALENDRIER */
/**************/

.div_calend {
	position: absolute;
	margin-left: 0px;
	margin-top: -80px;
	display: none;
	z-index: 100;
}
.div_calend .tab_general {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	text-align: center;
	width: 280px;
	border: solid 1px #333;
}
.div_calend .cell_mois {
	background-color: #ccc;
	font-weight: bold;
	text-align: center;
	color: #000;
	width: 60%;
	padding: 3px;
}
.div_calend .cell_fleche {
	background-color: #ccc;
	text-align: center;
	padding: 3px;
}
.div_calend .cell_fleche a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.div_calend .cell_nomjour {
	font-size: 10px;
	color: #000;
	background-color: #ddd;
	text-align: center;
	vertical-align: middle;
	border-top: solid 1px #ddd;
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	border-left: solid 1px #ddd;
	padding: 3px;
}
.div_calend .cell_jour {
	font-size: 10px;
	color: #000;
	background-color: #eee;
	text-align: center;
	vertical-align: middle;
	border-top: solid 1px #fff;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-left: solid 1px #fff;
}
.div_calend .cell_jour:hover {
	border-top: solid 1px #ccc;
	border-right: solid 1px #eee;
	border-bottom: solid 1px #eee;
	border-left: solid 1px #ccc;
}
.div_calend .cell_jour_vide {
	background-color: #f8f8f8;
}
.div_calend .cell_jour_a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	text-align:center;
	display: block;
	width:inherit;
	padding: 3px;
}
.div_calend .cell_jour_a:hover {
	background-color: #fff;
	color: #666;
	font-weight:bold;
}
.div_calend .lien_fermer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #333;
	text-decoration: none;
	padding: 2px;	 /** voir note de l'attribut taille **/
	display: block;  /** on met un display: block car le margin-top ne sera pas pris en compte pour un display in-line (par défaut) **/
	width: 70px;	 /** display: block implique une taille de 100%. Il faut donc mettre une taille qui DOIT être cohérente avec le padding **/
	text-align: center;
}

/* NE_PAS_TOUCHER_CETTE_LIGNE_POUR_MAIL_PAGE_CONTACT_FIN */
 /*-------------------------------------------------------*
  *----        CSS PAGE CONTACT  FIN                  ----*
  *-------------------------------------------------------*/
/* MENU HORIZONTAL */

ul#menu_horizontal{
	list-style-type: none;
	width: 990px;
	margin: 0px auto 0px auto;
}
#submenu {
	text-align: center;
	margin: 0px 0px 15px 0 px;
	color: #5A5457;
	padding: 15px 0px 0px 0px;
}

ul#menu_horizontal li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	color: #671314;
	text-align: right;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	padding: 15px 3px 0px 0px;
}



ul#menu_horizontal li a{
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	padding-right: 6px;
	padding-left: 6px;
}

ul#menu_horizontal li a:hover, ul#menu_horizontal li a:focus, ul#menu_horizontal li a:active {
	color: #CE0100;
}
#contenido h1 {
	width: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin: 0;
}
 #texto {
	height: 350px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	padding: 10px 10px 5px 25px;
}
#diapo {
	float: right;
	height: 350px;
	width: 450px;
	padding: 0px 15px 5px 10px;
}


 /*------------------------------------------------------*
  *--------    CSS REFERENCIAMIENTO  INICIO              ----*
  *------------------------------------------------------*/

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

#referenciamiento a {
	color: #999;
	text-decoration: none;
}

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

#referenciamiento a img {
	border: none;
	padding: 2px;
}

 /*------------------------------------------------------*
  *--------    CSS REFERENCIAMIENTO  FIN                ----*
  *------------------------------------------------------*/
 
#header img {
	margin: 0px 0px 0px 65px;
}
#contenido_index {
	margin:0 auto;
	padding:50px 0px 20px 0px;
	width: 800px;
	background-repeat: no-repeat;
	height: 350px;
}
#footer_index {
	margin:0 auto;
	padding:0;
	width:920px;
	text-align: center;
	color: #000000;
}
#footer_index a {
	color:#000000;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
#footer_index a:hover {
	color:#999;
}
#texto_submenu {
	height: 350px;
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	padding: 10px 10px 5px 25px;
}
#light {
	float: right;
	width: 350px;
	padding: 5px 25px 35px 15px;
}

#light img {
	padding: 0;
	margin: 0 12px 12px 0;
	float: left;
	border-color: #8A4026;
	border-style:solid;
	border-width:1px;

}
#light a img {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(Opacity=100);
}
#light a:hover img  {
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter: alpha(Opacity=85);
}
#submenu a {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 12px;
	padding: 0px 7px;
}
#formulario {
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	padding:0 0 15px 0;
	margin: 10px 10px 5px 25px;
	border-width: 1px;
	border-style: solid;
	border-color: #C29E64;

}
#plano {
	float: right;
	height: 370px;
	width: 400px;
	margin: 10px 25px 35px 15px;
}
#plano iframe {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C29E64;
	border-right-color: #C29E64;
	border-bottom-color: #C29E64;
	border-left-color: #C29E64;
}
#texto p {
}
#submenu a:hover {
	text-decoration: none;
	color: #CC0000;
}

