#main {
	width: 750px; 
	height: 600px; 
	border: 0px solid grey; 
	margin: auto;
	font-family: helvetica;
	text-align: center;	
}

#thumb {
	position: relative;
	height: 20px;
	width: 20px;
	background-image: url('../images/boutonscroll.png');
	background-repeat: no-repeat;
	margin-left:-8px;
	margin-top: 10px;
}

#ascenseur {
	position: relative;	 
	height: 240px; 
	width: 5px; 
	//top: -5px;
	border: 0px solid navy; 
	float: left; 
	margin-left: 20px; 
	background-image: url('../images/barre_ascenseur.png'); 
	background-repeat: repeat-y;
}
		
.std {
	position: relative;	
	font-weight: bold;
	float: right;
	width: 125px;
	height: 23px;
	text-align: center;
	text-decoration: none;
	font-size: 75%;
	color: white;
	list-style-type : none;
	white-space: nowrap;
	background-image: url('../images/menuNS.png');
}

.sel {
	position: relative;	
	font-weight : bold;
	float: right;
	width: 140px;
	height: 25px;
	//right: 15px;
	text-align: center;
	text-decoration: none;
	font-size: 80%;
	color: white;
	list-style-type : none;
	white-space: nowrap;
	background-image: url('../images/menuS.png');
}

.etudiant_std {	
	position: relative;	
	font-weight : bold;
	float: left;		
	height: 28px;
	text-decoration: none;
	font-size: 75%;
	color: white;
	list-style-type : none;
	white-space: nowrap;
	background-image: url('../images/ongletNS.png');
	
	}
.etudiant_sel {		
	
	position: relative;	
	font-weight : bold;
	float: left;
	height: 28px;	
	text-decoration: none;
	font-size: 80%;
	color: #36b9d4;
	list-style-type : none;
	white-space: nowrap;
	background-image: url('../images/ongletS.png');
	
	}	
#conteneur1{
	background-image: url('../images/cadre_vignette.png'); 
	background-repeat: no-repeat;
	position: relative;
	float: left;
	left: 80px;
	width: 100px;
	height: 140px;
}
#conteneur2{
	background-image: url('../images/cadre_vignette.png'); 
	background-repeat: no-repeat;
	position: relative;
	float: left;	
	left: 120px;
	width: 100px;
	height: 140px;
}
#image1{
	border: 0px solid black;
	position: relative;
	float: bottom;
	width: 88px;
	height: 88px;
}
#image2{
	border: 0px solid black;
	position: relative;
	float: bottom;
	width: 88px;
	height: 88px;
}
.label{
	
	font-size: 11px;
	color: #36b9d4;
	border: 0px solid black;
	position: relative;
	text-align: center;	
}
#label1{
	
	font-size: 12px;
	font-weight: bold;
	border: 0px solid black;
	position: relative;
	float: bottom;
	width: 100%;
	height: 62px;
}
#label2{
	
	font-size: 12px;
	font-weight: bold;
	border: 0px solid black;
	position: relative;
	float: bottom;
	width: 100%;
	height: 62px;
}	
#menuH{
	position: relative;	
	right: 40px;
	//left: 210px;
	top: 130px;
	//top: 0px;
	float: left; 
	width: 110px; 
	height: 140px;
	border: 0px solid pink;
}
#ongletH{
	position: relative; 
	left: 7px;
	//left: 234px; 
	top: 40px;
	//top: -60px; 
	border: 0px solid pink;
}
#titre_encart{
	position: relative; bottom: 5px; width: 360px; float:left;	
	font-size: 26px;
	font-weight: bold;				
	color: #36b9d4;
	text-align: center;		
	border: 0px solid black;
}
#titre_contenu{	
	font-size: 12px;			
	color: #36b9d4;
	text-align: center;
}
#pied_de_page{	
	position: relative;
	float: left;
	width: 200px; 
	bottom: 160px; 
	right: 305px;	
	font-size: 9px;
	font-weight: bold;
}	
#diagcontenu{	
	font-size: 12px;
	text-align: justify;
}
#anx_chat_chien{	
	font-size: 12px;
	font-weight: bold;
	position: relative;
	//left: 45px;
	top: 42px;
	//top: -75px;	
	width: 530px;
	height: 10px;
}
#encar1{
	width: 340px;	 
	float: right; 
	background-color: #F5F2EF;	
	font-size: 12px;
	height: 175px;
}
#encar2{
	width: 340px;	 
	float: right; 
	background-color: #F5F2EF;	
	font-size: 12px;	
	height: 220px;
	margin-top: 10px;
	//margin-bottom: -20px;
}

#photo{
	border: 0px solid black; 
	position: relative; 
	float: left; 
	width: 670px; 
	height: 200px;
	bottom: 15px;	
}
.chien{
	color: #AB9A80;	
}
.chat{
	color: black;
}
#enc {
	position: relative; 
	top: 55px; 
	//top: -55px; 
	border: 0x solid black; 
	width: 405px; 
	height: 410px; 
	float: right;
}


