body
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
background-attachment:fixed; 
background-position:center; 
background-color:#fdd0e9; 	/* couleur page */
background: url('images/bois.jpg') top left   ; 
}



div#page
{
	
	width:770px;
	height: auto;
	min-height: 800px;
	margin-left: 1em;
	
	
	

}

div#accueil
{
	
	width:770px;
	height:auto;
	margin-left: 1em;
	

}



div#blocdroit
{
	float:right;
	width:170px;
	height:800px;
	
	
}




div#blocnews 
{
	float:center;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 5px;
	width:160px;
	height:400px;
	/*border: 1px solid black;*/
	background-color:#ffff55;
	overflow:auto;
}

div#bloctemoin 
{
	position:absolute;
	padding-bottom: 10px;
	margin-left: 10px;
	padding-left: 5px;
	width:160px;
	height:365px;
	/*border: 1px solid black;*/
	background-color:#ffff55;
	overflow:auto;
}


.spacer {
  clear: both;
}


.fondpage
{
	
	width: 800px;
	height: auto;
	background-color:#fffff;
	/*background: url('images/papier.png') top left   ; */

}

.banniere_fr 
{ /* bloc concernant la banniere de haut du site */
	width : 800px;
	height: 200px;
	/*background: url('images/banniere_fr.jpg') top left no-repeat;*/
}

.banniere_en 
{ /* bloc concernant la banniere de haut du site */
	width : 800px;
	height: 200px;
	/*background: url('images/banniere_en.jpg') top left no-repeat;*/
}





#jsddm
{	margin: 0;
	padding: 0
}

	#jsddm li
	{
		float: left;
		list-style: none;
		font: 14px Tahoma, Arial
		/*font-weight: bold ;*/

		

	}

	#jsddm li a
	{	display: block;
		padding: 5px;
		border:1px solid #ff5000;	/*couleur bordure menu deroulant  */
		color:#ffffff;			/*couleur texte menu deroulant 1er niveau */
		text-decoration:none;
		text-align:center;
		height: 34px;		/* hauteur des cases du menu */
		background-image:url('images/bouton.bmp');
		background-color:#0000dd; 
		/*white-space: nowrap*/
	}

	#jsddm li a:hover
	{	
		background-color:#ff4000;
	}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			
			/*border-top: 1px solid white*/
		}
		
			#jsddm li ul li
			{	float: none;
				display: inline
			}
			
			#jsddm li ul li a
			{	width: auto;
				height: 24px;		/* hauteur des cases sous menu */
				background-image:url('images/bouton.bmp');
				background-color:#ffff00; 
				color: #ffffff			/*couleur texte menu deroulant 2eme niveau */
			}
			
			#jsddm li ul li a:hover
			{	
				background: #ff4000;
			}

.clear
	{	clear: both;
		overflow: hidden;
		height: 0
	}

.menu
{
	width:100%;
}

.supercontainer
{
	margin-left: auto;
	margin-right: auto;
	width:800px;
	text-align: center;
}

.container			/* determine placement page sous le menu */
{
	
	width:800px;
	text-align: left;
}


.sousmenu{
	color:#333;
	text-shadow: 1px 1px 1px #DDD;
	border: solid thin #444;
	text-transform: uppercase;
	font-size:14px;
	background-color: #AAA;
	padding:0px;
	padding-left:10px;
	padding-right:10px;
	
    	
}

.bt
{
	background-image:url('images/bouton.bmp');
	background-color:#fdd0e9;
	height=14;
	width=100;
	background-position: center center;
	vertical-align:sub;
	text-align:center;
	border: 1px solid #30b060; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.abt
{
	color:#ffffff;				/* couleur texte des menu fixes (tableaux) */
	text-decoration: none;
}

.btvide, .btvide TD, .btvide TH
{
	background-image:url('images/interbouton.gif');
	background-color:white;
	height=40;
	width=4;
	color:yellow;
	font-family:sans-serif;
	font-weight:500;
}


.gauche 
{
	position: absolute;
	left: 0;
} 



