ï»¿/**************générale***************/
body{
	background-image:url(fond-general.png);
	background-repeat:repeat-x;
	background-color:white;
	color:#666666;
	font-family: Arial;
	font-size:12px;
	line-height:15px;
	padding:0;
	margin:0;
}
#globale{
	width:780px;
	margin-left:auto;
	margin-right:auto;
		padding:0;
	margin-top:0;
}
#header
{
width:780px;
margin:0 auto 0 auto;

}
/*********GAUCHE***********/
#gauche{
	float:left;
}
#logo{
	display:block;
	background-image:url(logo.png);
	width:244px;
	height:307px;
}
#gauche-milieu{
	background-image:url(corp-menu.png);
	width:244px;
	padding-top:5px;
	padding-bottom:20px;
}
#gauche-bas{
	background-image:url(pied-menu.png);
	width:244px;
	height:76px;
	color:white;
}
#petit-menu{
	padding-top:38px;
	margin-left:32px;
}
#petit-menu a{
	color:white;
}
/*********MENU*********/
#menu{
	width:120px;
	margin-left:45px;
	padding:0;
	list-style-type:none;
	/*border:solid 1px black;*/
}
#menu a{
	display:block;
	color:#045d78;
	font-size:18px;
	margin-top:10px;
	margin-bottom:10px;
}
#menu ul{
	padding-left:30px;
	margin:0;
}
#menu ul li{
	padding:0;
	margin:0;
}
#menu ul li a{
	font-size:12px;
	margin-top:3px;
	margin-bottom:3px;
}
.tiret{
	background-image:url(barre-menu.jpg);
	background-repeat:no-repeat;
	width:154px;
	height:5px;
	margin-top:4px;
	margin-bottom:4px;
}

/****************DROITE*************/
#droite{
	float:left;
	background-image:url(contenu-fond.png);
	background-repeat:no-repeat;
	width:536px;
	height:900px;
}
#content{
	/*border:solid 1px;*/
	width:418px;
	margin-left:20px;
	margin-top:180px;
}
/*****ARIANNE*****/
#chemin, #chemin *{
	color:#666;
	font-size:12px;
	font-weight:normal;
}
/******Contenu*****/
.grosse-puce{
	float:left;
	background-image:url(big-puce.png);
	background-repeat:no-repeat;
	width:29px;
	height:28px;
	margin-right:8px;
	margin-bottom:3px;
}
.petite-puce{
	float:left;
	background-image:url(small-puce.png);
	background-repeat:no-repeat;
	width:31px;
	height:28px;
	margin-right:-3px;
	margin-bottom:3px;
}
.titre{
	font-size:16pt;
	font-family:"Times New Roman";
	color:#134f21;
	margin:0;
	margin-top:8px;
}
.grandTiret{
	clear:both;
	height:3px;
	background-image:url(barre-contenu.jpg);
	margin-top:8px;
	margin-bottom:8px;
	background-position:bottom;
	background-repeat:no-repeat;
}
.petit-cadre{
	width:205px;
	float:left;
	color:#045d78;
}
.petit-cadre img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.petit-cadre .titre{
	font-size:15pt;
}
.petit-cadre .texte{
	padding:7px;
	color:#666666;
}
h3{
	/*background-image:url(triangle-droite.gif);
	background-repeat:no-repeat;
	background-position:left;/
	/*padding-left:13px;*/
	margin:0;
	color:#045d78;
	font-size:10pt;
}
h3 a{
	color:#045d78;
}
h2.titre a{
	color:#134F21;
}

.ligneVerticale{
	float:left;
	width:1px;
	height:253px;
	background-image:url(barre-separation.jpg);

}

#content ul{
	padding-left:5px;
	/*list-style-type:none;*/
	/*list-style-type:disc;*/
}
#content ul li{
	display:block;
	background-image:url(puce-perso.gif);
	background-position:0 4px;
	background-repeat:no-repeat;
	/*list-style-type:disc;*/
	padding-left:15px;
	margin-bottom:2px;
}
#content ul li a{
	color:#666666;
}

#plusproduits{
	background-image:url(btn-voir-prod.jpg);
	background-repeat:no-repeat;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:176px;
	height:33px;
}

a.backgroundhoverchange{
	background-position:top;
}
a.backgroundhoverchange:hover{
	background-position:bottom;
}
a.backgroundhoverchange span{
	display:none;
}
img{
	border:0;
}
#content img{
	border:solid 3px #045d78;
}
#map1 img{
	border:none;
}

a{
	text-decoration:none;
	color:#6DB9D0;
}
a:hover{
	text-decoration:underline;
}
td{
	padding:5px;
}
.uneImageJointe{
	float:left;
	margin-left:18px;
}
.unDocJoint{
	 width:85%!important;
}
.unDocJoint img{
	 display:inline!important;
	 float:left!important;
	 border:none!important;
	 margin-right:4px;
	 margin-bottom:4px;
}
.unDocJoint span{
	 float:left!important;
	 position:relative;
	 top:6px;
}
.spip_documents_center img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.spip_documents_left{
	margin-right:12px;
}
.spip_documents_right{
	margin-left:12px;
}

table.spip tr.row_even{
	background-color:#DDF1E2;
}
ul.boutons, ul.boutons li{
	list-style-type : none!important;
	background-image:none!important;
}
input,textarea{
	width:90%;
}
textarea{
	height:180px;
}
input[type="checkbox"] {width:auto;}

/***************UTILITAIRE**********/
.left{float:left;}
.right{float:right;}
.invisible{display:none;}
.spacer{clear:both;}
.erreur{color:red;}