#page {
	width: 963px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#banniere {
	height: 218px;
	width: 963px;
	background-image: url(img/banniere.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	cursor:pointer;
}
#menu_liste, #menu_liste ul /* Liste */ 
 {
    margin : 0;
    list-style : none; /* on supprime le style par défaut de la liste */
    line-height : 21px; /* on définit une hauteur pour chaque élément */
    text-align : center; /* on centre le texte qui se trouve dans la liste */		
}
#menu /* Ensemble du menu */
{
    font-weight : bold; /* on met le texte en gras */
    font-size : 15px; /* hauteur du texte : 12 pixels */
	height: 38px;
	width: 1022px;
	color: #FFF;
	background-image: url(img/menu.png);
	background-repeat: no-repeat;
	text-align: center;
	margin: 0;
	padding: 0;
}
#menu_droit {
	background-image: url(img/menu_droit.png);
	width: 70px;
	height: 71px;
	float: right;
	margin-top: -29px;
}
#menu_gauche {
	background-image: url(img/menu_gauche.png);
	width: 63px;
	height: 67px;
	float: left;
	margin-top: -17px;
	margin-left: -50px;
}
#menu a {
	display : block;
	background-repeat: no-repeat;
	color: #EBC6CD;
	text-decoration : none;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
}
#menu li { 
    float : left;   
}
#menu li ul /* Sous-listes */{ 
        position: absolute;
        width: 144px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
}
#menu li ul li /* Éléments de sous-listes */{
	padding-left: 2.5px;
	background-image: url(img/sous_menu.png); 
	background-repeat: no-repeat;  
}
#menu li ul ul {
        margin    : -22px 0 0 144px ; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */      
}

