﻿p
	{ 
		color : rgb(98,98,98); 
		font:  14px Arial, Helvetica;
		text-align: justify;	
padding-left: 50px;		
padding-right: 50px;	
	}
	
	.logo
	{
	height: 150px ;
	width: 150px ;
	float: left;
	
	}
	
	a
	{
	text-decoration: none;
	color : rgb(98,98,98); 
		font: bold 14px Arial, Helvetica;
		text-align: justify;
	}
	
.accueil1
{
text-decoration: none;
}
	h1
	{
		color : rgb(205,182,158);
		
		text-align: center;
		font-style: normal;
		font-weight: normal;
		text-decoration: none;
		font: bold 25px Arial, Helvetica;
	}
	
	h2
	{
		color : rgb(98,98,98);
		
		text-align: justify;
		font: 20px Arial, Helvetica;
		padding-left: 140px;
	font-weight: bold; 	
	}
	
	h3
	{
		color : rgb(98,98,98);
		text-align: center;
		font-style: normal;
		font-weight: normal;
		text-decoration: normal;
		font: 20px Arial, Helvetica;
	}
	
	h4
	{
		color : rgb(98,98,98);
		
		
		
		text-align: center;
		
		
		font: 14px Arial, Helvetica;
	font-weight: bold; 
		}

		em
		{
		color : rgb(45,45,45); 
		font: italic bold 14px Arial, Helvetica;
		text-align: justify;
		}
	body{
		background-color:white;
		color: black;
		
		}
		.indications
{
width: 50%;
height: 100px ;
background: none;

}
		.vertebrales
{
width: 50%;
height: 100px ;
background: none;

}
	section
{
width: 100%;
height: 100px ;
background: none;
display: inline-block;
vertical-align: middle;
}	
	section aside.banniere
	{
	width: 90%;
	float: right;
	height: 100px ;
	background: none;
	display: inline-block;
	vertical-align: middle;
		}

		section aside.accueil
		{
		width: 10%;
	float: left;
	height: 100px ;
	background: none;
	display: inline-block;
	vertical-align: middle;
		}
	.banniere
	{
	float: right;
	margin-left: 75px;
	width: 800px;
	height: 100px;
	display: inline-block;
vertical-align: middle;
	}
	
	.accueil
	{
	position: absolute;
	left: 40px;
	top: 40px;
	float: left;
	width: 5%;
	
        list-style: none;
        background: #111;
        background: -moz-linear-gradient(#444, #111);
        background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
        background: -webkit-linear-gradient(#444, #111);
        background: -o-linear-gradient(#444, #111);
        background: -ms-linear-gradient(#444, #111);
        background: linear-gradient(#444, #111);
        -moz-border-radius: 50px;
        border-radius: 50px;
        -moz-box-shadow: 0 2px 1px #9c9c9c;
        -webkit-box-shadow: 0 2px 1px #9c9c9c;
        box-shadow: 0 2px 1px #9c9c9c;
        height: 25px;
        padding: 0 22px;
        color: #999;
        text-transform: uppercase;
        font: bold 12px/25px Arial, Helvetica;
        text-decoration: none;
        text-shadow: 0 1px 0 #000;
		vertical-align: middle;
		display: inline-block;
		}
		
	section aside:hover > a{
        color: #fafafa;
}

*html section aside a:hover{ /* IE6 */
        color: #fafafa;
}
	
	#menu{
        width: 100%;
        margin: 0;
        padding: 10px 0 0 0;
        list-style: none;
        background: #111;
        background: -moz-linear-gradient(rgb(205,182,158), rgb(205,182,158));
        background: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(205,182,158)),color-stop(1, #444));
        background: -webkit-linear-gradient(rgb(205,182,158), rgb(205,182,158));
        background: -o-linear-gradient(rgb(205,182,158), rgb(205,182,158));
        background: -ms-linear-gradient(rgb(205,182,158), rgb(205,182,158));
        background: linear-gradient(rgb(205,182,158), rgb(205,182,158));
        -moz-border-radius: 50px;
        border-radius: 50px;
        -moz-box-shadow: 0 2px 1px #9c9c9c;
        -webkit-box-shadow: 0 2px 1px #9c9c9c;
        box-shadow: 0 2px 1px #9c9c9c;
}

#menu li{
        float: left;
        padding: 0 0 10px 0;
        position: relative;
}

#menu a{
        float: left;
        height: 25px;
        padding: 0 22px;
        color: rgb(98,98,98);
        text-transform: uppercase;
        font: bold 12px/25px Arial, Helvetica;
        text-decoration: none;
        text-shadow: 0 1px 0 rgb(205,182,158);
}

#menu li:hover > a{
        color: #fafafa;
}

*html #menu li a:hover{ /* IE6 */
        color: #fafafa;
}

