﻿/**********************************************************/
/* Message principal en haut à gauche */       
/**********************************************************/
#accMessage{
	width: 345px;
	position: absolute; left: 0px; top:0px;
	background-color: #FFFFFF;
	color: #645233;
	text-align: justify;
	padding-left: 5px;
	
}
/**********************************************************/
/* Message Conseil d'établissement en haut à droite */       
/**********************************************************/
#artConseilTitle{
	width: 345px;
	position: absolute; right: 5px; top: 3px;
	background-color: #336699;
	color: white;
	font-family: Verdana;
	font-weight: bold;
	
}
#artConseil{
	width: 345px;
	position: absolute; right: 5px; top: 23px;
	text-align: justify;
	color: #645233;
}
#artG1Titre{
	width: 340px;
	position: absolute; left: 5px; top: 275px;
	background-color: #336699;
	color: white;
	font-family: Verdana;
	font-weight: bold;
	padding-left: 5px;
}
#artG1{
	width: 345px;
	position: absolute; left: 0px; top: 295px;
	text-align: justify;
	color: #645233;
	padding-left: 5px;
}
#artG2Titre{
	width: 340px;
	position: absolute; left: 5px; top: 485px;
	background-color: #336699;
	color: white;
	font-family: Verdana;
	font-weight: bold;
	padding-left: 5px;
}
#artG2{
	width: 345px;
	position: absolute; left: 0px; top: 505px;
	text-align: justify;
	color: #645233;
	padding-left: 5px;
}
#artD1Titre{
	width: 345px;
	position: absolute; right: 5px; top: 150px;
	background-color: #336699;
	color: white;
	font-family: Verdana;
	font-weight: bold;
}
#artD1{
	position: absolute; right: 5px; top: 170px;
	width: 345px;
	text-align:left;
	color: #645233;
	
}
#artD2Titre{
	position: absolute; right: 5px; top: 275px;
	width: 345px;
	background-color: #336699;
	color: white;
	font-family: Verdana;
	font-weight: bold;
}
#artD2{
	position: absolute; right: 5px; top: 295px;
	width: 345px;
	text-align: justify;
	color: #645233;
	
}
#artD3{
	position: absolute; right: 5px; top: 295px;
	width: 345px;
	text-align: justify;
	color: #645233;
	
}

