/*feuille de style commune aux template centre,
comprenant en majorit� la barre d'outils de gauche*/
body
	{
	/*background-position: 40px 0px;*/
	}
#conteneur
	{
	/*margin-left:40px;*/
	
	margin-left:0px;
	width:610px;

overflow:hidden;
	float:left;
	}
#barreoutils
	{
		
		margin-left:1px;
float:left;
	top:0px;
	left:0px;
	width:40px;
	height:600px;;
	background-color:#80BBC5; /*CCCCCC;*/
	}
#barreoutils a
	{
	margin-left:2px;
	text-decoration:none;
	}
	input,select{
	width:240px;
	-width:235px;
}
textarea{
	width:305px;
	-width:295px;
	height:60px;
}
#doc-form  table td{
	font-size:12px;
	font-weight:bold;
	color:#000000;

}
#doc-form{
	font-family:Arial, Helvetica, sans-serif;
	width:314px;
	-width:313px;
	height:500px;
	margin-left:5px;
	float:left;
	background-color:#80BBC5;

}
#doc-form span{
	color:red;
}
#wrap
	{
	
	width:970px;
	margin-top:0px;
	
text-align:left;
margin-left:auto;
margin-right:auto;
	position:relative;
	}
	#dbandeau-haut{
		background-color:#80BBC5;height:20px;margin-left:2px;
	}
#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);
	}
