/* Feuille de style pour la charte graphique du site
 * Cette feuille de style est appelée depuis styles.css.
 */

/***************** STRUCTURE *****************/
*{
/*---toutes les marges sont à 0---*/
margin:0;
padding:0px;
}
body,html{
	height:100%;/*---obligatoire pour le footer---*/
	scrollbar-base-color: #000;
	background: #FF0077 url(../images/charte/bg-body.jpg) left top repeat-x;
}

body{
	font-size:62.5%;
}

#container{
	position: relative;/*---obligatoire pour le footer---*/
	min-height:100%; /*---obligatoire pour le footer:Firefox---*/
	height:auto !important;/*---obligatoire pour le footer:Firefox---*/
	height:100%;/*---obligatoire pour le footer:IE---*/
	width:900px;
	margin:0 auto;
	background: #FF0077 url(../images/charte/bg-container.jpg) left top repeat-y;

}

#header{
	width:900px;
	height:280px;
	background: url(../images/charte/header.jpg) left top no-repeat;
}
/***************** CONTAINER DU CONTENU *****************/


#contenu {
	position:relative;
	width:851px;
	display:table;
	font-family:Arial, Helvetica, sans-serif;
	color:#D4D4D4;
	padding: 0 0 66px 49px;
	background: url(../images/charte/bg-contenu.jpg) left top no-repeat;
}

/***************** MENU *****************/

#menu {
	width:851px;
	height:40px;
	padding-left:49px;
}


#menu dt {
	display:block;
	float:left;
	height: 40px;
}

#menu dt a {
	float:left;
	height: 40px;
	display: block;
	
}
#menu dt a:hover {
	height: 40px;
	float:left;
	display: block;
}
#menu dt span{
	display:none;
}
a.bt1		{ 	background:url(../images/charte/bt1.jpg) no-repeat left top; 	width:100px;  	}
a:hover.bt1 {	background:url(../images/charte/bt1hover.jpg) no-repeat left top; width:100px;	}

a.bt2		{ 	background:url(../images/charte/bt2.jpg) no-repeat left top; width:86px;	  	}
a:hover.bt2 {	background:url(../images/charte/bt2hover.jpg) no-repeat left top;width:86px; 	}

a.bt3		{ 	background:url(../images/charte/bt3.jpg) no-repeat left top; 	width:130px; cursor:default;  	}
/*a:hover.bt3 {	background:url(../images/charte/bt3hover.jpg) no-repeat left top;width:130px; 	}*/

a.bt4		{ 	background:url(../images/charte/bt4.jpg) no-repeat left top; 	width:121px;  	}
a:hover.bt4 {	background:url(../images/charte/bt4hover.jpg) no-repeat left top; 	width:121px;}

a.bt5		{ 	background:url(../images/charte/bt5.jpg) no-repeat left top; width:143px;	  	}
a:hover.bt5 {	background:url(../images/charte/bt5hover.jpg) no-repeat left top; width:143px;	}

a.bt6		{ 	background:url(../images/charte/bt6.jpg) no-repeat left top; 	width:73px;  	}
a:hover.bt6 {	background:url(../images/charte/bt6hover.jpg) no-repeat left top; width:73px;	}

a.bt7		{ 	background:url(../images/charte/bt7.jpg) no-repeat left top; 	width:145px;  	}
a:hover.bt7 {	background:url(../images/charte/bt7hover.jpg) no-repeat left top; width:145px;	}




/***************** CONTENU TEXTUEL *****************/

#contenuTexte{
	padding:20px 5px 0px 50px;
	width:700px;
}

#contenuTexte h1{
	margin:5px 0 5px 0;
	font-family: "Times New Roman", Times, serif;
	font-size:2em;
	text-align:left;
	width:532px;
	color: #fff;
	border-bottom:1px solid #fff;
  margin-bottom:20px;
}

#contenuTexte h2{
	font-family: "Times New Roman", Times, serif;
	font-size:1.8em;
	text-align:left;
	color: #CC0043;
	width:600px;
  margin-bottom: 10px;
  padding-top:10px;
}

#contenuTexte h3{
	margin:5px 0 5px 0;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
  font-weight: bold;
	text-align:left;
	width:532px;
	color: #fff;
	border-bottom:1px solid #999999;
  margin-top:20px;
}

#contenuTexte p{
	padding-bottom:5px;
	font-size:1.2em;
	text-align:justify;
	color:#fff;
}
#contenuTexte a:link, #contenu a:visited{
	color: #CC0043;
	text-decoration:underline;
}
#contenuTexte a:hover, #contenu a:active{
	color: white;
	text-decoration:underline;
}
#contenuTexte p.couleur, .couleur{
	font-weight:bold;
	color: #999;
}
#contenuTexte p.couleur1, .couleur1{
	color: #FF0264;
  font-size: 14px;
  width: 200px;
}

/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer"></div> apres la div contenu---*/
.clearer
{
	clear: both;
	display: block;
	height: 0px;
	margin-bottom: 0px;
	font-size: 0px;
	line-height: 0px;
}

#contenuTexte2{
/*	padding:20px 5px 0px 50px;*/
	width:800px;
}

#contenuTexte2 h1{
	margin:5px 0 5px 50px;
	font-family: "Times New Roman", Times, serif;
	font-size:2.2em;
	text-align:left;
	width:532px;
	color: #fff;
	border-bottom:1px solid #fff;
  margin-bottom:20px;
}

#contenuTexte2 h3{
	margin:5px 0 5px 50px;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
  font-weight: bold;
	text-align:left;
	width:532px;
	color: #fff;
	border-bottom:1px solid #999999;
  margin-top:20px;
}

