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


body {
	margin: 0;
	padding: 0;
	background-color: #7496B1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000;
	background-image: url(../images/deco/fond.gif);
	background-repeat: repeat-x;
	background-position: top;
}

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

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

li {
	list-style:none;
}

table {
	background-color: #fff;
}

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


#general {
	margin:0 auto;
	padding:0;
	width:774px;
}

.contenuGauche {
	color: #006;
	display: block;
	background-color: #FFF;
	padding: 10px;
	margin: 30px 200px 0 0;
	border-bottom: 1px dotted #009EE0;
}
.contenuGauche img{
	margin:10px;
}
.titres-contenuGauche {
	margin: 30px 0 20px 0;
	padding: 10px 0 10px 0;
	/*border-bottom: 1px solid #BBB;
	border-color: #003366;*/
	font-size: 13px;
	color: #003366;	
}
.ss-titres-contenuGauche {
	padding: 0;
	font-size: 11px;
	color: #003366;
	margin: 0 0 10px 0;
}

.imgColonneG2 {
	margin-left: 125px;
	border: medium solid #FFFFFF;
}

.contenuGauche_mini {
	color: #006;
	display: block;
	background-color: #FFF;
	padding: 10px;
	margin: 30px 200px 0 0;
}
.contenu_photo_mini {
	width:100px;
	float:left;
	margin-left:10px;
}
.contenu_texte_mini {
	width:300px;
	float:right;
	margin-right:15px;
	text-align:right;
	margin-top:15px;
}
#separator {
	border-bottom:1px solid #AADCF1;
	margin-bottom:10px;
	margin-top:10px;
}

.telecharger {
	margin-left:20px;
	width:350px;
}
.telecharger_long {
	margin-left:20px;
	width:525px;
}

#content_cyan a.red {
	color:red;
	font-weight:bold;
	font-size:11px;
}  

.texteBlanc {
	color: #003366;
}

.imgFlottant {
	border: medium solid #FFFFFF;
	float: left;
}

#misenpage{
	margin:0;
	padding:0px 0px 20px 15px;
}

/*Haut de page  HEADER*/

#header{
	padding:0;
	width:100%;
	height:149px;
	margin: 0;
	text-align: right;
	background-repeat: no-repeat;
	background-image: url(../images/deco/header-general.gif);
	background-color: #FFFFFF;
	background-position: left bottom;
	border-bottom: 2px solid #FFFFFF;
}
#header_anim {
	margin: 0px;
	padding: 0px;
}

#puce-id{
	float:left;
	background-color:#FFFFFF;
	margin: 0 1px 1px 12px;
	padding: 25px 2px 1px 2px;
}

#footer-index {
	background-color: #FFFFFF;
	height: 60px;
	padding: 10px 0 10px 0;
	text-align: center;
}
#footer-index a{
	color:#000066;
	text-decoration:none;
}

#footer-index a:hover{
	color:#000066;
}


#menu_vertical {
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	float: right;
	width: 180px;
}

#menu_vertical  ul{
	margin:0;
	padding:0;
	color:#333333;
	list-style: none;
	font-style: bold;
}

#menu_vertical ul li{
	margin:0 0 1px 0;
	list-style: none;
	padding: 0;
}

#menu_vertical ul li a{
	padding:4px 0 4px 16px;
	display:block;
	color:#333333;
	text-decoration:none;
	font-size: 11px;
	list-style: none;
	border: none;
	margin: 0;
}

#menu_vertical ul li a:hover, #menu_vertical ul li a:focus, #menu_vertical ul li a:active {
	text-decoration:none;
	list-style: none;
	color: #FFFFFF;
	border-bottom: 1px doted #333333;
	background-color: #9BB7CD;
}


/*Contenu de page  CONTENT */
/*BLANC*/
#content {
	padding:0;
	width: 100%;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	vertical-align: top;
	background-color: #FFFFFF;
}
#content a {
	color: #999999;
	text-decoration: none;
}
#content a:hover {
	color: #FF9900;
	text-decoration: none;
}

.prix_catalog {
	color: #333333;
	font-size: 10px;
	font-weight: bold;
}
.titre_catalog {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}


/*/////////// Tableau fond de page //////////////*/

.fond_tableau {
	font-size: 11px;
	width: 530px;
	color: #0076B2;
	border: 1px solid #BBB;
	background-color: #FFFFFF;
	margin: 30px 20px 20px 20px;
	padding: 0;
}

.fond_tableau th {
	background-color:#FFFFFF;
	border-bottom:1px solid #BBBBBB;
	border-color:#003366 #003366 #BBBBBB;
	color:#003366;
	font-size:13px;
	padding:10px 0;	
}

.fond_tableau td {
	padding: 10px;
	border-bottom: 1px solid #BBB;
	background-color: #FFFFFF;
	text-align: center;
}

.fond_tableau p {
	text-align:right;
	vertical-align:bottom;
	padding: 0 0 10px 0;
}

.fond_tableau p .bleu_clair {
	color: #009EE0;
}

