/* elements basiques */
html {
	margin: 0;
	padding: 0;
	}
body {
	margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. */
   	margin-bottom: 10px;    /* Idem pour le bas du navigateur */
   	padding: 0px;
	font-family: arial, verdana, sans-serif;
	/*background-image: url(../images/theme/bg_body.gif);
   	background-repeat: repeat-x;
	background-color:#67696D;*/
	
	background-image:url(../images/theme/ktm_lc8.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	background-color:#000000;

	}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}
a {
	text-decoration: none;

}

img {
	border: 0 none;
	}
.uppercase {
	text-transform: uppercase;
	}

/* div spécifiques */

/*//////////////////////////////////////////////////////////////////////////
				                  HEADER
//////////////////////////////////////////////////////////////////////////*/	
#container_header {
	position: relative;
	margin: 0px auto;
    margin-bottom: 6px;
	width: 850px;
	height: 80px;
   	background-image: url(../images/theme/bg_header.gif);
	background-repeat: repeat;
	background-color: #e9eaed;
	-moz-opacity:0.5;
	opacity: 0.5;
	filter:alpha(opacity=50);
	}
/*-------------> LOGO                                                     */
#logo {
	margin: 0px;
    padding: 10px;
	}
/*-------------> Menu langue                                              */
#menu_lang {
	position: absolute;
	right: 0px;
	top: -20px;
	margin: 0;
   	padding: 0;
	}
#menu_lang li {
	float: right;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}
#menu_lang a:link, #menu_lang a:visited {
	padding: 0px;
	margin-left: 5px;
	}
#menu_lang a:link.active, #menu_lang a:visited.active, #menu_lang a:hover {
	}
/* -------------- Recherche GOOGLE------------------------------- */
#searchform {
	position: absolute;
	left: 495px;
	top: 20px;
	width: 345px;
	height: 20px;
	margin: 0;
   	padding: 0;
	z-index:10;
	font: bold 0.7em arial, verdana, sans-serif;
	}
/* button submit */
#searchform input[type="submit"]
{
	margin: 0;
	padding: 0;
	width: 20px;
	font-size : 9px;
	line-height: 15px;
	border: #5e5e5e 1px solid;
	background-color: #5e5e5e;
	color: #f0f0f0;
	
}
#searchform input[type="submit"]:hover
{
	background-color: #f0f0f0;
	color: #949494;
	cursor: pointer;
}	
#search {
	float: right;
	height: 17px;
	margin: 0;
	padding: 0;
	}
#searchform input[type="text"] {
	font-size: 10px;
	padding: 2px;
	height: 11px;
	vertical-align: top;
	background-color: #f0f0f0;
	border: 1px solid #5e5e5e;
	margin-right: 0px;
	color: #949494;
	width: 105px;
}
/*-------------> Titre                                                    */
#titre1 {
	position: absolute;
	left: 130px;
	top: 20px;
	margin: 0;
   	padding: 0;
	font: bold 10px arial, verdana, sans-serif;
	color: #f0f0f0;
	z-index: 2;
	}
#titre2 {
	position: absolute;
	left: 131px;
	top: 22px;
	margin: 0;
   	padding: 0;
	font: bold 10px arial, verdana, sans-serif;
	color: #c0c0c0;
	z-index: 1;
	}
/*-------------> Menu Top 1                                               */
#menu_top1 {
	position: absolute;
	left: 130px;
	top: 50px;
	width: 600px;
	height: 20px;
	margin: 0;
   	padding: 0;
	font: normal 0.8em arial, verdana, sans-serif;
	}
#menu_top1 li{
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	margin-right: 25px;
	line-height: 20px;
	}
#menu_top1 a, #menu_top1 a:link, #menu_top1 a:visited {
	color: #656b6e;
	}
#menu_top1 a:hover {
	color: #000000;
	}
#menu_top1 a.on {
	color: #000000;
	/*font-weight: bold;*/
}


/*-------------> Menu Unlock                                              */
#menu_unlock {
	position: absolute;
	left: 740px;
	top: 50px;
	width: 100px;
	height: 20px;
	margin: 0;
   	padding: 0;
	font: normal 0.6em arial, verdana, sans-serif;
	}
#menu_unlock li{
	float: right;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	margin-right: 0px;
	line-height: 20px;
	}
#menu_unlock li img {
	float: right;
	margin-left: 5px;
	}	
#menu_unlock a, #menu_unlock a:link, #menu_unlock a:visited {
	color: #656b6e;
	}
#menu_unlock a:hover {
	color: #000000;
	}

/*-------------> Menu Top 2                                               */
#menu_top2 {
	position: absolute;
	left: 495px;
	top: 20px;
	width: 345px;
	height: 20px;
	margin: 0;
   	padding: 0;
	z-index:10;
	font: bold 0.7em arial, verdana, sans-serif;
	}
#menu_top2 li{
	float: right;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	margin-left: 10px;
	background-color: #f0f0f0;
	}
#menu_top2 a, #menu_top2 a:link, #menu_top2 a:visited {
	color: #656b6e;
	}
#menu_top2 a:hover {
	color: #ffffff;
	background-color: #17349c;
	}