#contenuTexte2 p{
	padding-bottom:5px;
	font-size:1.2em;
	text-align:justify;
	color:#fff;
}
#contenuTexte2 p.couleur, .couleur{
	font-weight:bold;
	color: #999;
}
#contenuTexte2 p.couleur1, .couleur1{
	color: #FF0264;
  font-size: 14px;
  width: 200px;
}
/***************** FOOTER *****************/
#footer{
	position:relative;
	margin:0 auto ;
	width:900px;
	height:66px;
	margin: -66px auto 0 auto;
	font:normal 1.1em Arial, Helvetica, sans-serif;
	color: #fff;
	clear:both;
	background: #ff0077 url(../images/charte/footer.jpg) left top no-repeat;
}
#footer #adresse{
	margin-top:10px;
	text-align:left;
}
#footer #txt{
	float:left;
	width:771px;
}
#footer #idep{
	padding-top:15px;
	margin-left: 5px;
}
#footer #idepLiens{
	float:left;
	width:129px;
	height:66px;

}
#footer a {
	font:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #fff;}

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

/* INDEX */

.line{
  background:url(../images/index/line.jpg) no-repeat 0px 6px;
  margin-left:-50px;
  width:100px;
  padding-left:160px;
}


.photo-index{
  position:absolute;z-index:1;margin-left:595px;margin-top:-30px;
}
.box-left{
  float:left;width:320px;
}
.box-center{
  float:left;height:250px;margin-top:76px;
  width: 220px;
}
.box-right{
  float:left;margin-top:64px;margin-left:30px;width:170px;}



.separateur{
  background:url(../images/index/separateur.gif) no-repeat ;
  height:2px;margin-bottom:10px; margin-top:10px;line-height:1px;

}

.globe{
  background:url(../images/index/globe.jpg) no-repeat ;
  height:23px;width:300px;
  padding-left:30px;margin-top:50px;padding-top:3px;
}




/**************** CONTACT  *******************/
.table-contact{
  display:block;
  width:450px;
}

.table-contact-left{
   width:200px;
   float:left;
   display:block;
   height:110px;
   margin-left: 5px;
   margin-top:10px;
   margin-right: 10px;
}

.table-contact-right{
  width:210px;
  float:left;
  display:block;
  height:110px;
  margin-top:10px;
}

.button-contact{
	border:1px solid #ffffff;
	background-color: #FF0077;
	width:65px;
	font-size: 12px;
	cursor:pointer;
  color:white;
}
.buttonOver-contact{
	border:1px solid #ffffff;
	background-color: #AE716C;
  color:white;
	width:65px;
	font-size: 12px;
	cursor:pointer;
}
.input-contact{
  width:120px;
  height: 16px;
  float: left;
}

.table-contact-buttons{
  width:150px;
  float:left;
  padding:0px 0px 0px 160px;
  height: 10px;
}

#frmContact1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:400px;
	height: auto;
}
.contact-message{
   float:left;
   display:inline;
   margin-left:45px;
   height: 124px;
}
.input1{
  width:70px;float:left;display:inline;color:#FFFFFF;
}

.input2 input{
  width:120px; float:left;
  color:#FFFFFF;
}

.input22{
  width:120px; float:left;
  color:#8D1717;background-color:#F78F33;width:123px;height:20px;
}

.input3{
  width:85px; float:left;display:inline;color:#FFFFFF;
}

.message{
  width:430px;float:left;padding-left:4px;display:inline;color:#FFFFFF;
}


.input4 input{
  width:110px; float:left;
  color: #FFFFFF;
}
.inputForm{
	border:1px solid #FFFFFF;
	background-color:#FF0077;
	width:120px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: black;
    height:16px;
	margin-top:2px;
}
.inputFormOver{
	border:1px solid #FFFFFF;
	background-color:#AF3F73;
	width:120px;
	color: black;
	height:16px;
	margin-top:2px;
}
.list-01, .list-02, .list-03 li {
list-style-type: none;
}

.list-01 li{
list-style-type: none;
background:url(../images/formation-ongles/bullet1.jpg) no-repeat 0px 2px;
font-size: 12px;
padding-left:20px;font-weight:bold
}

.list-02 li{
font-size: 12px;
}


.bullet{
  background:url(../images/pose-ongles/bullet.jpg) no-repeat 0px 5px;
/*  margin-left:-50px;*/
  width:150px;
  padding-left:50px;
}
.finger{
  background:url(../images/finger.jpg) no-repeat 115px 3px ;
  font-size: 12px;
  font-family: arial;
}
.finger1{
  background:url(../images/finger.jpg) no-repeat 0px 3px ;
  font-size: 12px;
  font-family: arial;
}
.texte-galerie{
  float:left;width:350px;margin-top:100px;margin-left:30px;text-align:center;
}
.diapo-galerie{
  float:left;margin-top:30px;
}
.box-1{
  border:1px solid #FF0074;height:255px;margin-bottom:0px;position:absolute;z-index:1;margin-top:-270px;margin-left:460px;
}
.box-2{
  width:250px;text-align:center;padding-top:10px;
}

.text-right-formation-ongles{
  width:350px;float:left;margin-left:30px;margin-bottom:10px;
}
.text-left-formation-ongles{
  width:305px;float:left;margin-right:10px;
}
.debutant{
  width:351px;float:right;margin-bottom:10px;
}
.intensif{
  width:330px;float:left;margin-bottom:30px;
}
.professionel{
  float:left;width:310px;margin-right:38px;
}
.pofessionel-right{
  float:left;width:350px;margin-top:60px;
}
.box1-news{
  border-bottom:solid 1px white; margin:5px 5px 5px 0;
}
.box2-news{
  float:left;cursor:pointer;padding:0px;text-align:center;/*height:190px;*/margin-right:50px;
}
.titre-news{
margin-top:5px;
}

.distance{

}