#menu .titre_1 {
	padding-left: 8px;
	margin-left: -23px;
	margin-top: 5px;
	width: 65px;
	margin-right: 20px;
}
#menu .titre_2 {
	padding-left: 5px;
	padding-top:0px;
	margin-top: 5px;
	width: 137px;
	margin-right: 20px;
}
#menu .titre_3 {
	padding-left: 5px;
	margin-top: 5px;
	width: 142px;
	margin-right: 15px;
}
#menu .titre_4 {
	padding-left: 15px;
	margin-top: 5px;
	width: 35px;
	margin-right: 25px;
}
#menu .titre_5 {
	padding-left: 15px;
	margin-top: 5px;
	width: 70px;
	margin-right: 20px;
}
#menu .titre_6 {
	padding-left: 15px;
	margin-top: 5px;
	width: 79px;
	margin-right: 20px;
}
#menu .titre_7 {
	padding-left: 15px;
	margin-top: 5px;
	width: 52px;
	margin-right: 25px;
}
#menu .titre_8{
	margin-top: 5.5px;
	width: 130px;
}
#menu .la_casa {
	width: 144px;
	margin-left : -75px;
}
#menu .espace_voyages {
	width: 144px;
	margin-left : -50px;
	margin-bottom: 0px;
}
#menu .espace_vie {
	width: 144px;
	margin-left : -75px;
}
#menu .espace_reflexion {
	width: 144px;
	margin-left : -80px;
	margin-bottom: 0px;
}
#menu li ul li:hover /* Elements des listes */{
	background-image: url(img/sous_menu.png);
}
#menu ul li ul li a:hover /* Lorsque la souris passe sur un des liens */    {
	background-position: left center;
	background-image:  url(img/bullet_go.png);
	margin-left: 11px;
	font-size : 15px;
}
#menu ul li ul li a.new:hover /* Lorsque la souris passe sur un des liens */    {
	background-position: left center;
	background-image:  url(img/bullet_go.png);
	margin-left: 10px;
	font-size : 15px;
}
#menu ul li ul li a.new /* Lorsque la souris passe sur un des liens */    {
	background-position: left center;
	background-image:  url(img/new_small.png);
	background-repeat: no-repeat; 
	margin-left: 10px;
	padding-left:9px;
}
#menu ul li a:hover {
	font-size : 16px;
}
#menu ul li.titre_1:hover {
	background-image: url(img/bullet_star_turquoise.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu ul li.titre_1 a:hover {
	color: #4be4ff;
}
#menu ul li.titre_2 a:hover {
	color: #29ff39;
}
#menu ul li.titre_3 a:hover {
	color: #ffa013;
}
#menu ul li.titre_4 a:hover {
	color: #69f34b;
}
#menu ul li.titre_5 a:hover {
	color: #fe42b2;
}
#menu ul li.titre_6 a:hover {
	color: #5493cc;
}
#menu ul li.titre_7 a:hover {
	color: #f4c02a;
}
#menu ul li.titre_2:hover {
	background-image: url(img/bullet_star_vert_fluo.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu ul li.titre_3:hover {
	background-image: url(img/bullet_star_orange.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu ul li.titre_4:hover {
	background-image: url(img/bullet_star_vert.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu ul li.titre_5:hover {
	background-image: url(img/bullet_star_rose.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu ul li.titre_6:hover {
	background-image: url(img/bullet_star_blue.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu ul li.titre_7:hover {
	background-image: url(img/bullet_star.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */{
	left: -999em;
}
#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */{
    left: auto; /* Repositionnement normal */
    min-height: 0; /* Corrige un bug sous IE */
}
#colonne_gauche {
	float: left;
	width: 208px;
margin-left: -13px;	
}
#gauche_haut_1, #gauche_haut_2, #gauche_haut_3, #gauche_haut_4, #gauche_haut_5 {
	background-image: url(img/gauche_haut.png);
	float: left;
	height: 50px;
	width: 208px;
}
#gauche_1, #gauche_2, #gauche_3, #gauche_4, #gauche_5 {
	float: left;
	height: auto;
	width: 208px;
	background-image: url(img/gauche_milieu.png);
}
#gauche_1 ul, #gauche_2 ul, #gauche_3 ul, #gauche_4 ul, #gauche_5 ul {
	list-style-type: none;
}
#gauche_1 .ancien, #gauche_2 .ancien, #gauche_3 .ancien, #gauche_4 .ancien, #gauche_5 .ancien {
	list-style-type: none;
	list-style-image: none;
	margin-left: -30px;
	font-weight: bold;
	padding-top: 5px;
	width: 170px;
}
#gauche_1 label, #gauche_2 label, #gauche_3 label, #gauche_4 label, #gauche_5 label {
	text-decoration: none;
	text-align: center;
	color: #333;
	font-size: 14px;
}
#gauche_1 .nouveau, #gauche_2 .nouveau, #gauche_3 .nouveau, #gauche_4 .nouveau, #gauche_5 .nouveau {
	list-style-image: url(img/new.gif);
	font-weight: bold;
	padding-top: 5px;
	margin-left: 0px;
}
#gauche_1 .ancien_blog, #gauche_2 .ancien_blog, #gauche_3 .ancien_blog, #gauche_4 .ancien_blog, #gauche_5 .ancien_blog {
	list-style-type: none;
	list-style-image: none;
	margin-left: -32px;
	font-weight: bold;
	padding-top: 5px;
}
#gauche_1 .txt_defil , #gauche_2 .txt_defil , #gauche_3 .txt_defil , #gauche_4 .txt_defil, #gauche_5 .txt_defil {
	color: #000000;
}
#gauche_1 .nouveau_blog, #gauche_2 .nouveau_blog, #gauche_3 .nouveau_blog, #gauche_4 .nouveau_blog, #gauche_5 .nouveau_blog {
	list-style-image: url(img/new.gif);
	font-weight: bold;
	padding-top: 5px;
	margin-left: 3px;
}
#gauche_1 ul li a, #gauche_2 ul li a, #gauche_3 ul li a, #gauche_4 ul li a, #gauche_5 ul li a {
	text-decoration: none;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	display: block;
	font-size: 14px;
}
#gauche_1 .alerte, #gauche_2 .alerte, #gauche_3 .alerte, #gauche_4 .alerte, #gauche_5 .alerte {
	text-decoration: none;
	color: #FFDF00;
	display: block;
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#gauche_1 ul li a:hover, #gauche_2 ul li a:hover, #gauche_3 ul li a:hover, #gauche_4 ul li a:hover, #gauche_5 ul li a:hover {
	color: #FFDF00;
}
#gauche_1 .connectes, #gauche_2 .connectes, #gauche_3 .connectes, #gauche_4 .connectes, #gauche_5 .connectes {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-left: 9px;
	margin-right: 15px;
	font-variant: small-caps;
}
#gauche_1 a , #gauche_2 a , #gauche_3 a , #gauche_4 a, #gauche_5 a {
	text-decoration: none;
	text-align: center;
	color: #222;
	font-size: 14px;
	font-style: italic;
	font-variant: small-caps;
}
#gauche_1 img, #gauche_2 img, #gauche_3 img, #gauche_4 img, #gauche_5 img {
	text-decoration: none;
}
#photo_jour {
	border: 3px solid white;
	margin-left: -3px;
		-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}
