<style type="text/css">


/* menu */
.leftmenu
{

	/*attribut de Font*/
  	background-color: #E8E8E8;
	font-size:10px;
	font-family : arial, Helvetica, sans-serif;
}



/* Texte normal C6CAD0FFFFCC*/
#global
{
	margin-left:auto;
	margin-right:auto;
}

body, html
{

	
	font-family: Verdana; font-size : 10pt ; color: black ;
	background-image: url("images/menu/couleurfond.jpg") ;
	background-repeat: repeat-y ;
	background-position: center;
	margin:0;
	text-align:center;
	background-color: #FFFFCC ; 
	height:101%;
	width:100%;
}


/*Alinea*/


/*titres*/
.title
{
	margin-left: auto; margin-right: auto; width: 800px; text-align: left; /* on rétablit l'alignement normal du texte */ font: bold 19px Verdana; color:#000000;
}
/*sous-titres*/
.subtitle
{
 	margin-left: auto; margin-right: auto; width: 800px; text-align: left; /* on rétablit l'alignement normal du texte */ font: bold 17px Verdana; color:#000000;
}


/*liens normaux*/
A {	font:bold 12px verdana;text-decoration:none;
  	color:#000000; 
}

/*liens au passage du curseur*/
A:hover {
	color:#FF0000;
}

/*.borduregauche {
	z-index:0;
	position:fixed;
	top:0px;
	left:180px;
	background-image: url("images/menu/bordure.bmp");
	background-repeat: repeat-y;
	
	height:100%;
	width:100%;
}

.borduredroite {
	z-index:1;
	position:fixed;
	top:0px;
	left:1060px;
	background-image: url("images/menu/bordure.bmp");
	background-repeat: repeat-y;
	
	height:100%;
	width:100%;
}*/

.normal
{

		position: relative;
		margin:auto;  width:800px; text-align: left; /* on rétablit l'alignement normal du texte */
		color: black;
		height: auto;
		border-width: thin; padding: 10px;
		/*border-style: dashed;*/
		background-color: #FFFFEE;
		border-top:thin solid #000000;
		border-bottom:thin solid #000000;
		border-left:thin solid #000000;
		border-right: thin solid #000000;
    

}

.sanscadre
{
		margin:auto; width:800px; text-align:left;
		padding: 10px;
}

.warning
{
 	font: bold 12px Verdana; color:red;
}

</style>

