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


body {
	margin: 0;
	padding: 0;
	background-color: #96BCE3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000;
	background-image: url(../images/degrade_fond.jpg);
	background-repeat: repeat-x;
}
#artCentre img{
	border: thin solid #000;
}



/*   

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

*/


p, form, input {
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: center;
}

select {
	color: #000;
	background-color: #fff;
}
#colGauche h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#introPage h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #760246;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #760246;
}







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


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

/*Haut de page  HEADER*/

#header{
	padding:0;
	width:770px;
	height:117px;
	background-color: #4c7285;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#anim_header {
	text-align: right;
}
#flash_anim {
	text-align: right;
}
/*Contenu de page  CONTENT */

#content {
	width: 776px;
	background-color:#4c7285;
	background-image: url(../images/fondPage.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}

/*Bas de page  FOOTER*/

#footer{
	padding:8px 0 0;
	width:770px;
	height:60px;
	background-color:#96BCE3;
	text-align: center;
	color: #F8C258;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0 auto;
}
.footer_adresse {
	color: #253068;
	font-size: 10px;
}



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

#footer a:hover{
	color:#02A1CB;
}


/*classe clear*/

/*classe clear*/

.clear {
	clear: both;
	overflow: visible;
	border: 0;
	padding: 0;
	visibility: hidden;
	margin: 0;
}
#colGauche {
	margin-left: 5px;
	width: 200px;
	color: #000000;
	padding-left: 15px;
}
.h1Bleu {
	color: #021782;
	border-top-color: #021782;
	border-right-color: #021782;
	border-bottom-color: #021782;
	border-left-color: #021782;
}

#content p {
	margin-bottom: 5px;
	margin-left: 10px;
}
#colGauche h2 a {
	color: #F8C258;
	text-decoration: none;
}
#colGauche h2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#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: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #F8C258;
}
#creation h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #ceb629;
}
#creation h2 a {
	color: #ceb629;
	text-decoration: none;
}
#creation h2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#colDroit {
	float: right;
	width: 520px;
	margin-right: 10px;
	margin-top: 0px;
}
#artCentre {
	float: left;
	width: 240px;
	padding-right: 10px;
	margin-left: 10px;
	text-align: center;
}
.table_header {
	background-color: #5C84CA;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	border: 1px solid #FFFFFF;
	text-align: center;
}
.table_contents {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

#artDroit {
	float: left;
	width: 240px;
}

#colDroit img {
	margin-left: 8px;
	color: #000;
	text-align: center;

	
}

}
#colGauche img {
	padding-right: 5 px;
}

 /*------------------------------------------------------*
  *--------------------------     CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
   h1 {
	padding: 0;
	color:#C6763B;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C6763B;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;

  }
#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 {
	padding: 0;
	color:#EE9B02;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
  }
  
   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 TITRES FIN     ----*
  *------------------------------------------------------*/


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

/* MENU VERTICAL */

ul#menu_vertical{
	margin:0;
	width:200px;
	text-align:left;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 0;
	list-style-type: none;
}
.img_floatG {
	float: left;
}


ul#menu_vertical li{
	border: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	height: 25px;
	display: block;
}

ul#menu_vertical li a{
	display:block;
	color:#fff;
	text-decoration:none;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	height: 25px;
}

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

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

ul#menu_horizontal{
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	background-image: url(../images/barnav.gif);
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	background-repeat: repeat-y;
}

ul#menu_horizontal li{
	width: 126px;
	color:#059EC7;
	float:right;
	border: 1px solid #F39C14;
}

ul#menu_horizontal li a{
	display:block;
	color:#760246;
	line-height:1em;
	text-align:center;
	text-decoration:none;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	background-image: url(../images/barnav_jaune.gif);
	background-repeat: repeat-x;
}



ul#menu_horizontal li a:hover, ul#menu_horizontal li a:focus, ul#menu_horizontal li a:active {
	text-decoration:none;
	color: #FFFFFF;
	background-image: url(../images/barnav_jauneHover.gif);
	background-repeat: repeat-x;
}
.space {
	font-size: 5px;
	margin: 0px;
	padding: 0px;
	line-height: 8px;
}



 
 /*------------------------------------------------------*
  *--------------------------     CSS MENU 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: #9cf;
	color: #000;
	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 {
	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                ----*
  *------------------------------------------------------*/

#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;
}
#contentOrange {

	width: 776px;
	background-color:#4c7285;
	background-image: url(../images/fondPageJaune.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}
#contentCyan {

	width: 770px;
	background-color:#4c7285;
	background-image: url(../images/fondPageCyan.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}
#contentBleu {


	width: 776px;
	background-color:#4c7285;
	background-image: url(../images/fondPageBleu.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}
#contentVert {



	width: 776px;
	background-color:#4c7285;
	background-image: url(../images/fondPageVert.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}
#contentViolet {




	width: 776px;
	background-color:#4c7285;
	background-image: url(../images/fondPageViolet.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}
#contentRouge {
	width: 776px;
	background-color:#4c7285;
	background-image: url(../images/fondPageRouge.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}
.titreOrange {
	color: #EE9B02;
	border-top-color: #C6763B;
	border-right-color: #C6763B;
	border-bottom-color: #C6763B;
	border-left-color: #C6763B;
	text-align: center;
}
.titreBlanc {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 5px;
}

.titreCyan {
	color: #5C84CA;
	border-top-color: #5C84CA;
	border-right-color: #5C84CA;
	border-bottom-color: #5C84CA;
	border-left-color: #5C84CA;
}
.titreVert {
	color: #018829;
	border-top-color: #018829;
	border-right-color: #018829;
	border-bottom-color: #018829;
	border-left-color: #018829;
}
.titreViolet {
	color: #530282;
	border-top-color: #530282;
	border-right-color: #530282;
	border-bottom-color: #530282;
	border-left-color: #530282;
}
.titreRouge {
	color: #AB0303;
	border-top-color: #AB0303;
	border-right-color: #AB0303;
	border-bottom-color: #AB0303;
	border-left-color: #AB0303;
	text-align: center;
}
#contentIntro {
	width: 770px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	height: 420px;
	background-color: #FFFFFF;
}
#colDroit a {
	color: #0000CC;
	text-decoration: none;
}
#colDroit h2 a {
	text-decoration: none;
	color: #EE9B02;
}
#colDroit a:hover {
	text-decoration: underline;
}
#colDroit h2 a:hover {
	text-decoration: underline;
}
#rubrique a{
	font-size: 18px;
	font-weight: bold;
}
ul {
	margin-top: 5px;
	margin-bottom: 10px;
}
#ca td {
	vertical-align: top;
}
#general #contentCyan #colDroit #introPage p img {
	margin-left: 10px;
}

