@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";
/*------------------------------------------------------*
*-- appel des css --------------------------------------*
*------------------------------------------------------*/

/*------------------------------------------------*
 *---  WWW.ICARE-NET.COM - agence web 02-04-2008 --*
 *------------------------------------------------*/


* {
 margin: 0;
 padding: 0;
}

img, a img {
	border: 0 none;
	display: block;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #024;
	text-align: center;
	background-image: url(../images/deco/background.jpg);
	background-repeat: repeat-x;
	background-color: #666666;
	background-position: top left;
}

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

address {
	margin-top: 2px;
	font-style:normal;
	color: #acd;
}

.right { float: right; }



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


/*Haut de page  HEADER*/

div#header100 {

}
div#header,
ul#menu_horizontal,
div#content {
	width: 978px;
	margin: 0 auto;
	text-align: left;
}

/*Contenu de page  CONTENT */

#content {
	position: relative;
	background: #fff url(../images/deco/content.jpg) 1px 0 repeat-y;
}

#content p {
	font-size: 11px;
	line-height: 1.4em;
	color: #224562;
}
.espace_avant{
	margin-top:10px;
}

/*/// debut des colonnes ///*/
#left_content{
	float:left;
	width:188px;
}




#left_content h3 {
	display:block;
	height: 31px;
	line-height:31px;
	padding-left: 45px;
	margin: 10px 0 1px 1px;
	font: bold Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform:uppercase;
	background: transparent url(../images/deco/sous-nav.gif) left top no-repeat;
	color:#fff;
	font-size:12px;
	text-decoration:none;
}
#left_content ul {
	list-style-type:none
}
ul.menu_vertical li{
	font-size: 11px;
	padding-left: 50px;
	margin: 0 0 1px 1px;
	background: url(../images/deco/sous-nav2.gif) 0 0 no-repeat;
	height: 20px;
	line-height: 20px;
	color: #036;
	text-transform: uppercase;
	font-weight: normal;
}




/*/// partie de droite ///*/
#right_content{
	padding: 2em 1em 1em 210px;
}

#right_content img {
	float: right;
	margin: 0 1ex 1em 1ex;
	padding: 1px;
	border: 1px solid #024;
}
#diaporama{
	float: right;
	margin: 0 1ex 1em 1ex;
	padding: 1px;
	border: 1px solid #024;
}


#right_content h2 {
	width: 321px;
	line-height: 37px;
	padding-left: 40px;
	margin-bottom: 1ex;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 2px;
	color:#fff;
	background: transparent url(../images/deco/h2.jpg) left top no-repeat;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}


/*/// fin des colonnes ///*/	

/* Bas de page  FOOTER */

#footer{
	margin: 0 auto;
	padding:10px 0;
	width: 976px;
	height:29px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	background:transparent url(../images/div-logo-bg.png) left top repeat;
	text-align: center;
	color: #fff;
	border-bottom: 1px solid;
}

#footer a {
	font: normal 1em Arial, Helvetica, sans-serif;
	color:#FF9C3A;
	text-decoration:none;
}

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


/*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;
}
