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

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#898985;
font-size:12px;
}

strong {
font-weight:bold;
}

h1 
{ 
color:#67BACB;
font-weight:bold;
font-size:16px;
text-align:center;
}

h2 
{ 
color:#67BACB;
font-weight:bold;
font-size:13px;
padding-bottom:7px;
text-align:left;
}

a {
color:#A7B940;
text-decoration:underline;
}

a:hover
{
color:#A7B940;
text-decoration:none;
}


img
{
border:0;
}

ul li
{
list-style-image:url(images/puce.jpg);
text-align:justify;
list-style-position:outside;
margin-left:-15px;
margin-bottom:7px;
}

.clear
{
clear:both;
}


#contenu {
position: absolute;
width:990px;
margin-left: -495px; /* moitie de width */
left: 50%;           /* constant, toujours 50% */
height: 600px;       /* selon la quantite de texte */
   margin-top: -300px;   /* moitie de height */
   top: 50%;
   background-image:url(images/fond.jpg);
   background-repeat:no-repeat;
   background-position:top left;

}

#logo1
{
padding-top:11px;
padding-left:11px;
float:left;
text-align:left;
width:137px;
height:128px;
padding-bottom:10px;
}

#irene 
{
float:left;
padding-top:10px;
margin-left:60px;
text-align:center;
width:622px;
height:128px;
padding-bottom:10px;
}

#contenu-texte
{
padding-right:22px;
padding-left:22px;

}

.contenu-gauche
{
float:left;
width:460px;
height:420px;
margin-right:60px;
padding-bottom:10px;
}

.contenu-droite
{
float:left;
width:420px;
height:420px;
padding-bottom:10px;
}

.lien
{
text-align:center;
font-size:13px;
}

/* FORMULAIRE*/

form#formulaire p {
text-align: left;
}

form#formulaire fieldset {
border: 0;
padding:5px;
width:440px;
}

form#formulaire p.t-droite {
text-align: right;
line-height:20px;
}

form#formulaire p.t-gauche {
text-align: left;
line-height:20px;
}

form#formulaire input {
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding:1px;
}

.champ_text {
width:180px;
}

.case {
width:30px;
}

.case-moyen {
width:50px;
}

form#formulaire textarea {
width: 70%;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding:1px;
}

form#formulaire p.boutonenregistrement {
clear: both;
}

/*fieldset {border:1px solid #000000;color:#000000;padding:2px;}*/

legend {
font-weight:bold;
color:#67BACB;
}

.petit {
font-size:10px;
}











