/* CSS Document */
body {
		background-color:#FFFF99;
	    background-image:url(../images/gradmauvH2pxV1000px.gif);
		background-repeat:repeat-x;
		font-family:Georgia,"Times New Roman", Times, serif;
		color:#666666;
		font-size:17px;
		overflow:-moz-scrollbars-vertical;
		width:100%;
		margin: 0;
		padding: 0;
		
		
}

.Rouge {
		color: red;
}
#Barresup {
	position:absolute;
	top: 0px;
	left: 1px;
	width: 100%;
	height:200px;
	background-color:#CC99FF;
	background-image:url(../images/Scan/banmauve.jpg);
	
	
	
			
}
.Barresupg {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 2;
		width: 15%;
		height: 21%;
		font-size:16px;
		font-weight:bolder;
		padding-left: 7%;
		
		
		
}
a.Logo {
 		position:absolute;
		top:3.5em;
		left:2px;
		background-image:url(../images/Gifs/caduceerose.gif);
		background-repeat:no-repeat;
		margin-left:10px;
		width: 111px;
		height:117px;
		z-index:2;
		display:block;

}
 a.LogoK {
 		position:absolute;
		top:2.4em;
		left: 0.2em;
		text-decoration:none;
		font-size: 1em;
		color:#9933FF;
 }
.Barresupcentre {
		position: absolute;
		font-weight:bold;
		font-size: 1em;
		top: 0px;
		left: 15%;
		width: 733px;
		height: 21%;
		z-index: 2;
}
	a.Banniere{
		position: absolute;
		top:1%;
		left: 5%;
		width: 703px;
		height: 130px;		
		background-image:url(../images/Bannieres/ban.jpg);
		background-repeat:no-repeat;
		z-index: 4;
		display:block;
		border: 5px solid #cccccc;
		-moz-border-radius: 15px;
		
}
	a.Banniere:hover{
		position: absolute;
		top: 1%;
		left: 5%;
		width: 703px;
		height: 130px;		
		background-image:url(../images/Bannieres/ban.jpg);
		background-repeat:no-repeat;
		z-index: 4;
		display:block;
		border: 5px solid #CC99FF;
		
}
	.Kinesthetik {
		
		position: absolute;
		top: 153px;
		left: 3px;
		z-index: 4;
		width: 788px;
		background-image:url(../images/gradientmauve20pxH.png);
		background-repeat:repeat-x;
		color:#6633CC;
		border: 1px solid #ccccCC;
		-moz-border-radius: 15px;
		
}				

.Barresupd {
		position: absolute;
		top: 0px;
		left: 80%;
		width: 20%;
		height: 21%;
		
}
.titrecadred{
	position:absolute;
	top:298px;
	left:62%;
	font-size: 13px;
	color:#6633CC;
	font-weight:bold;
	width: 234px;
}

#menu, #menu ul /* Liste */     
{
        padding : 2px 0 0 0; /* pas de marge intérieure */
        margin : 0% 0% 0% 0%; /* ni extérieure */
		position: absolute;
		top: 180px;
		left: 15.2%;
		width: 797px;
		z-index: 3;
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 1,5em; /* on définit une hauteur pour chaque élément */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
		height:-113px;
}

#menu /* Ensemble du menu */
{ 
        font-weight:bold;/* on met le texte en gras */
        font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
        font-size : 0.8em; /* hauteur du texte : 12 pixels */
		margin : 0% 0% 0% 0%;
}

#menu a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
		padding : 0; /* aucune marge intérieure */
        background-color:#CC99FF;/* couleur de fond */
		
		border: 1px solid #ccccCC; 
		    
        color:#fff; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        width : 110px; /* largeur */
}

#menu li /* Elements des listes */      
{ 
        float : left; 
        /* pour IE qui ne reconnaît pas "transparent" */
        border-right : 1px solid #fff; /* on met une bordure blanche à droite de chaque élément */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li
{
        border-right: 1px solid transparent ; /* on met une bordure transparente à droite de chaque élément */
		
}

#menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
		margin-top: -163px;
        width: 100px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
}