/*//////////////////////////////////////////////////////////////////////////
				           Page principale ACCUEIL
//////////////////////////////////////////////////////////////////////////*/
#container_main {
	margin: 0px auto;
	padding: 1px 0;
	width: 850px;
	height: auto;
	min-height: 450px;
	background-image: url(../images/theme/bg_main.gif);
	background-repeat: no-repeat;
	background-color: #e5e8eb;
	overflow: hidden;
	-moz-opacity:0.5;
	opacity: 0.5;
	filter:alpha(opacity=50);
	}
/*---------------------- Contenu Général --------------------------*/
#content {
		}
/* ie 6 */ 
* html div#content { 
	clear: both;
	
} 
/*---------------------- Contenu Droit, si menu gauche -------------*/
#contentR {
	float: right;
	width: 620px;
	min-height: 200px;
	margin: 10px;
	padding: 0px;
	font-size: 0.8em;
	}
#col_1 {
	float: left;
	width: 193px;
	margin: 0px;
	padding: 0px;
	}
#col_2 {
	float: left;
	width: 193px;
	margin-left: 20px;
	padding: 0px;
	}
#col_3 {
	float: left;
	width: 193px;
	margin-left: 20px;
	padding: 0px;
	}
/* ie 6 */ 
* html div#contentR { 
	clear: both;
	height: 500px;
} 

#contentR p {
		}
#contentR h3 {
		}
#contentR h4 {
		}
#contentR h6 {
		}
#contentR a:link, #contentR a:visited {
	text-decoration: none;
	/*color: #83523b;*/
	color: #656b6e;
}
#contentR a:link.active, #contentR a:visited.active, #contentR a:hover {
	/*color: #123660;*/
	color: #000000;
	}
#contentR li{
	margin-left: -15px;
	padding-bottom: 5px;
	list-style-type: none;
	line-height: 10px;
	}
#contentR li img {
	margin-right: 10px;
	}	
#contentR a, #contentR a:link, #contentR a:visited {
	color: #656b6e;
	}
#contentR a:hover {
	color: #000000;
	}
#enligne {
	float: left;
	margin-left: 10px;
	padding: 0px;
	}
#enligne li{
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	}
#enligne li img{
	margin: 0px 10px 10px 0px;
	}
 
/*--------------------------------- MENU L ---------------------------*/
#menuL {
	float: left;
	width: 180px;
	margin: 10px;
	padding: 0px;
	font-size: 12px;
	border: 1px solid #67696D;
	}
#menuL a:link, #menuL a:visited {
	color: #656b6e;
}
#menuL a:hover{
	color:#000000;
}
#menuL a.on {
	color: #000000;
	font-weight: bold;
}
ul.sous_menu{
	margin: 0px;
	padding: 0px;
}
ul.sous_menu>li{
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	line-height: 16pt;
	color:#656b6e;
}
.sous_menuTitre {
	/*background-color: red;*/
}	
.sous_menu a{
	color: #656b6e;
}
ul.sous_menu_2{
	margin:0 5pt 5pt 20pt;
	padding:0;
}
ul.sous_menu_2 li{
	list-style: square;
}
ul.sous_menu_2 ul{
	margin:0 5pt 5pt 15pt;
	padding:0;
}
/*//////////////////////////////////////////////////////////////////////////
				                    FOOTER
//////////////////////////////////////////////////////////////////////////*/
#container_footer {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 850px;
	height: 15px;
	}
#container_footer p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 10px;
	line-height: 15px;
	color: #d3d2d3;
	}
#container_footer a {
	text-decoration: none;
}
#container_footer a:link, #container_footer a:visited{
	color: #d3d2d3;
}
#container_footer a:hover {
	color: #ffffff;
}
/*--------------------------------------------------------------------------*/
/*///////// Formulaire login espace membres ///////////*/
#monForm
{
	margin: auto; /* Pour centrer notre page */
   	margin-top: 50px;		
	padding: 0px;
   	text-align: center ;
	width:200px;
	height: 20px;
	font: bold 0.7em arial, verdana, sans-serif;
}
/* button submit */
#monForm input[type="submit"]
{
	margin: 0px;
	padding: 0px;
	width: 20px;
	font-size : 9px;
	line-height: 15px;
	border: #5e5e5e 1px solid;
	background-color: #5e5e5e;
	color: #949494;
}

#monForm input[type="submit"]:hover
{
	background-color: #f0f0f0;
	color: #949494;
	cursor: pointer;
}
#monForm input[type="password"] {
	font-size: 10px;
	padding: 2px;
	height: 11px;
	vertical-align: top;
	background-color: #f0f0f0;
	border: 1px solid #5e5e5e;
	margin-right: 0px;
	color: #949494;
	width: 105px;
}
.msg
{ 
	position : relative;
  	left : 30px;
  	top : 20px;
	color: #67696D;
	font: 10px arial, verdana, sans-serif;
	text-align: justify;
}
#optionlist
{ 
	margin: auto; /* Pour centrer notre page */
   	margin-top: 30px;		
	padding: 0px;
   	text-align: center ;
}
#optionlist option
{ 
	font-size: 10px;
	height: 11px;
	background-color: #f0f0f0;
	border: 1px solid #949494;
	margin-right: 0px;
	color: #5e5e5e;
}
