/* Bloc conteneur et propriété générales des pages */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size:14px;
	background-color: #fff; /*couleur de fond blanche*/
	/*background:url(./img/decors/fond.gif) repeat left top;*/
}

a{
	color: #006699;
}

a:hover{
	color: #006699;
}

div#conteneur {
	width: 750px;
	height: 500px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top:-250px;
	margin-left: -385px;
}

img{
	border: 2px solid #fff;
}

a.lien_ext:after {
	content: "\0000a0[\2197]";
}
/* En tete de la page */
h1#header {
	margin: 0;
	height:50px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}


h1#header a
{
	width: 200px;
	height: 50px;
	display: block;
	/*background: url(img/decors/title.gif) no-repeat left top;*/
}

h1#header a span
{
	display: none;
}

/******************************************************* Bloc gauche et menus des pages ******************************************************************************/
div#cadreGauche {
	position: absolute;
	left:0px;
	width: 200px;
	height: 430px;
	padding: 0;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	color: #fff;
}

.imgMenu{
	/* display:block; */
	margin-top:30px; 
	margin-left:25px;
}

h2{
	text-align:center;
	margin-top: 0.5em;
	font-size:16px;
	color: #000;
}

ul#menu{
	margin: 30px 0px 0px 22px;
	list-style-type: none;
	text-decoration:none;
}

ul#menu a{
	text-decoration:none;
	margin: 0px;
	padding-left: 25px;
	color: #000;
}

ul#menu a:hover{
	font-weight: bold;
}

ul#menu li{
	/*padding:  0px 0px 0px 25px;*/
	margin: 0px 0px 15px 0px;
	background:url(img/decors/puce_blanche.gif) no-repeat left top;
}

a#menu1{
	background:url(img/decors/puce_verte.gif) no-repeat left top;
}

a#menu2{
	background:url(img/decors/puce_orange.gif) no-repeat left top;
}

a#menu3{
	background:url(img/decors/puce_marron.gif) no-repeat left top;
}
a#menu4{
	background:url(img/decors/puce_bordeaux.gif) no-repeat left top;
}
a#menu5{
	background:url(img/decors/puce_bleu.gif) no-repeat left top;
}
a:hover#menu1{
	background:url(img/decors/puce_verte_over.gif) no-repeat left top;
}

a:hover#menu2{
	background:url(img/decors/puce_orange_over.gif) no-repeat left top;
}

a:hover#menu3{
	background:url(img/decors/puce_marron_over.gif) no-repeat left top;
}
a:hover#menu4{
	background:url(img/decors/puce_bordeaux_over.gif) no-repeat left top;
}
a:hover#menu5{
	background:url(img/decors/puce_bleu_over.gif) no-repeat left top;
}
/****************************************************** Bloc de contenus des pages ***********************************************************************************/
div#contenu {
	margin-left: 200px;
	width: 509px;
	height: 400px;
	margin-top:0;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	/*
	margin-bottom:0;*/
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	background-color:#fff;
	overflow: auto;
	overflow-x:hidden 
}

.textCentre {
	text-align:center;
}

div#contenu p a{
	text-decoration:none;
}
		
div#contenu p a:hover{
	text-decoration: underline;
}

a.langue{
	text-decoration:none;
}

/********************************************************* Pied de page des pages ************************************************************************************/
p#footer {
	height: 20px;
	font-size:x-small;
	font-style:italic;
	text-align:right;
	margin: 0;
	/*background-color: #99CC99;*/
}