#menu li ul li /* Éléments de sous-listes */
{
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li                
{
        border-top : 1px solid transparent; /* on met une bordure transparente en haut de chaque élément */
}

#menu li ul ul 
{
        margin    : -22px 0 0 0; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-left     : 1px solid #fff ; /* Petite bordure à gauche pour ne pas coller ... */      
}

/* IE ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
html>body #menu li ul ul                
{
        border-left     : 1px solid transparent ; /* on met une bordure transparente sur la gauche de chaque élément */
}
#menu a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: #cc99ff; /* On passe le texte en noir... */
	    background-color:#FFFFff; /* ... et au contraire, le fond en blanc */
		
}
#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
        left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}
.Langues {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	float: left;
	position: absolute;
	top: 1px;
	left: 87%;
	z-index: 4;
}
.Francais {
	list-style-type: none;
	
}
a.FR{ 
	display: block;
	text-decoration:none;
	padding-top: 3px;
    width: 89px;
	height: 30px;
	background-image:url(../images/Boutons/kit3/kit3/b4.gif);
	z-index: 1;
	background-repeat:no-repeat;
}
a.FR:hover {
	display: block;
    width: 89px;
	height: 30px;
	background-image:url(../images/Boutons/kit3/kit3/b10.gif);
	background-repeat:no-repeat;
	z-index: 1;
}
 
.Neerlandais {
	list-style-type:none;

	
}
a.NL{ 
	display: block;
	text-decoration:none;
	padding-top: 3px;
	width: 89px;
	height: 30px;
	background-image:url(../images/Boutons/kit3/kit3/b2.gif);
	background-repeat:no-repeat;
    z-index: 1;
}
a.NL:hover {
	display: block;
    width: 89px;
	height: 30px;
	background-image:url(../images/Boutons/kit3/kit3/b1.gif);
	background-repeat:no-repeat;
	z-index: 1;
}
.Anglais {
	list-style-type: none;
	
	
}
a.EN{ 
	display: none;
	text-decoration:none;
	padding-top: 3px;
    width: 89px;
	height: 30px;
	background-image:url(../images/Boutons/kit3/kit3/b9.gif);
	background-repeat:no-repeat;
	z-index: 1;
}
a.EN:hover {
	display: none;
    width: 89px;
	height: 30px;
	background-image:url(../images/Boutons/kit3/kit3/b3.gif);
	background-repeat:no-repeat;
	z-index: 1;
}



h1 {
	position: absolute;
	top:220px;
	left: 5%;
	width: 73%;
	height:auto;
	font-size: 2em;	
	font-weight: bold;
	color:#6633CC;
	text-align:center;
	padding:1% 1% 1% 1%;
	background-color:#FFFFCC;
	background-image:url(../images/gradmauveinv.png);
	border: 2px solid #CCC;
	-moz-border-radius: 15px 15px 0 0;
	
}

#Contenant {
	position: absolute;
	top: 310px;
	left: 5%;
	width: 75%;
	height:97%;
	border: 1px solid #CCC;
	background-color:#FFF;
	background-image:url(../images/gradmauve100px.jpg);
	background-repeat:repeat-x;
	display:block;
	margin-bottom:10px;
		
}
#Contenu {

	margin: 1% 1% 1% 1%;
	padding:1% 1% 1% 1%;
	text-align:left;
}

h2 {
	font-size: 1.2em;	
	font-weight: bold;
	color:#6633CC;
	text-decoration: underline;	
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	color:#6633CC;
}

h4 {
	font-size:0.8em;
}
h5 {
	font-size: 1.8em;
	color:#6633CC;
}

#FAQ {
	color:#6633CC;
	font-size: 1.1em;
	text-align:center;
	border:2px solid #CC99FF;
	-moz-border-radius: 15px;
	margin-left:10%;
	width:80%;
	background-color:#FFFFCC;
}
.FAQit {
	color:#6633CC;
	font-style:italic;
	font-size: 0.8em;
}
#PetitFAQ {
	}
