/*
 * GENERAL DIV ----------------------------------------------------------------------------------------------------------------------------------------------------
 */

body {
	background-repeat: repeat-x;
	background-image: url("../img/design/bg.png");
	background-color: black;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica;
	color: white;
	overflow-y: scroll;
	
}

a {
	outline: none;
	color: white;
	text-decoration: none;
}

a img{
	border:0px;
}

button {
	font-size: 11px;
}


textarea {
	color: black;
	font-family:arial;
	font-size: 12px;
}

select {
	border: solid 1px silver;
	
}

file {
	border: solid 1px silver;
	
}

.link_underline:hover {
	text-decoration: underline;	
}

/*
 * LAYOUT ----------------------------------------------------------------------------------------------------------------------------------------------------
 */

#container {
    margin: auto;
    width: 915px;
}

	/*
	 * HEADER
	 */
	
	#header {
		width: 100%;
		height: 121px;
		margin-top: 18px;
	}
	
	#logo {
		width: 216px;
		height: 74px;
		background-image: url("../img/design/logo.png");
		float: left;
	}
	
	#extend_logo {
		width: 569px;
		height: 121px;
		float: right;
		text-align: right;
	}
	
	/*
	 * MENU
	 */
	
	#menu {
		width: 758px;
		height: 29px;
		margin: auto;
		margin-top: 16px;
		margin-left: -175px;
		text-align: center;
		padding-top: 11px;
	}
	
	.label a {
		color: white;
		font-weight: bold;
		float: right;
		margin-right: 17px;
		cursor: pointer;
		padding-left: 17px;
		text-transform:uppercase;
	}
	
	.link:hover {
		color: #ca2221;		
	}
	
	.label_selected {
		color: blue;		
	}
	

	/*
	 * BOTTOM
	 */

	#menu_bottom_left {
		height: 22px;
		margin: auto;
		text-align: left;
		padding-top: 27px;
		float: left;
	}
	
	#menu_bottom_right {
		height: 26px;
		text-align: right;
		margin-top: 23px;
		width: 79px;
		float: right;
		background-image: url("../img/design/bottom_logo.png");
		background-repeat: no-repeat;
	}

	.label_bottom a{
		color: #8a8a8a;
		font-weight: bold;
		float: left;
		margin-right: 2px;
		text-align: center;
		cursor: pointer;
		padding-left: 6px;
		padding-right: 6px;
		font-size: 11px;
	}
	
	/* BOTTOM BG
	 * INFO
	 */

	#bottom_bg {
		position:fixed; 
		width: 100%;
		bottom: 0px;
		height: 52px;
		background-image: url("../img/design/bg_bottom_2.png");
	}
		
		
	
		#bottom {
			font-size: 10px;
			margin-bottom: 0px;
			height: 10px;
			
			
		}
		
		#bottom a:hover {
			color: #CA2221;
			
			
		}
		
		


.clear {
	float: none;
}

