/*------------------------------------------------*
 *---  WWW.ICARE-NET.COM - agence web ---  CSS 27 fev 08 --*
 *------------------------------------------------*/


html {
 margin: 0;
 padding: 0;
}


body {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 11px;
	background-color: #F2F2F2;
	color: #595959;
}

p, form, input {
	margin: 0;
	padding: 0;
}

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

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:100%;
	height:209px;
	background-color: #D1E4FA;
	background-image: url(../images/deco/header2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom: 1px solid #CBD1DA;
}

/*Contenu de page  CONTENT */


#nav {
	width: 800px;
	margin: 0 auto;
	text-align: right;
	text-transform: uppercase;
	position: relative;
	line-height: 24px;
	top: 180px;
	color: #B0B6BD;
}


#nav a {
	color: #595959;
	text-decoration: none;
	padding: 0 2px 0 2px;
}
#nav a:hover, body#pres a#pres, body#art a#art, body#crea a#crea, body#gal a#gal, body#press a#press, body#actu a#actu {
	color: #5F6266;
}

#gd_content {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;

}
#content {
	margin:0 auto;
	padding:0 0 20px 0;
	width: 800px;
}

#content strong{
 font-weight:bold;
 color:#8C9AC2;
}

#content a{
	color:#8C9AC2;
	text-decoration:underline;
}

#content a:hover{
	color:#516399;
}
.texte {
	text-align: justify;
	line-height: 18px;
	padding-right: 40px;
}
.artiste {
	text-align: justify;
	line-height: 18px;
	padding-right: 10px;
}
.artiste img{
	text-align: justify;
	line-height: 18px;
	padding: 9px;
	border: 1px solid #DBE2EB;
	margin-bottom: 15px;
	float: right;
	margin: 0 0 10px 20px;
}
#f_intro {
	width: 421px;
	height: 290px;
	padding: 9px;
	margin: 0 auto;
	border: 1px solid #DBE2EB;
	margin-top: 15px;
}
#player{
	text-align:center;
	z-index:0;
}


.photos img {
	padding: 9px;
	border: 1px solid #DBE2EB;
	margin-bottom: 15px;
}
.postit {
	position: absolute;
	background-color: #FFFFFF;
	border: 1px solid #DBE2EB;
	padding: 9px 9px 20px 9px;
	text-align: center;
	margin-left: 220px;
	margin-top: 450px;
	cursor:move;
}
.postit a{
	color:#8C9AC2;
	text-decoration:none;
}

.postit a:hover{
	color:#516399;
}
#cochonbleu img {
	margin-bottom: 15px;
}

.photos_light img {
	padding: 9px;
	border: 1px solid #DBE2EB;
	margin: 0 0 10px 10px;
	z-index: 10;
}



.photos_light img:hover, .photo img:hover {
	background-color: #F5F5F5;
}

/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:10px 0 20px 0;
	width:100%;
	background-color:#F2F2F2;
	text-align: center;
	color: #B6B6B6;
	border-top: 1px solid #CCCCCC;
}








#footer a{
	color:#5B5B5B;
	text-decoration:none;
}

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


/*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;
}
.points {
	background-image: url(../images/deco/pointilles.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 15px;
}



 /*------------------------------------------------------*
  *------------ CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
   h1 {
	margin: 0 0 10px 0;
	padding: 0;
	color:#64749F;
	font-size: 18px;
	font-family: "Georgia", Times New Roman, Times, serif;
	line-height: normal;

  }
  
   h2 {
	margin: 0 0 10px 0;
	padding: 0;
	color:#8C9AC2;
	font-size: 14px;
	font-family: "Georgia", "Times New Roman", Times, serif;
  }
  
   h3 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h4 {
   	margin: 0 0 10px 0;
	padding: 0;
	color:#64749F;
	font-size: 18px;
	font-family: "Georgia", Times New Roman, Times, serif;
	line-height: normal;
  }
  
   h5 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h6 {
   	margin: 0;
    padding: 0;
			 color:#000;
  }
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/


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

/* MENU VERTICAL */

ul#menu_vertical{
	margin:0;
	padding:0;
	width:200px;
	list-style:none;
	text-align:center;
	color:#fff;
}

ul#menu_vertical li{
	margin:0 0 1px 0;
	background-color:#990000;
	border: 1px solid #600;
}

ul#menu_vertical li a{
	padding:4px 0;
	background-color:#990000;
	display:block;
	color:#fff;
	text-decoration:none;
}

ul#menu_vertical li a:hover, ul#menu_vertical li a:actif {
	background-color:#900;
	text-decoration:none;
}

/* MENU HORIZONTAL ne pas oublier de mettre un clear:both; après votre menu*/

ul#menu_horizontal{
	margin: 0 ;
	padding: 0 ;
	list-style: none;
}

ul#menu_horizontal li{
	margin-right:1px;
	width: 150px;
	border:1px solid #600;
	color:#fff;
	float:left;
}

ul#menu_horizontal li a{
	padding:4px 0;
	background-color:#990000;
	display:block;
	color:#fff;
	line-height:1em;
	text-align:center;
	text-decoration:none;
}

ul#menu_horizontal li a:hover, ul#menu_horizontal li a:actif {
	background-color: #900 ;
	text-decoration:none;
}


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




 

 /*------------------------------------------------------*
  *--------    CSS REFERENCEMENT  DEBUT              ----*
  *------------------------------------------------------*/

#referencement {
	margin-right: auto;
	margin-left: auto;
	font-size: 9px;
	text-align: center;
	padding-top: 50px;
	color: #666;
}

#referencement a {
	color: #999;
	text-decoration: none;
}

#referencement a:hover {
	color: #666;
}

#referencement a img {
	border: none;
	padding: 3px;
}

 /*------------------------------------------------------*
  *--------    CSS REFERENCEMENT  FIN                ----*
  *------------------------------------------------------*/
		
		 /*------------------------------------------------------*
  *--------    appel de la css formulaire contact         ----*
  *------------------------------------------------------*/

@import url(formulaire.css);
.signature {
	font-style: italic;
	text-align: right;
	margin-top: 15px;
	color: #999999;
}
