.italic{font-style: italic;}
.petit {font-size: 0.8em;}
.gras{font-weight: bold;}
.largeur_10pc{width: 10%}
.largeur_40pc{width: 40%}

#container_gauche{
	position: absolute;
	left:10px;
	width: 200px;
}

#container_droit{
	position: absolute;
	right: 10px;
	top: 65px;
	width: 200px;
}

#container_centre{
	margin-left: 210px;
	margin-right: 210px;
}

#bloc_centre{
	margin: auto;
	width: 600px;
}

.logo{
	width: 300px;
	margin: 15px 150px;
}

.logo img{
	height: 61px;
	border: none;
}

.container{
	padding: 5px;
	border: 1px dotted #888;
}

#rubrique, #formSearch, #province{
	padding: 0;
	margin: 5px 0 0 0;
}

#liste_rubriques{
	border: none;
	background-color: #eee;
	margin: 0 0 5px 0;
	width: 100%;
	height: 360px;
	overflow: auto;
}

.centrer {
	text-align: center;
	margin: auto;
}

#action{
	margin-left: 250px;
	margin-right: 250px;
}

.retour, #listeNumPages, #listeNumPages a{
	text-align: center;
}

.titredur{
	text-align: center;
	margin: 20px 0;
	font-size: 1.3em;
}

.tableaudur{
	width: 100%;
}

.tableaudur td{
	vertical-align: top;
}

.tableaudur li{
	font-size: 0.8em;
	list-style-type: none;
}

#infosFixes{
	margin-bottom: 40px;
}

#liste_clients_dur, #liste_clients ul, #liste_clients li{
	list-style-type: none;
	margin:0;
	padding:0;
}

a.lienInvisible:link{
	text-decoration: none;
	cursor: default;
	color: black;
}

a.lienInvisible:visited{
	text-decoration: none;
	cursor: default;
	color: black;
}
a.lienInvisible:active{
	text-decoration: none;
	cursor: default;
	color: black;
}
a.lienInvisible:hover{
	text-decoration: none;
	cursor: default;
	color: black;
}

.backClair{
	background-color: #eee;
	width: 100%;
}

.backFonce{
	background-color: #bbb;
	width: 100%;
}

.container_footer{
	width: 640px;
	margin: auto;
	border: 1px dotted #888;
	top: 10px;
}