@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";
@import "actualites.css";
@import "typo.css"; /* Contient H1, h2, etc */
@import "../addons/colorbox/colorbox.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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/deco/body_bkg.gif) repeat-x left top #132E5E;
	color: #333;
}

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:20px 0;
	width:100%;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:970px;
	height:auto;
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0 0 20px;
	width: 970px;
	background: url(../images/deco/content_bkg.gif) repeat-y left top #fff;
}
#content_index {
	margin:0 auto;
	padding:0 0 20px;
	width: 970px;
}

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

p {
	margin: 0;
	padding: 0;
}

a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

ul {
	color: #fff;
	margin: 0 35px 20px;
}
li {
	font-size: 11.5px;
}

/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	width:194px;
	left:0px;
	background: url(../images/deco/left-content_bkg.gif) no-repeat center top #272787;
	padding: 10px 0 0;
}

#left_content .adr {
	color: #87A0CE;
	font-size: 9px;
	text-align: center;
	margin: 20px 0;
}
#left_content .adr p {
	margin: 0 0 2px;
}

#left_content .logo_colonne {
	display: block;
	margin: 0 auto;
}

/*///    partie du centre   ///*/
#middle_content{
	float:right;
	position:relative;
	width:740px;
	padding: 20px 0 0;
}

#middle_content_left {
	width: 50%;
	float: left;
}
#middle_content_right {
	width: 50%;
	float: right;
}

.image-droite {
   padding:0;
   margin:0;
   float:right;
}
.image-gauche{
   padding:0;
   margin: 0 10px 5px 20px;
   float:left;
   border: #fff solid 2px;
}

.vert_small_top {
	background: url(../images/deco/vert-small_bkg.gif) no-repeat center top;
	padding: 20px 0;		
}
.vert_big_top {
	width: 680px;
	background: url(../images/deco/vert-big_bkg.gif) no-repeat center top;
	margin: 0 auto;
	padding: 20px 0;		
}

.vert_small {
	width: 340px;
	background: url(../images/deco/vert-small_bkg.gif) no-repeat center bottom;
	margin: 0 0 15px;
	padding: 0 0 20px;
}
.vert_big {
	width: 680px;
	background: url(../images/deco/vert-big_bkg.gif) no-repeat center bottom;
	margin: 0 auto 15px;
	padding: 0 0 20px;
}
.vert_small p, .vert_big p {	
	color: #fff;
	font-size: 11.5px;
	margin: 0 0 15px;
	padding: 0 20px;
	text-align: justify;
}
.vert_small a {
	padding: 0 20px;
	font-size: 11.5px;
}

.jaune_small_top {
	background: url(../images/deco/jaune-small_bkg.gif) no-repeat center top;
	padding: 20px 0;		
}

ul.liste_cgv {
	margin: -10px 20px 5px;
	list-style-position: inside;
}

#middle_content .adr {
	width: auto;
	padding: 0 130px 10px 0;
	background: url(../images/deco/coordonnees.jpg) no-repeat 183px top;
}
#middle_content .adr p {
	margin: 0;
	text-align: center;
}
/*/// fin des colonnes ///*/	


/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:12px 95px 35px 0;
	width:970px;
	text-align: center;
	background: url(../images/deco/footer_bkg.gif) no-repeat center top;
}

#footer ul{
	list-style: none;	
	text-align: right;
}
#footer li{
	display: inline;
	color:#132E5E;
	font: normal 10px Arial, Helvetica, sans-serif;
}

#footer a{
	color:#132E5E;
	margin: 0;
	padding: 0 5px;
	text-decoration:none;
}
#footer a:hover{
	color:#0066cc;
}

#footer_index{
	margin:0 auto;
	padding:0;
	width:970px;
	text-align: center;
	color: #fff;
}
#footer_index ul{
	list-style: none;
	font: normal 12px Arial, Helvetica, sans-serif;
}
#footer_index li{
	display: inline;
	color:#fff;
}

#footer_index a{
	color:#fff;
	margin: 0;
	padding: 0 5px;
	text-decoration:none;
}
#footer_index a:hover{
	background-color:#75ac36;
}

#footer_index a.intro {
	font-size: 14px;
	font-weight: bold;
	color: #ccc;
	display: block;
	margin: 0 0 40px;
}
#footer_index a.intro:hover {
	background: none;
}

#footer .bookmark {
	background: url(../images/deco/picto_bookmark.gif) no-repeat left center;
	padding: 0 0 0 15px;
}

/*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 {
	text-align: center;
}
.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 50px 20px;
	padding: 0;
	font-size: 10px;
	color: #0066CC;
	text-align: right; 
}
.nav_pages a{
	color: #0066CC;
	text-decoration: none;
	border: 1px solid #0066CC;
	margin: 0 0 0 3px;
	padding: 1px 4px;
}
.nav_pages a:hover, .nav_pages a.menu_actif{
	color: #FFF;
	background-color:#0066CC;
	text-decoration: none;
}

.retour_liste {
	text-align:right;
	padding:0 0 10px ;
}
/*fin NAVIGATION*/

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

