body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #000;
    background-color: #fff;
}

.page {
	text-align: left;
	width: 100%;
	margin: 0;
	position: relative;
	background-color: #FFF;
	border: 0;
	padding: 0;
}

/* ====================================================================
MENU GAUCHE
-------------------------------------------------------------------- */

.menulogo {
    position: absolute;
    top: 12px;
    left: 22px;
    width: 54px;
    height: 44px;
    background-color: #FFF;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.menugauche {
    position: absolute;
    top: 56px;
    left: 12px;
    width: 98px;
    height: auto;
    background-color: #EFEFEF;
	border: 1px dashed #999;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: 110%;
}

.bouton {
    font-size: 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #EFEFEF;
    border-width: 0;
    padding: 3px 1px 3px 10px;
    margin: 2px 0px 2px 2px;
}

.bouton a {
    color: #666; 
    text-decoration: none; 
    font-weight: normal; 
    font-size: 14px; 
    background: transparent;
}

.bouton a:visited {
    color: #666; 
    text-decoration: none;
    font-weight: normal; 
    font-size: 14px; 
    background: transparent;
}

.bouton a:hover { 
    color: #00F; 
    text-decoration: underline; 
    font-weight: normal; 
    font-size: 14px; 
    background: transparent;
}


/* ====================================================================
CONTENU
-------------------------------------------------------------------- */

.contenu {
    margin: 0 20px 0 134px;
    background-color: #FFF;
    padding: 8px 0 0 0;
}

h2 {
	position: relative;
	color: #900;
	margin-top: 14px;
	margin-bottom: 2px;
	margin-left: 1px;
    font: 25px Georgia, serif;
	border-bottom: 1px dashed #CCC;
	width: 75%;
}

p {
	font:12px/22px verdana, arial, helvetica, sans-serif;
	margin: 0px 0px 16px 0px;
	padding: 0px;
}

.contenu a {
    text-decoration: none;
    color: #900;
    font-size: 12px;
    font-weight: 800;
    background: transparent;
}

.contenu a:visited {
    text-decoration: none;
    color: #900;
    font-size: 12px;
    font-weight: 800;
    background: transparent;
}

.contenu a:hover {
    text-decoration: underline;
    color: #00F;
    font-size: 12px;
    font-weight: 800;
    background: transparent;
}

/* ====================================================================
ENCADRE
-------------------------------------------------------------------- */

.encadre {
    width: 35%;
    float: right;
    margin: 6px 30px 25px 35px;
    padding: 16px 16px 0px 16px;
    background-color: #F0F0F0;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
	border-left: 6px solid #CCC;
	border-right: 6px solid #CCC;
}

.texteencadre {
	font:12px/22px verdana, arial, helvetica, sans-serif;
	margin: 0px 0px 16px 0px;
	padding: 0px;
	color: #333
}

.texteencadre a {
    text-decoration: none;
    color: #900;
    font-size: 12px;
    font-weight: 800;
    background: transparent;
}

.texteencadre a:visited {
    text-decoration: none;
    color: #900;
    font-size: 12px;
    font-weight: 800;
    background: transparent;
}

.texteencadre a:hover {
    text-decoration: none;
    color: #00F;
    font-size: 12px;
    font-weight: 800;
    background: transparent;
}

/* ====================================================================
A3 et ANYYAN
-------------------------------------------------------------------- */

#a3anyyan {
	position: relative;
	position: center;
    width: 460px;
	height: 68px;
	margin: 30px 60px 30px 60px;
	clear: both;
	background: #DDD;
    border: 1px solid #009;
}

#a3anyyan ul, #a3anyyan li {
	margin: 0;
	padding: 2px 0px 0px 0px;
	list-style-type: none;
	}

#a3anyyan ul {
	position: absolute;
	height: 68px;
	width: 460px;
	left: 60px;
}

#a3anyyan li {
    float: left;
}

#a3anyyan li a {
    display: block;  /* mise en block de <a> pour lui donner des dimensions */
    height: 68px;
    width: 400px;
    color: #009;
    font: 19px/29px verdana, arial, helvetica, sans-serif;
    text-decoration: none;
    text-align: left;
}

#a3anyyan a:hover {
    color: #090;
    background: transparent;
    text-decoration: underline;
}


/* ====================================================================
PIEDS = PIEDHAUT + PIEDBAS
-------------------------------------------------------------------- */

.pieds {
    position: relative; 
    margin: 0px 0px 0px 0px;
    padding: 3px 20px 3px 20px;
    background-color: #FFF;
}

.fontdouze {
	font:12px/22px verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}	

.fontdouze a {
    text-decoration: none;
    color: #900;
    font-size: 12px;
    font-weight: normal;
    background: transparent;
}

.fontdouze a:visited {
    text-decoration: none;
    color: #900;
    font-size: 12px;
    font-weight: normal;
    background: transparent;
}

.fontdouze a:hover {
    text-decoration: underline;
    color: #00F;
    font-size:12px;
    font-weight: normal;
    background: transparent;
}


/* ====================================================================
COPYRIGHT
-------------------------------------------------------------------- */

.copyright {
    position: relative; 
    margin: 0px 0px 0px 0px;
    padding: 2px 3px 2px 3px;
    background-color: #FFF;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}



