/*feuille de style commune aux template centre,
comprenant en majorit� la barre d'outils de gauche*/
body
	{
		
background-image:url(images/body.jpg);
background-repeat:repeat-x;
	text-align:center;
	margin:0;
	}
#wrap{
	background-color:white;

}
#conteneur
	{
		text-align:left;
	margin-left:40px;
	-margin-left:20px;
	


	width: 580px;	
float:left;
	}
	#conteneur-formulaire{

margin-top:10px;
	}
	#formulaire{
		float:left;
		width:350px;
		-width:320px;
		overflow:hidden;
		background-color:#D9E9E5;
		margin-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
#barreoutils
	{
	position:absolute;
	top:130px;
	left:0px;
	width:40px;
	height:100%;
	background-color:#CCCCCC;
	}
#barreoutils a
	{
	margin-left:2px;
	text-decoration:none;
	}
#barreoutils a.mappy-non
	{
	display:block;
	width:36px;
	height:30px;
	background-image: url(images/barreoutils-mappy_non.gif);
	background-repeat: no-repeat;
	}
#barreoutils a.mappy
	{
	display:block;
	width:36px;
	height:30px;
	background-image: url(images/barreoutils-mappy_off.gif);
	background-repeat: no-repeat;
	}
#barreoutils a.mappy:hover
	{
	background-image: url(images/barreoutils-mappy_on.gif);
	}
#barreoutils a.memo-non
	{
	display:block;
	width:36px;
	height:30px;
	background-image: url(images/barreoutils-memo_non.gif);
	background-repeat: no-repeat;
	}
#barreoutils a.memo
	{
	display:block;
	width:36px;
	height:30px;
	background-image: url(images/barreoutils-memo_off.gif);
	background-repeat: no-repeat;
	}
#barreoutils a.memo:hover
	{
	background-image: url(images/barreoutils-memo_on.gif);
	}
#barreoutils a.imprime
	{
	display:block;
	width:36px;
	height:30px;
	background-image: url(images/barreoutils-imprime_off.gif);
	background-repeat: no-repeat;
	}
#barreoutils a.imprime:hover
	{
	background-image: url(images/barreoutils-imprime_on.gif);
	}
#barreoutils a.mailami
	{
	display:block;
	width:36px;
	height:30px;
	background-image: url(images/barreoutils-mailami_off.gif);
	background-repeat: no-repeat;
	}
#barreoutils a.mailami:hover
	{
	background-image: url(images/barreoutils-mailami_on.gif);
	}
#barreoutils a.siteweb-non
	{
	display:block;
	width:36px;
	height:30px;
	background-image: url(images/barreoutils-siteweb_non.gif);
	background-repeat: no-repeat;
	}
#barreoutils a.siteweb
	{
	display:block;
	width:36px;
	height:30px;
	background-image: url(images/barreoutils-siteweb_off.gif);
	background-repeat: no-repeat;
	}
#barreoutils a.siteweb:hover
	{
	background-image: url(images/barreoutils-siteweb_on.gif);
	}
#barreoutils a.documentation-non
	{
	display:block;
	margin-top:5px;
	margin-left:5px;
	width:31px;
	height:214px;
	background-image: url(images/barreoutils-documentation_non.gif);
	background-repeat: no-repeat;
	}
#barreoutils a.documentation
	{
	display:block;
	margin-top:5px;
	margin-left:5px;
	width:31px;
	height:214px;
	background-image: url(images/barreoutils-documentation_off.gif);
	background-repeat: no-repeat;
	}
#barreoutils a.documentation:hover
	{
	background-image: url(images/barreoutils-documentation_on.gif);
	}
.annonce
	{
	text-align:left;
	}
	#actualite_container{
		margin-left:20px;
		background-color:#CCCCCC;
		height:135px;width:300px;
		overflow:auto;
	}
	#text_actualite{
		margin:0;
	}
	#surtitre_actualite{
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		font-weight:bolder;
		
	}
	#titre_actualite{
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		font-weight:bolder;
		margin:0;
	}
	#p_text-actualite{
		margin:0;
			font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}

