@charset "utf-8";
/* CSS Document */

/* Normalise les marges et les remplissage */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin:0; padding:0;}

/* Normalise les tailles de polices pour les en-têtes */
h1, h2, h3, h4, h5, h6
{font-size:100%;}

/* Suprime list-style pour les listes */
ol, ul 
{ list-style:none;}

/* Normalise les styles et graisses de fontes 
address, caption, cite, code, dfn, em, strong, th, var
{font-style:normal; font-weight:normal;}
*/
/* supprime les bordures dans les tableaux */
table
{border-collapse:collapse; border-spacing:0;}

/* supprime les bordures dans les elements fieldset et img */
fieldset, img
{ border:0;}

/* aligne le texte à gauche dans caption et th */
caption, th
{text-align:left;} 



html
{
	background-color:#CCCCCC;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
}

body 
{
	width:1020px;
	margin:10px auto;
	text-align:left;	
}

#header
{
	width:1020px;
	height:128px;
	background:url(imagenes/TOP.jpg) 0 0 no-repeat;
}

#header h1, #header h2
{
	text-indent:-999999px;
}

/*
	MENU

*/

ul#navlist
{

	width:923px;
	height:22px;
	margin:70px 0 0 34px;
	position:relative;
}

/*
	cahque lien est positionne en valeur absolu ppar rapport a navlist
*/
li#historia 
{
	position:absolute;
	top:0;
	left:0;
	width:80px;
	height:22px;
}

li#metodo
{
	position:absolute;
	top:0;
	left:100px;
	width:80px;
	height:22px;
}

li#estudio
{
	position:absolute;
	top:0;
	left:200px;
	width:80px;
	height:22px;
}

li#profesores
{
	position:absolute;
	top:0;
	left:310px;
	width:80px;
	height:22px;
}

li#tarifas
{
	position:absolute;
	top:0;
	left:430px;
	width:80px;
	height:22px;
}

li#ubicacion
{
	position:absolute;
	top:0;
	left:530px;
	width:80px;
	height:22px;
}

li#contacto
{
	position:absolute;
	top:0;
	left:635px;
	width:80px;
	height:22px;
}

li#novedad
{
	position:absolute;
	top:0;
	left:745px;
	width:80px;
	height:22px;
}

li#estetica
{
	position:absolute;
	top:0;
	left:830px;
	width:80px;
	height:22px;
}

ul#navlist li a, ul#navlist li a:visited
{
	display:block;
	float:left;
	width:80px;
	height:22px;
	margin-right:10px;
}

ul#navlist li a span
{
	display:none
}

/*
	=======================================================

*/


/*
	Page Accueil 1 page contact
*/

#blocUniqueCentre
{
	width:1020px;
	height:470px;
	background:url(imagenes/index_bg2.jpg) bottom left no-repeat;
	position:relative;
	text-align:center;
}

#blocUniqueCentre img
{
	position:absolute;
	top:70px;
	left:350px;
}


#blocIntermediaire
{
	width:1020px;
	height:11px;
	background:url(imagenes/bg_tabla_1.jpg) 0 0 no-repeat;
}

#margeGauche
{
	float:left;
	width:117px;
	height:411px;
	background:url(imagenes/bg_tabla_2.jpg) 0 0 no-repeat;
	margin:0;
}

#bloctexte
{
	float:left;
	width:379px;
	height:411px;
	background:url(imagenes/bg_texte.jpg) 0 0 no-repeat;
	margin:0;
}

#bloctexte h2, #blocTexteDroite h2
{
	margin:20px 10px 10px 20px
}

#bloctexte p, #blocTexteDroite p
{
	margin:10px 10px 10px 20px;
	line-height:120%;
	text-align:justify;
}


#bloctexte ul
{
	margin:40px;
}

#bloctexte ul li
{
	font-weight:bold;
	list-style-type:square;
	font-size:1.1em;
	margin:10px 0 10px 0;
}

#bloctexte ul li a
{
	text-decoration:none;
	color:#FF6600;
}

#bloctexte ul li a:hover
{
	text-decoration:underline;
}


#blocinterCentre
{
	float:left;
	width:14px;
	height:411px;
	background:url(imagenes/bg_tabla_4.jpg) 0 0 no-repeat;
}

#blocImg, #blocTexteDroite
{
	float:left;
	width:376px;
	height:411px;
	background:;
	margin:0;	
}

#blocTexteDroite
{
	background:url(imagenes/bg_tabla_5.jpg) 0 0 no-repeat;	
}

#blocTexteDroite img
{
	margin:70px 30px;
}

#blocDroite
{
	float:left;
	width:134px;
	height:411px;
	background:url(imagenes/bg_tabla_6.jpg) 0 0 no-repeat;
}

#footer
{
	clear:both;
	width:1020px;
	height:48px;
	background:url(imagenes/bg_tabla_7.jpg) 0 0 no-repeat;
	text-align:center;
}

#footer p
{
	margin-bottom:20px;
}



