@charset "utf-8";
    /* CSS Document */
* {
    margin:0;
    padding:0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
}

body {
    background-color: #00C;
}

#principale {
    margin: 0 auto;
    width: 800px;
    background-color: #fff;
}

#banniere {
    height: 150px;
    width: 800px;
}

#bouton {
    height: 36px;
    width: 800px;
}

#ContenuGeneral {
	position:relative;
	width: 800px;
	background-color: #fff;
	height:645px;
}

div.ContenuGeneralGauche {
    width: 400px;
    float: left;
}

div.ContenuGeneralGauche h1{
	font-size:18px;
	
}

div.ContenuGeneralGauche h2{
    font-size:12px;
}


div.ContenuGeneralGauche ul{
    margin-left: 16px;
    padding-left: 1em;
    list-style-position: outside;
    list-style-image: none;
    list-style-type: square;
}

#clinique {
    margin-top:10px;
	margin-left: 16px;
    position:relative;
    height:330px;
}
#Chat {
    margin-top:10px;
	margin-left: 16px;
    position:relative;
    
}

#map img {border:1px solid #000;}
#clinique img {
    margin-left:24px;
	border:solid 4px #333333;
}

#instruction {
    text-align:left;
}

#fauteuil img{
    position:relative;
    margin-bottom:10px;
}

div.ContenuGeneralDroite {
    display:block;
    width: 393px;
    float:right;
    text-align: center;
    border-left: thin solid #000;
}

div.separateur {
    margin: 15px 30px 0 30px;
    width:90%;
}

.ContenuGeneralGauche p, .ContenuGeneralDroite p {
    margin-top: 10px;
    margin-right: 12px;
    margin-bottom: 6px;
    margin-left: 12px;
}

.ContenuGeneralGauche h1, .ContenuGeneralDroite h1{
    font-size: 15px;
    color: #1E1669;
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 35px;
    text-align: center;
}

.ContenuGeneralGauche h2, .ContenuGeneralDroite h2{
    font-size: 12px;
    color: #1E1669;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 12px;
}

#baspage {
    height: 150px;
    width: 800px;
    bottom: auto;
    clear:both;
}

#boutonBas {
    height: 36px;
    width: 800px;
    bottom: auto;
}

#pagetitre {
    font-size: 36px;
    text-align: center;
    border-top-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #000;
}
/*  Début Balise pour les liens de traduction de page   */   
p.langue {display:block;width:100%;text-align:center;
background:#00094E;padding-top:10px;}
p.langue a{color:#fff;font-size:10px; text-decoration:none; padding:0 20px;}
/*  Fin Balise pour les liens de traduction de page   */   