/*
 * MODULE ----------------------------------------------------------------------------------------------------------------------------------------------------
 */ 
 
 #module {
	margin-top: -20px;
	margin-bottom: 12px;
	
 }
 
 /*
 * -----------> MODULE : home       ----------------------------------------------------------------------------------------------------------------------------------
 */ 
 
 #home_module #home_left {
	float: left;
 }
 
 #home_module .container_news {
  	width: 256px;
	height: 129px;
	border: solid 1px #7a7a7a;
	margin-bottom: 9px;
	cursor: pointer;
	display: block;
 }
 
	 #home_module #image_news {
	  	width: 256px;
		height: 129px;
		cursor: pointer;
		display: block;
	 }
	 
	 #home_module .bg_image_news {
	  	width: 256px;
		height: 38px;
		background-image: url("../img/design/bg_image_news.png");
		position: absolute;
		margin-top: -38px;
		display: block;
	 }
	 
	 #home_module .title_news {
	  	width: 226px;
		height: 32px;
		font-size: 11px;
		padding-left: 7px;
		padding-top: 6px;
		float: left;
	 }
	 
	 #home_module .arrow_news {
	 	background-image: url("../img/design/arrow_right.png");
	  	width: 3px;
		height: 5px;
		font-size: 11px;
		float: left;
		margin-top: 17px;
		margin-left: 10px;
	 }
 
 #home_module #home_right {
  	width: 628px;
	height: 410px;
	border: solid 1px #7a7a7a;
	margin-bottom: 9px;
	float: right; 
	margin-top:-12.7px;
	
 }
 
 
	 #home_module #image_contenu {
	  	width: 628px;
		height: 410px;
		cursor: pointer;
	 }
 
  /*
 * -----------> MODULE : collection       ----------------------------------------------------------------------------------------------------------------------------------
 */ 
 
  #collection_module {
	margin-top: -20px;
 }	
 
 /**
  * Collection
  */
 
 #collection_module #container_collection {
  	width: 208px;
	float: left;
	margin-right: 24px;
	font-weight: bold;
	font-size: 11px;
	margin-top:3px;
	height: 100%;
 }	
 	#collection_module .container_list_collection {
 		font-size: 12px; 
 	}
	
	.title_type_modele a:hover{
		color: #ca2221;	
	}
 
 /**
  * Image
  */
 
  #collection_module #container_image_modele {
  	width: 330px;
	float: left;
	margin-right: 23px;
	font-weight: bold;
	font-size: 11px;
	margin-top: -17px;
	height: 100%;
 }	
 
 	  #collection_module #image_detail_modele {
		margin: auto;
		text-align: center;
 	  }	
	  
	  #collection_module #list_image_modele {
	  	padding-top: 40px;
	  	width: 330px;
		margin: auto;
		padding-left: 10px;
 	  }	
	  
	  #collection_module .container_image_miniature_modele {
	  	border: solid 1px silver;
		width: 48px;
		height: 67px;
		margin: auto;
		float: left;
		margin-right: 3px;
		text-align: center;
		margin-bottom: 3px;
		
 	  }	
	  
	   #collection_module .container_image_autre_miniature_modele {
	  	border: solid 1px silver;
		width: 48px;
		height: 67px;
		margin: auto;
		float: left;
		margin-right: 3px;
		text-align: center;
		margin-bottom: 3px;
 	  }	
	  
	   #collection_module .container_image_autre_miniature_presse {
	  	border: solid 1px silver;
		width: 44px;
		height: 57px;
		margin: auto;
		float: left;
		margin-right: 7px;
		text-align: center;
		margin-bottom: 3px;
 	  }	
 
 /**
  * Details
  */
 
  #collection_module #container_description_modele {
  	width: 330px;
	float: right;
	font-weight: bold;
	font-size: 11px;
	margin-top: -17px;
	height: 100%;
 }	
 
 #collection_module .title_column {
 	height: auto;  
	padding-bottom: 5px;
	border-bottom: solid 1px silver; 
	margin-bottom: 20px;
	text-transform:uppercase;
	padding-left: 10px;
 }

  #container_list_article .title_column {
 	height: auto;  
	padding-bottom: 5px;
	border-bottom: solid 1px silver; 
	margin-bottom: 20px;
	text-transform:uppercase;
	padding-left: 10px; 
	width: 890px;
 }

   #collection_module .description_title_column {
   	cursor: pointer;
	text-transform: uppercase;
	height: 10px;
	padding-bottom: 8px;
 }
 
  #collection_module .bloc_contenu {
  	font-size: 12px;
	color: #b5b5b5;
 }
 
 
   .container_bloc_modele {
	padding-bottom: 8px;
 }	
 
   /*
 * -----------> MODULE : contact       ----------------------------------------------------------------------------------------------------------------------------------
 */ 
 
   #collection_module #list_image_article {
  	width: 330px;
	margin: auto;
	  }	
 
 
  /*
 * -----------> MODULE : contact       ----------------------------------------------------------------------------------------------------------------------------------
 */ 
 
 .title_item_pays, .title_item_ville{
		text-transform: uppercase;	
}
 
 .title_item_pays:hover{
		color: #ca2221;	
}

.item_contact:hover{
		color: #ca2221;	
}


  /*
 * -----------> MODULE : navitec       ----------------------------------------------------------------------------------------------------------------------------------
 */ 

  #collection_module #container_list_article {
  	width: 680px;
	float: left;
	font-weight: bold;
	font-size: 11px;
	margin-top: -17px;
 }	
 
 
 
 
 
 
 
 
 
 
 .diaporama{
	position:relative;
}

.diaporama li{
	list-style-type:none;
	overflow:hidden;
	position:absolute;
	margin-left: 242px;
	border: solid 1px #7a7a7a;
	width:628px;
	height: 410px;
}

.diaporama_controls{
	width:512px;
	margin:3px 0;
	clear:both;
	overflow:hidden;
}

.diaporama_controls .btns{
	float:right;
}

.diaporama_controls a{
	font-weight:normal;
	width:10px;
	height:13px;
	text-indent:-9999px;
	display:inline-block;
	margin:0 3px;
}

.diaporama_controls .prev{
	background:url(img/fleches_diapo.png) no-repeat top right;
}

.diaporama_controls .next{
	background:url(img/fleches_diapo.png) no-repeat top left;
}

.diaporama_controls .pause{
	background:url(img/fleches_diapo.png) no-repeat bottom right;
}

.diaporama_controls .play{
	background:url(img/fleches_diapo.png) no-repeat bottom left;
}

