body {
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	background-image: url(fond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.RESTRICT {
	background-color: #69F;
}
#input {
	background-color: #CCC;
}
#TOTAL {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#TOTAL #PIED {
	font-size: 10px;
	color: #999;
	background-color: #CCC;
	padding: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	text-align: center;
	margin-top: 30px;
}
#TOTAL #MENU {
	background-color: #333;
	color: #FFF;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}

#TOTAL #CORPS {
	overflow: hidden;
	clear: both;
	margin-top: 20px;
}


#TOTAL #CORPS #CONTENU {
	clear: none;
	height: auto;
	width: 650px;
	overflow: hidden;
	background-color: #FFF;
	float: left;

}
.tilogo {
	margin: 0px;
	padding: 0px;
	float: right;
	clear: both;
	overflow: hidden;
}


#TOTAL #CORPS #COLONNEG {
	height: auto;
	width: 650px;
	float: left;
	margin-bottom: 20px;
}
.soustitre {
	font-size: 14px;
	font-weight: bold;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	background-color: #666;
	display: block;
	padding: 5px;
	clear: both;
	width: auto;
	overflow: hidden;
	border: 1px solid #666;
	margin-bottom: 5px;
	color: #FFF;
	text-align: center;
}

#TOTAL #CORPS #COLONNEG h2 a {
	color: #333;
	clear: both;
	height: auto;
	width: auto;
	display: block;
	text-decoration: none;
	margin: 0px;
	text-align: right;
}
#TOTAL #CORPS #COLONNEG h2 {
	clear: left;
	overflow: hidden;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#TOTAL #CORPS #CONTENU h2 {
	font-weight: bold;
	color: #FFF;
	background-color: #333;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#TOTAL #CORPS #COLONNE {
	float: right;
	height: auto;
	width: 300px;
	overflow: hidden;
	clear: both;
	text-align: center;
	background-color: #333;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	padding-bottom: 50px;
}



#TOTAL #TETE  {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#TOTAL #TETE h1 {
	font-size: xx-large;
	margin: 0px;
	color: #333;
	text-shadow: 0px 0px 3px #777;
}
#TOTAL #TETE h2 {
	font-size: large;
	margin: 0px;
	color: #333;
	text-shadow: 0px 0px 3px #777;
}
#TOTAL #GMAP {
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-bottom: 5px;
}

#TOTAL #GMAP #map-canvas {
	height: 420px;
	width: 100%;
	-webkit-box-shadow:0px 0px 5px 0px #333333;
	-moz-box-shadow:0px 0px 5px 0px #333333;
	-o-box-shadow:0px 0px 5px 0px #333333;
	-ms-box-shadow:0px 0px 5px 0px #333333;
	box-shadow:0px 0px 5px 0px #333333;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	border: 5px solid #333;
}
div.menu_search{
	overflow:hidden;
	width:1000px;
	margin-right: auto;
	margin-left: auto;
}
div.menu_search div.menu{
	float:left;
}
div.menu_search div.menu ul{
	overflow:hidden;
	list-style-type: none;
	margin: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 7px;
}
div.menu_search div.menu ul li{
	float:left;
	width:auto;
	text-align:center;
	font-size:10px;
	height: auto;
	
}
div.menu_search div.menu ul li a{
	float:left;
	display:block;
	width:auto;
	position:relative;
	cursor:pointer;
	color:#333;
	text-decoration:none;
	text-transform:uppercase;
	background-color: #D8FF3C;
	height: auto;
	margin-right: 5px;
	margin-left: 5px;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}


div.menu_search div.menu ul li.active{
	height:18px;
	margin:0;
}
div.menu_search div.menu ul li.active a{
	height:18px;
	color:#0a7285;
	padding-top:8px;
}
div.menu_search div.menu ul li.active a:hover{
	width:auto;
	background-color: #069;
}
div.menu_search div.menu ul li a:hover{
	width:auto;
	background-color: #0CF;
}


#ENCART {
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 30px;

	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	font-size: 12px;
	height: auto;
	width: auto;
}	

#TOTAL #CORPS #COLONNE #ENCART  ul {
	list-style-type: none;
	margin-left: -30px;
}
#TOTAL #CORPS #COLONNE #ENCART a {
	font-size: 9px;
	color: #FF0;
	text-decoration: none;
}
.couleur1 {
		border: 1px solid #E9E9E9;
	background-color: #C00;
	color: #FFF;
}
.couleur2 {
	background-color: #D8FF3C;
	-webkit-box-shadow:0px 0px 5px 0px #333333;
	-moz-box-shadow:0px 0px 5px 0px #333333;
	-o-box-shadow:0px 0px 5px 0px #333333;
	-ms-box-shadow:0px 0px 5px 0px #333333;
	box-shadow:0px 0px 5px 0px #333333;
	border: 5px solid #000;
}
.enti {
	font-size: 9px;
}


legend {
	font-size: 16px;
	font-weight: bold;
}
#boitechamp #label {
	height: auto;
	width: 250px;
	float: left;
	text-align: right;
	padding-right: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

#boitechamp {
	height: auto;
	width: auto;
	overflow: hidden;
	margin: 5px;
	padding: 5px;
	font-size: 12px;
}
.leschamps {
	color: #333;
	-webkit-box-shadow:0px 0px 2px 0px #333333;
	-moz-box-shadow:0px 0px 2px 0px #333333;
	-o-box-shadow:0px 0px 2px 0px #333333;
	-ms-box-shadow:0px 0px 2px 0px #333333;
	box-shadow:0px 0px 2px 0px #333333;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	font-size: 14px;
	padding: 5px;
	border: 1px solid #666;
	width: 350px;
}

