@import url("text_style.css");
@import url("menu_style.css");
body{
	background-color:#81c4da;
	background-image:url(../images/design/fond_degrade.jpg);
	background-repeat:repeat-x;
	height:100%;
	margin:0;
}
html{
	height:100%;
}

#page{
	margin:auto;
	width:824px;
}
#page_interieur{
	margin:auto;
	width:800px;
	background-color:white;
	height:100%;
}
#contenu{
	padding:5px;
}
.bord_gauche{
		
        background: url('../images/design/bord_gauche.png') repeat-y;
       
}

.bord_droit{
        background: url('../images/design/bord_droit.png') top right repeat-y;
}
	.header{
		background: url('../images/design/header.png') no-repeat;
		width:800px;
		height:107px;
	}

#corps_page{
	margin-left:165px;
	text-align:justify;
}

#footer{
	clear:both;
	background: url('../images/design/footer.png') no-repeat;
	width:800px;
	height:70px;
}
	.copyright{
		padding-top:10px;
	}
.titre{
	background-image:url('../images/design/bg_t.png');
	background-repeat:no-repeat;
	height:40px;
	padding-left:20px;
	padding-top:5px;
}
.titre1{
	background-image:url('../images/design/bg_t_1.png');
	background-repeat:no-repeat;
	height:40px;
	padding-left:20px;
	padding-top:5px;
}
.titre_i{
	background-image:url('../images/design/bg_i.png');
	background-repeat:no-repeat;
	height:40px;
	padding-left:20px;
	padding-top:5px;
}

.totalite_news{
	border-bottom:1px solid #1c94bc;
	padding-bottom:5px;
	margin-bottom:10px;
}
.administration{
	margin-bottom:5px;
}


/*TABLES !*/

#table_reco{
font-size:0.6em;
}
.titre_table_reco{
	background-color:#4f81bd;
	color:white;
}
.couleur_ligne_1{
	background-color:#b8cce4;
}
.couleur_ligne_2{
	background-color:#dbe5f1;
}
.case_statut{
	background-color:white;
}


/*Infobulles*/

a.info{
    position:relative; 
    z-index:24;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:500; background:none;}

a.info span{display: none}

a.info:hover span{ 
/*le contenu de la balise span ne 
sera visible que pour l'état a:hover */
 display:block; 
 position:absolute;
    
    
    top:2em; left:2em; width:35em;
    border:1px solid #6699cc;
    background-color:#eeeeee;
	color:#1c94bc;
    text-align: justify;
    font-weight:none;
    padding:1px;
	font-weight:none;
	font-size:0.6em; 
    }
	

a.info1{
    position:relative; 
    z-index:24;
    color:#1c94bc;
    text-decoration:none}

a.info1:hover{z-index:500; background:none;}

a.info1 span{display: none}

a.info1:hover span{ 
/*le contenu de la balise span ne sera visible que pour l'état a:hover */
 display:block; 
 position:absolute;
    
    
    top:2em; left:0em; width:20em;
    border:1px solid #6699cc;
    background-color:#eeeeee;
	color:#1c94bc;
    text-align: justify;
    font-weight:none;
    padding:1px;
	font-weight:none;
    }
	
	
	
#formulaire_recommandation, #formulaire_suggestion{
	display:none;
}
.progression_suggestion{
	background-image:url('../images/design/fond_progression.png');
	background-repeat:no-repeat;
	height:15px;
}
.progression_text{
	color:black;
	font-weight:bold;
	font-size:0.6em;
}
.titre_suggest{
	background-color:#f1f3f8;
}
.pages_antes{
	float:left;
}
.pages_post{
	float:right;
}
.pub{
	margin-left:20px;
	text-align:center;
}
.pub_h{
	text-align:center;
	/*background-image:url(../images/design/bg_pub_h.png);
	background-repeat:no-repeat;
	width:754px;
	height:90px;*/
}

.pub_v{
	margin-top:5px;
	margin-left:0px;
	padding-top:13px;
	text-align:center;
	/*background-image:url(../images/design/bg_pub_v.png);
	background-repeat:no-repeat;
	width:120px;
	height:626px;*/
}



.don{
	border:none;
	margin-left:15px;
}