#menu li:hover > ul{
        display: block;
}

/* Sous-menu */

#menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: rgb(205,182,158);
    background: rgb(205,182,158);
    background: -moz-linear-gradient(rgb(205,182,158), rgb(205,182,158));
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(205,182,158)),color-stop(1, rgb(205,182,158)));
    background: -webkit-linear-gradient(rgb(205,182,158), rgb(205,182,158));
    background: -o-linear-gradient(rgb(205,182,158), rgb(205,182,158));
    background: -ms-linear-gradient(rgb(205,182,158), rgb(205,182,158));
    background: linear-gradient(rgb(205,182,158), rgb(205,182,158));
    -moz-border-radius: 5px;
 
        -moz-box-shadow: 0 2px 1px #9c9c9c;
        -webkit-box-shadow: 0 2px 1px #9c9c9c;
        box-shadow: 0 2px 1px #9c9c9c;
}

#menu ul li{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    -moz-box-shadow: 0 2px 1px #9c9c9c, 0 2px 1px #9c9c9c;
    -webkit-box-shadow: 0 2px 1px #9c9c9c, 0 2px 1px #9c9c9c;
    box-shadow: 0 2px 1px #9c9c9c, 0 2px 1px #9c9c9c;
}

#menu ul li:last-child{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#menu ul a{
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu ul a{ /* IE6 */
        height: 10px;
        width: 150px;
}

*:first-child+html #menu ul a{ /* IE7 */
        height: 10px;
        width: 150px;
}

#menu ul a:hover{
        background: rgb(98,98,98);
        background: -moz-linear-gradient(rgb(98,98,98),  rgb(98,98,98));
        background: -webkit-gradient(linear, left top, left bottom, from(rgb(98,98,98)), to(rgb(98,98,98)));
        background: -webkit-linear-gradient(rgb(98,98,98),  rgb(98,98,98));
        background: -o-linear-gradient(rgb(98,98,98),  rgb(98,98,98));
        background: -ms-linear-gradient(rgb(98,98,98),  rgb(98,98,98));
        background: linear-gradient(rgb(98,98,98)d,  rgb(98,98,98));
}

#menu ul li:first-child a{
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after{
    border-bottom-color: #04acec;
}

#menu ul li:last-child a{
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Rétablissement du flottement */
#menu:after{
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
}
	section
	{
	float: right;
	width: 100%;
	height: 600px;
	margin-top: 0px;
	text-decoration: none;
	}
	
	section .bouton_article2
	{
	background: rgb(205,182,158);
	overflow: hidden;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    width: 450px;
    height: 60px;
	position: absolute;
	left: 50px;
	top: 290px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	
	}

section .bouton_article2 .sport_et_mal_de_dos
	{
	overflow: hidden;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    width: 150px;
    height: 50px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	text-decoration: none;
	
	}
	.sport_et_mal_de_dos
	{
	text-decoration: none;
	}
	section .bouton_article2 h4
	{
	text-align: center;
	text-decoration: none;
	}
	
	
	section .bouton_article5
	{
	background: rgb(205,182,158);
	overflow: hidden;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    width: 450px;
    height: 60px;
	position: absolute;
	left: 50px;
	top: 390px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	
	}

section .bouton_article5 .etirements
	{
	overflow: hidden;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    width: 150px;
    height: 50px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	text-decoration: none;
	
	}
	.etirements
	{
	text-decoration: none;
	}
	
	section .bouton_article5 h4
	{
	text-align: center;
	text-decoration: none;
	}
	section .bouton_article4
	{
	background: rgb(205,182,158);
	overflow: hidden;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    width: 450px;
    height: 60px;
	position: absolute;
	left: 50px;
	top: 490px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	
	}

section .bouton_article4 .chaud_ou_froid
	{
	overflow: hidden;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    width: 150px;
    height: 50px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	text-decoration: none;
	
	}
	.chaud_ou_froid
	{
	text-decoration: none;
	}
	
	section .bouton_article4 h4
	{
	text-align: center;
	text-decoration: none;
	}
	section .bouton_article1
	{
	background: rgb(205,182,158);
	overflow: hidden;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    width: 450px;
    height: 60px;
	position: absolute;
	left: 50px;
	top: 590px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	
	}

