/* Let no border around the body appear, and set
   it to display on a white background */
body, html {
    margin: 0px;
    padding: 0px;
}

/* Font settings for page elements */
body, ul, td, th, p, h1, h2, h3, h4, input, textarea, select {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
}

p
{
    text-align: justify;
}


A:visited, A:link, A:hover, A:active
{
        color:#000000;
        text-decoration:none;
        font-weight:bold;
}

.page_bleu {
    margin: 0px;
    padding: 0px;
    background-color: rgb(114,149,197);
}
.page_bleuneige {
    margin: 0px;
    padding: 0px;
    background-color: rgb(114,174,191);
}
.page_rouge {
    margin: 0px;
    padding: 0px;
    background-color: rgb(191,18,49);
}
.page_rougebulle {
    margin: 0px;
    padding: 0px;
    background-color: rgb(191,18,49);
}
.page_jaune {
    margin: 0px;
    padding: 0px;
    background-color: rgb(239,205,27);
}
.page_turquoise {
    margin: 0px;
    padding: 0px;
    background-color: rgb(95,175,174);
}
.page_mauve {
    margin: 0px;
    padding: 0px;
    background-color: rgb(106,79,153);
}
.page_blanc {
    margin: 0px;
    padding: 0px;
    background-color: rgb(255,255,255);
}

.newsletter
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
}

.footer
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
}

.contenu {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    background-color: rgb(255,255,255);
    padding: 15px;
}



.pagetitle
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
}

.publicite
{
     border: thin dotted #ff9a4a;
}

.publicitequoideneuf
{
     border: thin dotted #525184;
}

.listedesediteurs
{
     background-color: #eeeeee;
     border: thin dotted #cccccc;
}

.bloc_left
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    text-align: justify;
    margin-right: 70px;
}

.bloc_right
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    text-align: justify;
    margin-left: 70px;
}

.bloc_center
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
}

.jeux {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    background-color: rgb(255,255,255);

}

.clubliencadre
{    
	background-color: #eeeeee;
    border: thin dotted #cccccc;
 	margin: 25px;
}

.clubpourquoi
{    
	background-color: #eeeeee;
    border: thin dotted #cccccc;
	margin: 25px;
}

.bdtxt
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
	color: rgb(239,205,27);
}