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

/*ensemble*/
#ensemble {
width:570px;
padding:0;
margin:40px auto;
}

p {
margin:0;
padding:0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
line-height:20px;
}

ul {
margin:0;
padding:0;
list-style:none;
}

a {
color:#333333;
}

a:hover {
color:#FF3366;
}


/*Styles*/
#haut {
float:left;
width:570px;
height:17px;
background-image:url(img/flouHaut.png);
background-repeat:no-repeat;
background-position:left top;
}
#coteGauche {
float:left;
width:11px;
height:500px;
background-image:url(img/coteGauche.png);
background-position:top left;
background-repeat:repeat;
}

#contenu {
float:left;
margin:0;
width:543px;
height:500px;
}
#coteDroit {
float:left;
width:14px;
height:500px;
background-image:url(img/coteDroit.png);
background-position:top left;
background-repeat:repeat;
}

#bas {
float:left;
width:570px;
height:17px;
background-image:url(img/flouBas.png);
background-position:top left;
background-repeat:no-repeat;
}
.separation {
clear:both;
visibility:hidden;
}

#contour {
width:510px;
margin:20px auto;
}

#logo {
width:132px;
height:132px;
margin-bottom:30px;
background-image:url(img/logo.jpg);
background-repeat:no-repeat;
}

.encadre {
margin:10px 0;
padding:5px 5px 5px 10px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#000000;
line-height:20px;
}

#footer {
margin-top:30px;
font-style:italic;
line-height:normal;
color:#FF3366;
}

#lien {
margin:10px 0 0 26px;
}

/*INPUT { color: #000; font-size: 11px; font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #EEEEEE }
SELECT { color: #000; font-size: 11px; font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #EEEEEE }
TEXTAREA { color: #000; font-size: 11px; font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #EEEEEE }
.txterror { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.txtform { color: black; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }*/