#boitechamp #champ {
	height: auto;
	width: auto;
	text-align: left;
}
#CAT_list0 {
	font-size: 9px;
	list-style-type: none;
	overflow: hidden;
	margin: 2px;
	height: auto;
	width: 140px;
	padding: 5px;
	font-weight: bold;
	display: block;
	float: left;
}
#CAT_list1 {
	font-size: 9px;
	list-style-type: none;
	overflow: hidden;
	height: auto;
	width: 120px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	display: block;
}
.CATclassvide {
	font-style: italic;
	color: #CCC;
}
.CATclass {
	background-color: #FFF9EA;
}
.CATclass:hover {
	background-color: #D8FF3C;
	color: #FFF;
}
.listelink {
	color: #036;
}
#tiicone {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	float: left;
	overflow: hidden;
}


.tableaudebord {
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	padding: 5px;
	display: block;
}

#FICHEresultat {
	padding: 0px;
	margin-top: 5px;
	display: block;
	overflow: hidden;
	margin-left: 10px;
}

.fichefull {
	
}

#CONTENU .ficheti {
	width: 290px;
	height: auto;
	border: 1px solid #666;
	float: left;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	}


#FICHEresultat .enplus {
	color: #333;
}
#FICHEresultat .enplus a {
	font-weight: bold;
	color: #036;
	text-decoration: none;
}
#FICHEresultat #info_web a {
	color: #036;
	text-decoration: none;
	font-weight: bold;
}

#FICHEresultat h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	font-family: "Arial Black", Gadget, sans-serif;
	background-color: #D8FF3C;
	color: #191919;
}

#FICHEresultat #thumb {
	margin: 3px;
	float: left;
	border: 2px solid #FFF;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	border-radius:2px;
}
#FICHEresultat  h3 .objet_cat_label {
	font-size: 9px;
	color: #666;
}

#FICHEresultat .urlfiche {
	color: #000;
	text-decoration: none;
}
#FICHEresultat #info_auteur {
	font-size: 10px;
	font-weight: bold;
	color: #F30;
	text-decoration: none;
	display: block;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F30;
	border-right-color: #F30;
	border-bottom-color: #F30;
	border-left-color: #F30;
}
#TOTAL #CORPS #CONTENU #RAYON {
	font-size: 9px;
	overflow: hidden;
	vertical-align: middle;
	width: 400px;
}
#RAYON img {
	margin: 5px;
	float: left;
	clear: both;
	overflow: visible;
}



#infowin {
	line-height: normal;
	width: 250px;
	font-size: 14px;
}
#FICHEresultat #info {
	margin-right: 5px;
	margin-left: 5px;
	color: #333;

}
#FICHEresultat #info_carac a {
	font-size: 9px;
	color: #069;
	font-weight: bold;
}

#FICHEresultat #info_desc {
	color: #333;
	display: block;
	font-size: 10px;
}

#FICHEresultat #info_geo {
	font-size: 9px;
	display: block;
	background-color: #EFA;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
#FICHEresultat #info_plus {
	font-size: 9px;
	display: block;
	padding: 2px;
	margin-left: 50px;
}
#info_carac {
	display: block;
	margin-bottom: 3px;
	font-size: 10px;
}
.enavant {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #09F;
	text-align: center;
	display: block;
	width: 500px;
		-webkit-box-shadow:0px 0px 2px 0px #333333;
	-moz-box-shadow:0px 0px 2px 0px #333333;
	-o-box-shadow:0px 0px 2px 0px #333333;
	-ms-box-shadow:0px 0px 2px 0px #333333;
	box-shadow:0px 0px 2px 0px #333333;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}
.TB_h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #333;
	padding: 5px;
	width: auto;
}
.TB_li {
	font-size: 14px;
	margin-left: 20px;
	background-color: #DFF2FF;
	display: block;
	border: 1px solid #CCC;
	list-style-type: none;
	padding: 5px;
	-webkit-box-shadow:0px 0px 2px 0px #333333;
	-moz-box-shadow:0px 0px 2px 0px #333333;
	-o-box-shadow:0px 0px 2px 0px #333333;
	-ms-box-shadow:0px 0px 2px 0px #333333;
	box-shadow:0px 0px 2px 0px #333333;
}
.TB_li_prod {
	margin-left: 5px;
	list-style-type: none;
	display: block;
	padding: 3px;
	border: 1px solid #999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}
.TB_expirant {
	font-size: 9px;
	color: #F00;
}
.TB_expire {
	font-size: 9px;
	color: #F00;
	background-color: #333;
}
.TB_renouv {
	font-size: 9px;
	font-weight: bold;
	color: #FFF;
	background-color: #F60;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.TB_add {
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
	background-color: #06C;
	width: 50px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	height: auto;
	font-weight: bold;
}
.TB_mod {
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
	background-color: #090;
	width: 50px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	height: auto;
	font-weight: bold;
}
.TB_del {
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	width: 50px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	height: auto;
	font-weight: bold;
}
.opendiv {
	font-size: 9px;
	color: #333;
	background-color: #FFF; 
	padding: 2px;
	border: 1px solid #333;
}
.closediv {
	font-size: 9px;
	color: #F00;
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #333;
}
#TOTAL #MENU #SEARCH {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 300px;
}
#prevnext {
	clear: both;
	overflow: visible;
	text-align: center;
	font-size: 14px;
}
.triple {
	background-color: #060;
	padding: 5px;
	float: left;
	height: auto;
	width: 235px;
}
#IW .ficheti {
	width: 400px;
	height : auto;
	border: 1px solid #999;
	margin: 0px;
	padding: 2px;
}