section .bouton_article1 .pdf
	{
	overflow: hidden;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    width: 75px;
    height: 50px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	text-decoration: none;
	
	}
	.pdf
	{
	text-decoration: none;
	}
	
	section .bouton_article1 h4
	{
	text-align: center;
	text-decoration: none;
	}
	
	section .bouton_articlepdf1
	{
	background: rgb(205,182,158);
	overflow: hidden;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    width: 450px;
    height: 60px;
	position: absolute;
	left: 50px;
	top: 290px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	
	}

section .bouton_articlepdf1 .tendon
	{
	overflow: hidden;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    width: 100px;
    height: 50px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	text-decoration: none;
	
	}
	.tendon
	{
	text-decoration: none;
	}
	section .bouton_articlepdf1 h4
	{
	text-align: center;
	text-decoration: none;
	}
	section .bouton_conseils-aux-parents
	{
	background: rgb(205,182,158);
	overflow: hidden;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    width: 450px;
    height: 60px;
	position: absolute;
	left: 50px;
	top: 390px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	
	}

section .bouton_conseils-aux-parents .conseils
	{
	overflow: hidden;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    width: 100px;
    height: 50px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	text-decoration: none;
	
	}
	.conseils
	{
	text-decoration: none;
	}
	section .bouton_conseils-aux-parents h4
	{
	text-align: center;
	text-decoration: none;
	}
	
	section .bouton_youpala
	{
	background: rgb(205,182,158);
	overflow: hidden;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    width: 450px;
    height: 60px;
	position: absolute;
	left: 50px;
	top: 490px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	
	}

section .bouton_youpala .youpala
	{
	overflow: hidden;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    width: 100px;
    height: 50px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	text-decoration: none;
	
	}
	.youpala
	{
	text-decoration: none;
	}
	section .bouton_youpala h4
	{
	text-align: center;
	text-decoration: none;
	}
	section .bouton_sommeil
	{
	background: rgb(205,182,158);
	overflow: hidden;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    width: 450px;
    height: 60px;
	position: absolute;
	left: 50px;
	top: 590px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	
	}

section .bouton_sommeil .sommeil
	{
	overflow: hidden;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    width: 100px;
    height: 50px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	text-decoration: none;
	
	}
	.sommeil
	{
	text-decoration: none;
	}
	section .bouton_sommeil h4
	{
	text-align: center;
	text-decoration: none;
	}
		section .bouton_pleur
	{
	background: rgb(205,182,158);
	overflow: hidden;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    width: 450px;
    height: 60px;
	position: absolute;
	left: 50px;
	top: 690px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	
	}

section .bouton_pleur .pleur
	{
	overflow: hidden;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    width: 100px;
    height: 50px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	text-decoration: none;
	
	}
	.pleur
	{
	text-decoration: none;
	}
	section .bouton_pleur h4
	{
	text-align: center;
	text-decoration: none;
	}
.imageronde
{
overflow:hidden;
    -webkit-border-radius:200px;
    -moz-border-radius:200px;
    border-radius:200px;
    width:400px;
    height:400px;
	float: right;
	margin-left: 20px;
}



article
{
overflow:hidden;
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    border-radius:100px;
    width:200px;
    height:200px;
	background: white;
	
	
	}
	article.infocontact
	{
	color : rgb(98,98,98); 
		font: bold 20px Arial, Helvetica;
		text-align: center;
	margin-top: 70px;
	}
	.sport
	{
	color : rgb(98,98,98); 
		font: bold 20px Arial, Helvetica;
		text-align: center;	}
	:required
	{
	background-color: red;
	}
	
	section .lucie
	{
	
	background: rgb(205,182,158);
	overflow: visible;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    width: 80%;
    height: 450px;
	float: left;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	}
	
	section .lucie .parcours
	{
	
    width: 65%;
    height: 450px;
	float: left;

	display: inline-block;
	vertical-align: top;
	
	
	}
	
	section .lucie .photo_identite
{
overflow: visible;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
	
    border-radius: 200px;
    
	float: right;
	display: block;
width: 200px;
height: 200px;
margin-top: 100px;
margin-right: 50px;	
}

	section .severine
	{
	
	margin-top: 20px;
	background: rgb(205,182,158);
	overflow: visible;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    width: 80%;
    height: 450px;
	float: right;
		display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}  
	section .severine .parcours
	{
	
    width: 65%;
    height: 450px;
	float: right;

	display: inline-block;
	vertical-align: top;
	
	
	}
		section .severine .photo_identite
{
overflow: visible;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
	
    border-radius: 200px;
    
	float: left;
	display: block;
width: 200px;
height: 200px;
margin-top: 100px;
margin-left: 50px;
	
}
		footer
	{
	
	position: absolute;
		top: 1600px;
	}