.fond_tableau a {
	color: #7FCEEF;
}

.fond_tableau a:hover {
	color: #0063A6;
}

.fond_tableau a.lien-grand {
	color: #7FCEEF;
	font-size:14px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

.fond_tableau a.lien-grand:hover {
	color: #0063A6;
	text-decoration:none;
}

.fond_tableau img {
	margin: 0px auto;
}

.float_img{
	float:left;
}
.txt_gauche{
	text-align:left;
}
.txt_centrer{
	text-align:center;
	font-weight:bold;
}
.texte_left {
text-align:left;
margin-top:20px;
}
#separator-rub {
}
/*//////////////////////////////////////////////////*/


.liste-produit {
	font-size: 10px;
	color: #0076B2;
	border: 1px solid #BBB;
	background-color: #FFFFFF;
	float: left;
	width: 420px;
	margin-bottom: 15px;
}
.liste-produit th{
	background-color: #FFFFFF;
	border-bottom: 1px solid #BBB;
	border-color: #003366;
	padding: 5px 0 5px 0;
	font-size: 13px;
	color: #003366;	
}
.liste-produit td{
	text-align: right;
	border-bottom: 1px solid #BBB;
	font-size: 10px;
	padding: 0 5px 0 0;
}
.liste-produit ul li{
	text-align: left;
	border: none;
	
}

.liste-produit a{
	color: #009EE0;	
}
.liste-produit a:hover{
	color: #0063A6;	
	}
.liste-produit  img{
	margin: 4px 2px 4px 4px;
	padding-top: 20px;
}




#pageTitre {
	background-image: url(../images/deco/barre_titre.gif);
	width: 450px;
background-repeat: no-repeat;
float: left;
text-align: center;
margin:0 auto;
	padding:0;
}
#pageTitre h1 {
	color: #009EE0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
/*CYAN*/
#content_cyan {
	padding:0;
	width: 100%;
	background-image: url(../images/deco/fond-content.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	vertical-align: top;
	background-position: left 149px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#content_cyan a {

	color: #009EE0;
	text-decoration: none;
}
#content_cyan a:hover {

	color: #009EE0;
	text-decoration: none;
}



#pageTitre_cyan {
	background-image: url(../images/deco/barre_titreCyan.gif);
	width: 450px;
background-repeat: no-repeat;
float: left;
text-align: center;
margin:0 auto;
	padding:0;
}
#pageTitre_cyan h1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
#logo {
	margin:0 auto 30px auto;
	padding:0;
	text-align: center;
}
.titreBlanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	margin:0 auto;
	padding:0;
	text-align: center;
}
.titre-rouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F00;
	margin:0 auto;
	padding:0;
	text-align: center;
}
.pres-titre-logo {
	font:normal normal bold 22px/1.2em "Times New Roman", Times, serif;
	color:#009EE0;
}
.pres-titre-logo-grand {
	font:normal normal bold 32px/1.2em "Times New Roman", Times, serif;
	color:#009EE0;	
}
.titre-logo {
	font:normal normal bold 24px/1.2em "Times New Roman", Times, serif;
}
.titre-logo-grand {
	font:normal normal bold 32px/1.2em "Times New Roman", Times, serif;
}

.prix-bis {
	color: #FF9900;
}
.contenuGaucheBlanc {
	color: #333333;
	margin-right: 200px;
}
.imgColonneGcentre {
	border: medium solid #FFFFFF;
	margin: 20px 0 20px 175px;
}
.legendeColGcentre {
	color: #FFFFFF;
	margin-left: 220px;
}


#pageTitre_vert {
background-image: url(../images/deco/barre_titreVert.gif);
width: 450px;
background-repeat: no-repeat;
float: left;
text-align: center;
margin:0 auto;
	padding:0;
}
#pageTitre_orange {
background-image: url(../images/deco/barre_titreOrange.gif);
width: 450px;
background-repeat: no-repeat;
float: left;
text-align: center;
margin:0 auto;
padding:0;
}
#pageTitre_gris {
background-image: url(../images/deco/barre_titreGris.gif);
width: 450px;
background-repeat: no-repeat;
float: left;
text-align: center;
margin:0 auto;
padding:0;
}
#pageTitre_violet {
background-image: url(../images/deco/barre_titreViolet.gif);
width: 450px;
background-repeat: no-repeat;
float: left;
text-align: center;
margin:0 auto;
padding:0;
}
#pageTitre_jaune {
background-image: url(../images/deco/barre_titreJaune.gif);
width: 450px;
background-repeat: no-repeat;
float: left;
text-align: center;
margin:0 auto;
padding:0;
}



#partenaires {
	list-style-type: none;
	margin: 0 auto;
	padding: 0px;
	width:400px;
	text-align:center;
}
#partenaires li {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	width: 400px;
	height: 25px;
	background-color: #999999;
	margin: 10px auto 10px auto;
	padding: 5px;
}
#partenaires a {
	color: #FFFFFF;
}
#partenaires a:hover {
	color: #A3DCF3;
}
#flash_anim {

	margin: 0px;
	padding: 0px;
}