.FAQ {
	color:#6633CC;
	font-size: 0.9em;
	font-style:italic;
	font-weight:normal;
	width:1%;
	text-decoration:none;
	display:block;
	z-index:5;
	padding: 0px 5px 5px 0px;
		
}
.FAQ:hover {
	color:#663366;
	font-size: 0.9em;
	font-style:italic;
	font-weight:normal;
	text-decoration:underline;	
}
.TitreFAQ {
	margin-top: 2%;
	font-size: 1.5em;
	font-weight: bold;
	background-color:#CCCCCC;
	background-image:url(../images/Scan/mauvefaq.jpg);
	-moz-border-radius: 0px 0px 15px 15px;
	border: 2px solid #CC99FF;
	
}
.retourtop {
	float:right;
	color:#CC66FF;
	font-size:0.8em;
	font-weight:bold;
}
.retourtop:hover {
	float:right;
	color:#CC3366;
	font-size:0.8em;
	font-weight:bold;
}

.QFAQ {
	text-decoration:none;
	color:#6633CC;
	
}
.QFAQ:hover {
	text-decoration:underline;
	color:#663333;
	
}
#PetitPrix {
	position:absolute;
	width:31px;
	left:94%;
	padding-top:0.2%;
	z-index:10;
	text-decoration:none;
	height: 27px;
	background-image:url(../images/Gifs/gif_symbole007.gif);
	background-repeat:no-repeat;
	
	}

.cadreFAQ {
	border: 1px solid #CC99FF;
	padding-left:6px;
	background-color:#CCCCCC;
	background-image:url(../images/Scan/mauvefaq.jpg);
	text-align: center;
	-moz-border-radius: 15px;
}

.grassimple {
	
	color:#6633CC;
}
.gras {
	font-weight:bold;
	text-align:center;
}
.grasg {
	font-weight:bold;
	text-align:left;
}

.centrer {
	text-align:center;
}
.italic {
	font-style:italic;
	list-style-type:circle;
	
}
.schemas {
	width:223px;
	height:212px;
	border: 2px solid #CC99FF;
}
.poilsblancs {
	width:222px;
	height:100px;
	border: 2px solid #CC99FF;
}
.poilsblancs:hover {
	width:222px;
	height:100px;
	border: 2px solid #FFCCFF;
}

.photostxt:hover {
	border: 2px solid #F6633CC;
}
.cadrecontreindic {
	width:100%;
	height:auto;
	border: 2px solid #CC99FF;
	text-align:center;
}
th.contrindic {
	border: 2px solid #CC99FF;
	background-color:#CCCCFF;
}
.tableau {
	border: 1px solid #CC99FF;
}

.liens {
	color:#CC66FF;
	font-weight:bold;
}
.liens:hover {
	color:#CC99FF;
	font-weight:bold;
}
.remarque1 {
	font-style:italic;
	font-size: 0.9em;
	width:100%;
	text-align:right;
	color:#6633CC;
}
.siinternetexplorer {
	color:#666666;
	font-size: 0.8em;
	text-align:center;
}
.remarque2 {
	font-style:italic;
	font-size:0.9em;
	border: 1px solid #CC99FF;
	background-color:#999999;
	
	
}
.communes {
	position:relative;
	left:20%;
	width:60%;
	height:auto;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	margin: 0% 0 2% 0;
	background-color:#CCCCCC;
	
	
}
.baspge {color:#666;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	width:auto;
	height:auto;
	
}
.baspge:hover {color:#333;
font-weight:300;} 
.section{
	padding: 1.4em 0 3.2em 0;
	overflow: auto;
	width: 100%;
	}
.ptitephoto {
	position: relative;
	padding: 3px 3px 8px 3px;
	background-color:#cccccc;
	border: 2px solid #666;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
		}
