.clear {
	clear:both;
	}
img {
	border:0px;
	}

h1{
	font-size:18px;
	color:#EE9D28;
	font-weight:normal;
	margin:0px;
}

h2{
	font-size:14px;
	color:#74789E;
	text-transform:uppercase;
	font-weight:normal;
}
h3{
	font-size:12px;
	font-weight:normal;
	color:#74789E;
	border-bottom:solid #74789E 1px;
}
input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	border:solid 1px #FFFFFF;
	background-color:#000000;
	}
.titre {
	color: #EE9D29;
	font-weight:bold;
	}
a {
	outline:0;
	color:#FFFFFF;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}
.sgammes{
	/*height:200px;*/
	width:250px;
	border:1px solid white;
	float:left;
	padding:10px;
}

.sgammes ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.sgammes a{
	display:block;
	text-decoration:none;
}
.sgammes a:hover{
	background-color:#002A3F;
}

.encart2{
	margin-left:10px;
	margin-top:-16px;
	float:left;
}
.listeproduits{
	/*height:200px;*/
	width:250px;
	border:1px solid white;
	padding:10px;
}

.listeproduits ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.listeproduits a{
	display:block;
	text-decoration:none;
}
.listeproduits a:hover{
	background-color:#002A3F;
}

.selected a{
	background-color:#EE961B;
}


#help{
	opacity:0;
	filter: alpha(opacity=0);
	background-image:url(images/help.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:150px;
	height:100px;
	padding-left:20px;
	text-align:left;
	margin-left:40px;
	float:left;
	color:#74789E;
}

/* Mise en forme de la page produit  */
.hauttableau{
	font-weight:bold;
	text-align:center;
	color:#333333;
	background-color:#DA9F19;
	height:20px;
	}
	
.tableau1{
	background-color:#CCCCCC;
	color:#000000;
	}
	
.tableau2{
	background-color:#F5F5F5;
	color:#000000;
	}
	
.produit img{
	float:left;
	padding-right:14px;
	padding-bottom:4px;
}
.produit h1 {
	font-size:14px;
	color:#EE9D28;
	text-transform:uppercase;
	font-weight:normal;
}
.produit table{
	clear:both;
	width:800px;
	text-align:left;
}

.telechargements{
	clear:both;
	margin-top:30px;
}
.telechargement{
	text-shadow:2px 2px #000000;
	background-image:url(images/bg-dl.png);
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
	height:40px;
	width:150px;
	padding-top:10px;
	padding-left:50px;
	margin-left:10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	
}

.telechargement:hover{
	background-image:url(images/bg-dl-over.png);
}

.lienpage{
	padding:5px;
	padding-left:8px;
	padding-right:8px;
	margin-right:5px;
	border:solid 1px #F1991E;
	color:#F1991E;
	text-decoration:none;
}

.lienpage:hover{
	background-color:#FFDEAF;
}

.lienpageselected{
	padding:6px;
	padding-left:8px;
	padding-right:8px;
	margin-right:5px;
	background-color:#F1991E;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.lienpageinactif{
	padding:5px;
	padding-left:8px;
	padding-right:8px;
	margin-right:5px;
	border:solid 1px #74789E;
	color:#74789E;
	text-decoration:none;
	cursor:default;
}

.date{
	color:#74789E;
}

/*  Formulaires */
textarea { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	border:solid 1px #FFFFFF;
	background-color:#000000;
	}
	
.contactbold strong {
	display:block;
	}
.radio { 
	width:auto;
	}
	
select { 
	ont-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	border:solid 1px #FFFFFF;
	background-color:#000000;
}

#map a{
	color:#000000;
}

.send{
	background-color:#EE9D28;
	display:block;
	padding:5px;
	color:#000000;
	padding-left:300px;
}

.note{
	border:solid 1px #1F353F;
	margin-bottom:15px;
}

.date{
	color:#EE9D28;
}

.chapeau{
	padding:10px;
	border-bottom:dotted 1px #17272F;
}
.detail{
	padding:10px;
}

/*** Mise en page des rubriques : infos pratiques, wanders news et info reseau *************/
#contenu{	
	margin:0px;
	padding:0px;
	width:800px;
	height:400px;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
}

#items{
	width:220px;
	height:400px;
	margin:0px;
	padding:0px;
	float:left;
	overflow-y: auto;
	overflow : -moz-scrollbars-vertical; 
}
.item{
	width:192px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#333333;
	background-color:#000000;
	color:#666666;
}
.itemgris:hover{
	background-color:#000000;
}
	
.item:hover{
	background-color:#000000;
}

#texte{
	padding:10px;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#999999;
	float:left;
	height:380px;
	width:550px;
	overflow:auto;
}
				
.item a{
	text-decoration:none;
	font-weight:bold;
	}

.itemgris a{
	text-decoration:none;
	font-weight:bold;
	}

.itemgris{
	width:192px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#333333;
	background-color:#282828;
	color:#666666;
}

.itemselected{
	width:192px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#333333;
	background-color:#F09723;
	color:#666666;
}
.itemselected a{
	text-decoration:none;
	font-weight:bold;
}


/* V2 */
.linkk{
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:dotted 1px #1A282F;
	text-decoration:none;
}
	
.linkk:hover{
	background-color:#000000;
}
	
.link{
	text-decoration:none;
	padding:0px !important;
	margin:0px;
}

.link:hover{
	color:#EE9D28;
}

.lienproduit{
	text-decoration:none;
	padding:10px;
	border:solid 1px #FFFFFF;
	border-bottom:0px;
	padding-top:4px;
	padding-bottom:4px;
}

.actif {
	background-color:#EE9D28;
	color:#000000;
	border:solid 1px #000000;
	border-bottom:0px;
}

#gammes{
	margin-top:30px;
	padding-bottom:4px;
	border-bottom:solid 1px;
}

.listproduits{
	border:none;
	border-left:solid 1px #1F353F;
	padding-left:5px;
	margin-left:15px;
}

.listproduits a{
	width:160px !important;
	font-size:10px;
}

.menuproduits{
	padding-top:15px;
}
	
.telechargements h3{
	color:#FFFFFF;
	background-color:#000000;
	padding:5px;
	border-bottom-color:#1F353F;
}