.cadre_modules {
	border:#de98a2 1px solid;
	background:#c35264;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	width: 176px;
	margin-left: 11px;
	margin-top: -10px;
	padding-top: 3px;
}
#gauche_1 .titre , #gauche_2 .titre , #gauche_3 .titre , #gauche_4 .titre, #gauche_5 .titre {
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	border: none;
	padding-right: 3px;
	font-variant: small-caps;
}
#gauche_1 .titre_2 , #gauche_2 .titre_2 , #gauche_3 .titre_2 , #gauche_4 .titre_2, #gauche_5 .titre_2 {
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	border: none;
	padding-top: 4.5px;
	margin-left: -2px;
	font-variant: small-caps;
}
#gauche_1 input , #gauche_2 input , #gauche_3 input , #gauche_4 input, #gauche_5 input {
	border-color: black;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	-moz-border-radius: 3em;
	-webkit-border-radius: 3em;
	
}
#gauche_1 form, #gauche_2 form, #gauche_3 form, #gauche_4 form, #gauche_5 form {
	text-align: center;
	margin-left: 10px;
	margin-right: 17px;
}
#gauche_1 p, #gauche_2 p, #gauche_3 p, #gauche_4 p , #gauche_5 p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 6px;
	color: #EBC6CD;
}
#gauche_bas_1, #gauche_bas_2, #gauche_bas_3, #gauche_bas_4, #gauche_bas_5 {
	background-image: url(img/gauche_bas.png);
	height: 22px;
	width: 208px;
	float: left;
}
#colonne_droite {
	float: right;
	width: 755px;	
}
#centre {
	width: 755px;
	height: auto;
	background-image: url(img/centre_milieu.png);
	float: right;
}
#centre_haut {
	background-image: url(img/centre_haut.png);
	float: right;
	height: 16px;
	width: 755px;
	margin-top: -4px;
}
#centre label {
	font-weight: bold;
}
#centre input {
	border-color: black;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	-moz-border-radius: 3em;
	-webkit-border-radius: 3em;
}
#centre form {
	text-align: center;
}
#centre textarea {
	font-size: 12px;
	font-style: italic;
	color: #333;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}
#centre_bas {
	background-image: url(img/centre_bas.png);
	height: 69px;
	width: 755px;
	float: right;
	margin-top: -10.5px;
}
#pied {
	width: 963px;
	clear: both;
	background-image: url(img/pied.png);
	height: 30px;
}
#pied ul {
	list-style-type: none;
	text-align: center;
	padding-right: 8px;
}
#pied ul li {
	display: inline;
	text-align: center;
	margin-right: 35px;
	padding-right:20px;
}
#pied ul li a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #EBC6CD;
	text-align: center;
}
#pied ul li img{
	border: none;
	vertical-align: bottom;
}
#pied ul li img.cadenas{
	vertical-align: bottom;
	margin-bottom: 2px;
}
#pied ul li img.home_img{
	vertical-align: bottom;
	margin-bottom: -1px;
}
#pied ul li a:hover {
	color: #FFDF00;
}
#hyper_pied {
	margin-top:5px;
	width: 100%;
	font-size: 12px;
	text-align: center;
	border-top:#de98a2 2px solid;
	background:#9d9d9d;
}
