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


body {
	scrollbar-face-color: #CCC;
	scrollbar-shadow-color: #000;
	scrollbar-highlight-color: #FFF;
	scrollbar-3dlight-color: #FFF;
	scrollbar-darkshadow-color: #FFF;
	scrollbar-track-color: #FFF;
	scrollbar-arrow-color: #000;
	margin: 0;
	padding: 0;
	background-color: #2B0631;
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	background-image: url(../images/deco/background.gif);
	background-position: top;
}


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


form, input {
	margin: 0px;
	padding: 0px;
}
#flash {
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
}

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

p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	color: #FF99CC;
}

li {
	list-style-image: none;
	list-style-type: disc;
}



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


#general{
	margin:0 auto;
	padding:0;
	width:100%;
	
}
#general_index{
	margin:0 auto;
	padding:0;
	width:100%;
	background-repeat:no-repeat;
	
}

/*Haut de page*/

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

#header a, #content a{
	color:#fff;
	text-decoration:none;
}

#header a:hover {
	color:#CCC;
}
 #content a:hover {
	color:#CCC;
	text-decoration: underline;
}
/*Contenu de page*/

#content {
	padding:0;
	width: 897px;
	background-image:url(../images/deco/fond_content_bloc.gif);
	background-position:top;
	background-repeat:repeat-y;
	margin: 0 auto;
}
.tableau{
	background-image: url(../images/deco/fond_content_aucazou.gif);
	background-repeat: no-repeat;
	background-position: center bottom;

}

#content_index {
	margin: 0 auto;
	width: auto;
	padding: 0 auto;
}

/*Bas de page*/
#footer_index{
	margin:0 auto;
	padding:0;
	width:850px;
	height:30px;
	color: #993399;
	text-align:center;
	/*background-image:url(../images/footer_fond.jpg);*/
}

.texte{
	margin:10px 15px 10px 15px;
	color: #FFFFFF;
		/*background-image:url(../images/footer_fond.jpg);*/
}


#footer_index a{
	color: #993399;
	font-size:12px;
	text-decoration:none;
	padding:2px;
}

#footer_index a:hover{
	color:#FF99CC;
}

#footer{
	margin:0 auto;
	padding:0;
	width:897px;
	height:47px;
	text-align: left;
}

#footer a{
	color: #FFFFFF;
	font-size:10px;
	text-decoration:none;
	text-align: left;
}

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


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

 /*------------------------------------------------------*
  *--------------------------     CSS PLANS     ----*
  *------------------------------------------------------*/
  
/*page plans*/

#plan {
	width: 310px;
}

#plan img {
 margin-top: 10px;
	margin-bottom: 10px;
}

/*pop up plans*/
#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;
}




 /*------------------------------------------------------*
  *--------------------------     CSS TITRES     ----*
  *------------------------------------------------------*/
  
   h1 {
   	margin: 0px;
    padding: 0px;
	   color:#473e39;

  }
  
   h2 {
   	margin: 0px;
    padding: 0px;
	   color: #473e39;
  }
  
   h3 {
	margin: 0px;
	padding: 0px;
	color:#FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
  }
  
   h4 {
	margin: 0px;
	padding: 0px;
	color:#F6C8E7;
	font-size: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
  }
  
   h5 {
	margin: 0px;
	padding: 0px;
	color:#F6C8E7;
	font-size: 13px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-left: 8px;
  }
  
   h6 {
	margin: 0px;
	padding: 0px;
	color:#FFFFFF;
	letter-spacing: 2px;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
  }

 


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

.menu
{
	display: block;
	width: 100%;
	color:#FFFFFF;
	line-height:20px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	padding-top:10px;
	padding-bottom:10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.menu:hover
{
	background-color:#2B0631;
	color: #FFFFFF;
} 

.lien_sm
{
	color:#FF99CC;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	font-family: arial;
	font-style: italic;
}
.adresse_intro
{
	color:#FF99CC;
	font-size:13px;
	font-weight:bold;
	font-family: arial;
	font-style: normal;
}

.lien_sm:hover
{
	color:#FF6699;
} 


 /*------------------------------------------------------*
  *-----------------------------------     CSS EFFETS     ----*
  *------------------------------------------------------*/

#zone {
	margin:5px;
	width: 300px;
	height: 250px;
	overflow: auto;
	}


.transparence {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	}
	
	/*------------------------------------------------------*
  *-----------------------------------     CSS POST IT     ----*
  *------------------------------------------------------*/


#post_it_header{
	width: 200px;
	height:80px;
	background:url(../images/admin/punaise.gif) no-repeat;
}

#post_it_content{
	width: 200px;
	height:120px;
	border-bottom:#000 solid 1px;
	border-left:#000 solid 1px;
	border-right:#000 solid 1px;
	background:#D1CFCF;
}

#post_it_content a{
	color:#3DAFEB;
	text-decoration: none;
}

#post_it_content a:hover{
color:#550445;
}

#post_it_content h4{
	margin:0;
	padding:10px 0 0 0;
	color:#F8D6ED;
	font-size:14px;
	text-align:center;
}

#post_it_content p{
	margin:0 auto;
	padding:15px 0 0 0;
	width:180px;
	color:#02468B;
	font-size:11px;
}
/*Partenariat*/
.liens_annonces {
	padding: 5px;
	padding-bottom: 10px;
	margin: 10px;
	margin-left: 200px;
	
/*	margin:10px 10px;
	padding:0;*/
	background-color: #996699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	text-align: left;
	width: 500px;
}

.liens_annonces a{
	text-decoration: none;
}

.liens_annonces h1{
	color: #F6C8E7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
/*	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #F6C8E7;*/
}

.liens_annonces .annonce{
	width: 235px;
	float: left;
	margin-left: 15px;
	margin-right: 3px;
}

.liens_annonces .annonce .nom_site{
	color: #FF99CC;
	font-weight:bold;
}

.liens_annonces .annonce .txt_lien{
	color: #FF99CC;
	font-size: 10px;
}

.liens_annonces .annonce .url_site{
	color: #993399;
	font-size: 10px;
}
.liens_annonces .annonce2{
	margin-right: 2px;
	float: right;
	width: 235px;
}

.liens_annonces .annonce2 .nom_site{
	color: #FF99CC;
	font-weight:bold;
}

.liens_annonces .annonce2 .txt_lien{
	color: #FF99CC;
	font-size: 10px;
}

.liens_annonces .annonce2 .url_site{
	color: #993399;
	font-size: 10px;
}
#adresse_contact {
	float: right;
	width: 240px;
	text-align: left;
}
#formulaire {
	float: left;
	width: 320px;
}
.tarifs {
	margin: 5px 15px 10px 20px;
	padding:0px;


}
.tarifs li {
	list-style-type: none;
	text-indent: 0px;
	line-height: 30px;
	list-style-position: outside;
	list-style-image: url(../images/deco/puce_tarifs.gif);
	padding: 0 0 0 5px;
}
.tarifs a {
	text-decoration: none;
	color: #999999;
	
}
.tarifs a:hover {
	text-decoration: underline;
	
}
.prix_droite {
	font-style: italic;
	font-size: 13px;
	float: right;
}
.prix_droite2 {
	font-style: italic;
	font-size: 13px;
	float: right;
	line-height: 10px;
}


/* Pages avec vidéo */
#gauche{
	float:left;
	width:268px;
	margin: 0 0 0 60px;
}
#droite{
	float:left;
	width:550px;
	margin:0 auto;
}
#droite h3{
	width:400px;
	margin:0 auto 20px auto;
}
.video{
	width:320px;
	margin:0 auto 20px auto;
}
.suite{
	width:550px;
}