html, body {
	margin : 0px;
	padding : 0px;
	background-image : url( ./gfx/fondBody.png );
	background-repeat : repeat-x;
	background-position : top;
	background-color : #ffffff;
	text-align : center;
	font-size : 12px;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
}
div#hautPage {
	margin : 0px;
	padding : 0px;
	margin-left : auto;
	margin-right : auto;
	width : 950px;
	height : 581px;
	background-image : url( ./gfx/fondHautPage.png );
	background-position : top;
	clear : both;
	z-index : 1;
}
div#hautPage a{
	margin : 0px;
	padding : 0px;
	display : block;
	width : 950px;
	height : 200px;
}
div#menuGeneral {
	margin : 0px;
	padding : 0px;
	height : 50px;
	padding-left : 20px;
}
div#menuGeneral a {
	float : left;
	height : 50px;
	width : 150px;
	text-align : center;
	line-height : 50px;
	border : 0px solid;
	text-decoration : none;
	color : #ffffff;
}
div#menuGeneral a:hover {
	color : #79BDE6;
	background-image : url( ./gfx/fondMenuGeneralHover.png );
}
div#milieuPage {
	margin : 0px;
	padding : 0px;
	margin-left : auto;
	margin-right : auto;
	padding-top : 1px;
	width : 950px;
	background-image : url( ./gfx/fondMilieuPage.png );
	background-repeat : repeat-y;
	background-position : top;
	clear : both;
	z-index : 10;
}
div#conteneurPage {
	margin : 0px;
	padding : 0px;
	margin-left : auto;
	margin-right : auto;
	margin-top : -320px;
	width : 900px;
	z-index : 100;
}
div#colonneGauche {
	margin : 0px;
	padding : 0px;
	width : 250px;
	float : left;
}
div#colonneDroite {
	margin : 0px;
	padding : 0px;
	width : 650px;
	float : right;
}
div#rubriquesHaut {
	margin : 0px;
	padding : 0px;
	width : 230px;
	height : 43px;
	background-image : url(./gfx/fondRubriquesHaut.png  )
}
div#rubriquesHaut div{
	margin : 0px;
	padding : 0px;
	line-height : 43px;
	color : #867D7D;
	text-align : center;
}
div#rubriquesMilieu {
	margin : 0px;
	padding : 0px;
	width : 230px;
	background-image : url(./gfx/fondRubriquesMilieu.png  )
}
div#rubriquesMilieu a{
	margin : 0px;
	padding : 0px;
	padding-left : 40px;
	height : 30px;
	line-height : 30px;
	display : block;
	text-decoration : none;
	text-align : left;
	background-image : url(./gfx/fondRubriquesLiens.png  );
	background-repeat : no-repeat;
	background-position : center;
	color : #867D7D;
	font-weight : normal;
}
div#rubriquesBas {
	margin : 0px;
	padding : 0px;
	width : 230px;
	height : 6px;
	background-image : url(./gfx/fondRubriquesBas.png  )
}
div#basPage {
	margin : 0px;
	padding : 0px;
	margin-left : auto;
	margin-right : auto;
	width : 950px;
	height : 27px;
	background-image : url( ./gfx/fondBasPage.png );
	background-position : top;
}
p {
	margin : 0px;
	padding : 10px;
	text-align : justify;
	color: #444444;
}
hr {
	margin : 10px;
	padding : 0px;
	color : #3b81b6;
	height : 1px;
	
}
h1 {
	margin : 0px;
	padding : 5px;
	padding-left : 10px;
	text-align : left;
	font-size : 16px;
	color : #3b81b6;
	background-color : #dee8e8;
}
h2 {
	margin : 0px;
	padding : 10px;
	text-align : left;
	font-size : 12px;
	letter-spacing : 2px;
	font-weight : bold;
	color : #3b81b6;
}
h3.article {
	margin : 0px;
	padding : 10px;
	padding-left : 55px;
	text-align : left;
	font-size : 14px;
	font-weight : bold;
	color : #761647;
	border-top : 1px solid #ABABAB;
	background-color : #EEF4F4;
	background-image : url( ./gfx/puceArticleTitre.png );
	background-repeat : no-repeat;
	background-position : center left;
}
h3.article a{
	font-size : 14px;
	font-weight : bold;
	color : #761647;
	text-decoration : none;
}
h3.article span{
	display : block;
	font-size : 11px;
	font-weight : normal;
}
div.article {
	margin : 0px;
	padding : 0px;
	display : none;
}
p.article {
	margin : 0px;
	padding : 10px;
	text-align : justify;
	line-height : 20px;
	text-indent : 50px;
}
a{
	text-decoration: none;
	font-weight: bold;
	color: #3B81BE;
}
a:hover{
	text-decoration: underline;
}
a.lireSuite{
	text-decoration: underline;
	font-weight: bold;
	color: #3B81BE;
}
a.supprimer {
	font-size : 18px;
	font-weight : 900;
	color : #ff0000;
}
table {
	width : 100%;
	margin : 0px;
	padding : 0px;
	vertical-align : top;
}
table tr {
	margin : 0px;
	padding : 0px;
	vertical-align : top;
}
table tr td {
	margin : 0px;
	padding : 0px;
	vertical-align : top;
}
ul {
	margin : 0px;
	padding : 10px;
	padding-top : 0px;
	padding-left : 50px;
	text-align : left;
}
li {
	margin : 0px;
	padding : 2px;
	color: #444444;
}
/*

	Mise en forme des formulaires

*/
form {
	margin : 0px;
	padding : 0px;
}
input {
	margin : 0px;
	padding : 2px;
	width : 200px;
	border : 1px solid #444444;
	color: #444444;
	background-color : #ffffff;
}
input.bouton{
	margin : 0px;
	padding : 2px;
	width : auto;
	border : 1px solid #444444;
	color: #444444;
	background-color : #dee8e8;
}
p.bouton {
	text-align : center;
}
p.bouton input{
	margin : 0px;
	padding : 2px;
	width : auto;
	border : 1px solid #444444;
	color: #444444;
	background-color : #dee8e8;
}