#content_intro {

	padding:0;
	width: 100%;
}

/*Bas de page  FOOTER*/
/*BLANC*/
#footer{
	width:100%;
	text-align: center;
	color: #000066;
	background-image: url(../images/deco/footer.gif);
	padding-top: 7px;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #A1C3DA;
	margin:0 auto;
}
.footerAdresse {
	font-size: 12px;
	color: #019EE0;
}


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

#footer a:hover{
	color:#FF9900;
}
/*CYAN*/
#footer_cyan {
	width:100%;
	text-align: center;
	color: #000066;
	padding-top: 7px;
	background-color: #FFFFFF;
	margin:0 auto;
	background-image: url(../images/deco/footer-total.gif);
	background-repeat: no-repeat;
}
#footer_cyan a {

	color:#000066;
	text-decoration:none;
}
#footer_cyan a:hover {

	color:#0099CC;
}
.footer_cyanAdresse {

	font-size: 12px;
	color: #FFFFFF;
}

#footer_intro {

	width:100%;
	text-align: center;
	color: #000066;
	background-image: url(../images/deco/footer_intro.gif);
	padding-top: 7px;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #CCCCCC;
	margin:0 auto;
}
#footer_intro a {

	color:#000066;
	text-decoration:none;
}
#footer_intro a:hover {

	color:#FF9900;
}


/*classe 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 TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
   h1 {
	padding: 10px 0 5px 50px;
	color:#003366;
	font-size: 18px;
	text-align: left;
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/deco/fondh.gif);
	background-repeat: no-repeat;
	background-position: left -21px;
  }
     h1 img{
	display: block;
	float: left;
	padding: 2px;
	background-color: #FFFFFF;
	
  }
  
   h2 {
	margin: 0;
	padding: 0;
	color:#016894;
	font-size: 18px;
	text-align: center;
  }
  
   h3 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h4 {
	margin: 10px 0 10px 0;
	padding: 0;
	color:#003366;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 500px;
	padding-bottom: 5px;
  }
  
   h5 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h6 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES 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 POST IT  DEBUT                 ----*
  *------------------------------------------------------*/

/*<div id="transparent" class="transparent" style="position: absolute; z-index: 10; left: 24px; top: 107px; width: 200px; padding: 0px; cursor:move"></div>*/

#post_it_header{
	width: 200px;
	height:80px;
	background:url(../images/admin/punaise.gif) no-repeat;
}

#post_it_content{
	height:120px;
	border-bottom:#000 solid 1px;
	border-left:#000 solid 1px;
	border-right:#000 solid 1px;
	background:#D1CFCF;
}

#post_it_content a{
	color:#3DAFEB;
	text-decoration: none;
}

#post_it_content a:hover{
color:#F67F00;
}

#post_it_content h4{
	margin:0;
	padding:10px 0 0 0;
	color:#F67F00;
	font-size:14px;
	text-align:center;
}

#post_it_content p{
	margin:0 auto;
	padding:15px;
	color:#02468B;
	font-size:11px;
}

 /*------------------------------------------------------*
  *--------    CSS POST IT  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: #000;
	width: 300px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 175px;

}
.contact_texte {
	font-size: 12px;
	color: #019EE0;
	margin-left: 192px;
}

/* DIV général des erreurs de saisie */
div.formulaire_erreursSaisie {
	border: solid 1px #009EE0;
	background-color: #FFFFFF;
	color: #009EE0;
	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 {
	background-color: #E2EDF5;
	color: #003366;
	text-align: center;	
	padding: 10px;
}
/* Lien "Retour" un fois le message envoyé */
a.formulaire_msgRetour_lien {
}
/* Tableau de champ général */
table.formulaire_table {
	border: 1px solid #8FA7BD;
	width: 100%;
	background-color: #FFFFFF;
}
/* Regroupement de champs : ligne en-tête de table */
.formulaire_table th {
	background-color: #8FA7BD;
	color: #333333;
	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 {
}
/* 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 {
}
/* Libelle des champ dans le formulaires : sans erreur */
td.formulaire_nom_champ_erreur {
	color: #8FA7BD;
	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: #E3EEF5;
	border: none;
}
/* Champs dans les formulaires (input, textarea) : en cas d'erreur */
.formulaire_champ_erreur {
	background-color: #8FA7BD;
	color: #FFFFFF;
	border: none;
}
/* 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: #8FA7BD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	cursor: pointer;
	margin: 5px;
	border: none;
}
/* Texte en bas du formulaire concernant les astérisques */
.formulaire_note {
	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: #003366;
	text-decoration: none;
}

#referencement a:hover {
	color: #94D0E8;
}
 /*------------------------------------------------------*
  *--------    CSS REFERENCEMENT  FIN                ----*
  *------------------------------------------------------*/

.contenuGauche .titre 
{
	text-transform: uppercase;
	font-weight: bold;
}
#content_cyan  .fond_tableau  p  a.red
{
	font-weight: bold;
	color: red;
}

