body{
	background :#999999;
}


.copy {
	background :#DDDDDD;
	text-align: right;
}

.bordure_haut_gauche {
	background-image : url(image/coinHG.jpg);
	width:14px;
}

.bordure_haut_droite {
	background-image : url(image/coinHD.jpg);
	width:13px;
}


.bordure_haut  {
	background-image : url(image/bordH.jpg);
	background-repeat: repeat-x;
	height:30px;
}

.bordure_gauche {
	background-image : url(image/bordG.jpg);
	background-repeat: repeat-y;
	width:14px;
}

.bordure_droite {
	background-image : url(image/bordD.jpg);
	background-repeat: repeat-y;
	width:13px;
}


.blanc{
	background:#ffffff;
}


/* gestion du menu */

.menu table{
	font-family:Arial;
	font-size: small;
}

.menu td
{
	
}

.menu a{
	color: #666666;
	font-weight: bold;
	text-decoration:none;
	margin:10px;
	
}

.menu a:hover{
	font-family:Arial;
	font-size: small;
	color: #880000;
	font-weight: bold;
}

.menu .selected a{
	font-family:Arial;
	font-size: small;
	color: #66CCCC;
	font-weight: bold;
}

/* gestion de la barre centrale */

.image .coul{
	background-color: #CCCCCC;
}

/* gestion du contenu*/

.contenu {
	font-family: Arial;
	font-size: small;
	text-align:justify;
}

.contenu  td{
	font-family: Arial;
	font-size: small;
	text-align:justify;
}




.contenu h1{
	font-weight: bold ;
	color: #666666;
	font-size:x-large;
}

.contenu h2{
	font-weight: bold;
	color: #666666;
}


.contenu h3{
	font-weight: bold;
	color: #666666;
}

.contenu img{
	border:solid #999999 10px;
}

.contenu .vide {
	border: 0px;
}

.lien  
{	
	/*text-align: center;
	border-left:1px solid #000000; 
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;*/
	padding:5px;
	/*width:200px;*/

}


.legende  
{	
	text-align: center;
	font-size: x-small;
	width:180px;
	
}

.contenu a{
	color: #A0522D;
	/*font-weight: bold;*/
	text-decoration:none; 
}

.contenu a:hover{
	color: #A0522D;
	/*font-weight: bold;*/
	text-decoration:underline;
}

.contenu b
{
	color: #666666;
}


/* pour les publis et les indentations */

.indent
{
	margin-left: 20px;
}

/* fin */


.baspage
{
	color: #666666;
	font-size:x-small;
	text-align: center;
}


.code_grey
{
	background-color: #bbbbbb;
	font-size:initial;
	padding:5px;
	
}


