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

/*@import "../addons/s3slider/s3slider.css";*/
/*@import "../addons/adgallery/ad-gallery.css";*/

/*@import "acces_client.css";*/

@import "produits.css";

@import "tarifs_partenaires.css";

/*------------------------------------------------------*
*-- appel des css --------------------------------------*
*------------------------------------------------------*/

/*------------------------------------------------*
 *---  WWW.ICARE-NET.COM - agence web 03-04-2009 --*
 *------------------------------------------------*/


html {
 margin: 0;
 padding: 0;
}


body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #904144;
	color: #3F2424;
}

p, form, input, div, dl, dt, dd, ul, ol, li, blockquote, fieldset, th, td {
	margin: 0;
	padding: 0;
}
img {
	border:none;
}
select {
	color: #000;
	background-color: #fff;
}

hr{
	height: 1px;
	margin: 20px 0;
	padding: 0;
	border: 0;
}



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


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

/*Haut de page  HEADER*/

#header{
	background-color: #904144;
    border: 0 none;
    height: 247px;
    margin: 0 auto;
    padding: 0;
    width: 887px;
}

/*Contenu de page  CONTENT */

#content {
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 0;
	width: 887px;
	background-image: url(../images/deco/bg-content.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.separator {
	margin:20px 0;
	padding:0;
	height:1px;
	background-color: #D9D9D9;	
}

p {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 10px;
	font-weight: bold;
}
.puce {
	margin: 0;
	padding: 5px 30px;
	color:#3F2424;
	font-size: 10px;
	background-image: url(../images/deco/deco1.gif);
	background-repeat: no-repeat;
}
a {
	color: #9B7E7E;
	text-decoration: none;
}
a:hover {
	color: #000;
}

ul {
	margin: 0;
	padding: 0 0 10px 15px;
	font-size: 10px;
	font-weight: bold;
	list-style:none;
}
li {
	background-image:url(../images/deco/fleur.gif);
	background-repeat:no-repeat;
	padding:0 0 5px 25px;
}

/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	width:290px;
	left:0px;
	background-color:#3f2424;
	background-image: url(../images/deco/menu_bg_ht.jpg);
	background-repeat: no-repeat;
}

/*/// partie de droite ///*/
#right_content{
	float:right;
	position:relative;
	width:537px;
	right:0px;
	padding: 30px;
	background-image: url(../images/deco/bg-right.jpg);
	background-repeat: repeat-x;
}

#texte {
	float:right;
	width: 310px;
}

#map {
	padding:10px 0 0 0;
	display: block;
}

.image-droite {
   padding:0;
   margin:0;
   float:right;
}
.image-gauche{
   padding:0;
   margin:0;
   float:left;
} 

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


/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:10px 0;
    width: 887px;
	text-align: center;
	color: #3F2424;
	font-size:10px;
}

#footer ul{
	list-style: none;
	padding: 0 0 10px 0;
}
#footer li{
	display: inline;
	color:#553a53;
	background: none;
	padding: 0;
}

#footer a{
	color:#3F2424;
	margin: 0;
	padding: 0 5px;
	text-decoration:none;
}
#footer a:hover{
	color:#553a53;
}

/*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;
}
#player {
	margin: 0;
	padding: 0;
}
#player-son {
	margin: 0;
	padding: 0;
}
#player-video {
	margin: 0;
	padding: 0;
}

.image_rotator {
	float:left;
	padding:0 20px 0 0;
	clear:left;
}
.simple_viewer {
	text-align: center;
}
.video_dyn {
	text-align: center;
}

/*debut NAVIGATION*/
.fil_ariane {
	font-size:10px;
	color:#990000;
	margin:0 0 10px;
	padding:0;
}
.fil_ariane a {
	color:#990000;
	text-decoration:none;
}
.fil_ariane a:hover {
	text-decoration:underline;
}

.retour_haut{
	margin: 10px 0;
	padding: 2px 0;
	font-size: 11px;
	color: #666666;
	text-align: right;
}
.retour_haut a{
	color: #666666;
	text-decoration: none;
	border: 1px solid #666;
	margin: 0;
	padding: 1px 4px;
}
.retour_haut a:hover{
	color: #FFF;
	background-color:#666;
	text-decoration: none;
}

.nav_pages{
	margin: 0 0 5px;
	padding: 0 30px 0 0;
	font-size: 11px;
	color: #3F2424;
	text-align: right;
}
.nav_pages a{
	color: #904144;
	text-decoration: none;
	margin: 0 0 0 3px;
	padding: 1px 4px;
}
.nav_pages a:hover, .nav_pages a.menu_actif{
	color: #FFF;
	background-color:#3F2424;
	text-decoration: none;
}

.retour_liste {
	text-align:right;
	float:right;
	padding:0 0 10px ;
	font-weight: bold;
	color: #3F2424;
}
.retour_liste a {
	color: #904144;
	text-decoration: none;
	font-size:12px;
	font-weight: normal;
}
.retour_liste a:hover {
	color: #3F2424;
}
/*fin NAVIGATION*/

/*debut INFOS LEGALES*/
#infos-legales {
	width: 100%;
	margin: 0 auto;
}
#infos-legales h4 {
	margin: 10px 0 5px;
	padding: 5px 30px;
	font-size: 13px;
}
#infos-legales p {
	margin: 0;
	padding: 0 0 2px;
}
#infos-legales dl {
	margin: 10px 0;
	font-size:10px;
}
#infos-legales dt {
	margin: 0 0 3px;
	font-weight: bold;
	color:#9B7E7E;
	font-size:12px;
}
#infos-legales dd {
	margin: 0;
}
/*fin INFOS LEGALES*/

