/* Balises */

a {
    color: #E00072;
    text-decoration: none;
}

body {
    background-color: #C7C7C7;
    font-family: Arial;
    font-size: 12px;
    margin: 1px;
}

h1 {
    font-size: 14px;
    margin: 0px 0px 2px 0px;
}

h1 a {
    color: #000000;
}

strong span {
    color: #E00071;
}


/* Classes */

.AnneeDepliee {
    list-style-image: url('images/FlecheBas.gif');
}

#Cadre {
    text-align: left;
    width: 610px;
}

#Archives {
    background-color: #FFFFFF;
    background-image: url('images/OmbreDroite.jpg');
    background-position: top right;
    background-repeat: no-repeat;
    padding: 0px 15px 15px 15px;
}

#Archives ul {
    list-style-image: url('images/FlecheDroite.gif');
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 17px;
}

#Archives li {
    margin-top: 10px;
}

#Archives ul.detail-annee, #Archives ul.detail-annee li{margin:0;list-style:none;}

#DernieresQuestions {
    background-color: #FFFFFF;
    background-image: url('images/OmbreDroite.jpg');
    background-position: top right;
    background-repeat: no-repeat;
    padding: 0px 15px 15px 15px;
    width: 238px;
}

#DernieresQuestions ul {
    list-style-image: url('images/PuceRose.gif');
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 17px;
}

#DernieresQuestions li {
    margin-top: 10px;
}

.Puce {
    margin-right: 3px;
    vertical-align: middle;
}

.SautDeLigne {
    clear: both;
    font-size: 1px;
    height: 1px;
}

#Sondage {
    background-color: #FC8CC5;
/*    background-image: url('images/Hachures.jpg');
    background-repeat: repeat-y;
*/
	background-image: url('images/Hachures.gif');
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
/*    width: 308px;
*/
	width: 570px;
}

#Sondage .Pourcentage {
    background-color: #E00071;
    float: left;
    font-size: 1px;
    height: 15px;
    margin-right: 5px;
}

form{
	width: 300px;
	margin-top: 15px;
}