@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";
@import "actualites.css";
@import "typo.css"; /* Contient H1, h2, etc */
@import "../colorbox/colorbox.css";
/*------------------------------------------------------*
*-- appel des css --------------------------------------*
*------------------------------------------------------*/

/*------------------------------------------------*
 *---  WWW.ICARE-NET.COM - agence web 03-04-2009 --*
 *------------------------------------------------*/
 
/*------------------------------------------------------*
*-- utilisation de l'unité em pour la taille de la typo et la largeur du contenu de la page
*------------------------------------------------------*/

/*toutes les balises ont des marges internes et externes à 0*/
* {
margin: 0;
padding: 0;
}

/*html {
 font-size: 75%;
}
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;/*fixe la taille de la typo pour IE*/
	background: #FFF url(../images/deco/bg-fd.jpg) repeat-x left top;
	color: #000;
	text-align: center;
}
img {
	border:none;
}
select {
	color: #000;
	background-color: #fff;
}

a {
	text-decoration: underline;
	color: #0f8868;
}
a:visited {
	color: #0f8868;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	color: #FFF;
	background-color: #0f8868;
}
 /*------------------------------------------------------*
  *--------    CSS BLOCS     						 ----*
  *------------------------------------------------------*/
#general{
	margin:0 auto;
	padding:20px 0;
	width:100%;
	background: transparent url(../images/deco/bg-vert.png) no-repeat center top!important;
	background: transparent url(../images/deco/bg-vert.gif) no-repeat center top;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	width:82.25em;
}
#header-content { 
background-color: #FFFFFF;
padding: 1.5em;
*height: 350px;
}

#logo {
display: block;
float: left;
}
/*Contenu de page  CONTENT */

#content {
	margin:0 auto 0;
	padding: 0 1em 1em;
	width: 80.25em;
	background-color: #FFFFFF;
}
.separator {
	margin:10px;
	height:2px;
	
}
/*/// debut des colonnes ///*/
#left_content{
	float:left;
	width:15em;
	margin-right: 5.5em;
}

/*///    partie du centre   ///*/
#middle_content{
	float:left;
	width:57em;
	text-align: left;
	
}
#middle_content p{
margin: 1em 0;
font-size: 0.9em;
text-align: justify;
}

#middle_content ul{
	margin: 1.4em 2em;
	font-size: 0.9em;
}

#middle_content li{
	list-style-position:inside;
	margin-bottom: 0.4em;
	color:#018965;
	list-style-type: circle;
}

.image-droite {
   float:right;
}
.image-gauche{
   float:left;
} 
.image-centre, #middle_content p.image-centre{
   margin:2em auto;
   text-align: center;
   width: 100%;
} 
/*galerie image page produit et index*/
#middle_content ul.gal-img {
	margin: 1.4em 0 1.8em 0;
	font-size: 0.9em;
	min-height: 17em;
}
#middle_content ul.gal-img li{
	list-style: none;
	float: left;
	margin: 1em 1em 2em 0;
	text-align: center;
	background: #FFFFFF url(../images/deco/bg-imgombr.jpg) no-repeat left top; 
	width: 158px;
}
#middle_content ul.gal-img li a{
	display: block;
	width: 143px;
	text-decoration: none;
	border-bottom: 2px solid #FFF;
	padding: 3px 0 0 3px;
}
#middle_content ul.gal-img li a:hover,#middle_content ul.gal-img li a:focus,#middle_content ul.gal-img li a:active{
	color:#000;
	background-color: transparent;
	border-bottom: 2px solid #000;
	padding: 4px 0 0 4px;
}
#middle_content ul.gal-img li a img{

}
#middle_content ul.gal-img li a span{
	display: block;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	padding-top: 0.8em;
	font-size: 1.3em;
	font-weight: bold;
}
/*galerie image page produit*/

#produit #middle_content ul.gal-img li {
	height: 16em;
	margin: 1em 1em 0 0;
}
#produit #middle_content ul.gal-img li a span{
	font-size: 1em;
}

#content .retour_haut {
	text-decoration: none;
	border-bottom: 1px solid #018965; 
	padding: 0.5em 0 0.3em 0;
	display: block;
	text-align: right;
	font-size: 0.9em;
}

#content .retour_haut:hover {
	border-bottom: 1px solid #999;
	padding: 0.5em 0.3em 0.3em 0;
}
#produit #content .retour_haut {
	margin-top: 2em;
}
/*/// fin des colonnes ///*/	


/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	width:100%;
	text-align: center;
	color: #e77325;
	font-size: 0.9em;
}
#footer ul {
	list-style:none;
	margin:0 auto;
	display: inline-block;
	width: 70%;
	text-align: center;
}
#footer ul li {
	margin-bottom: 0em;
	padding: 0;
	display: inline;
}
#footer a{
	color:#e77325;
	text-decoration:none;
}
#footer a:visited {
	color: #000;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color:#000;
	background: #e77325;
}
.adr {
	margin: 2px 0 0 0;
	clear: both;
}
/*classe clear*/

.clear {
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   font-size: 0;
   line-height: 0;
}
#player {
	width: 710px;
	height: 317px;
	background: #FFF url(../images/deco/bg-diaporama.jpg) no-repeat left top;
	float: right;
}
#player-son {


}
#player-video {


}

 /*------------------------------------------------------*
  *------------ CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/

