@charset "UTF-8";
/* CSS Document */

/*******************/
/* Elts Generiques */
/*******************/
.reset{
	border:none;
	margin:0; 
	padding:0;
	background:none;
}

html body{
	background-color:#F0F0F0;
	font-family: 'Imprima', sans-serif;
	font-size:12px;
	color:#000;
	width:100%;
	height:100%;
	margin:0px;
	text-align: left;
}

img{
	border:0;
}

a:link{
	color:#000;
  	text-decoration:none;
}
a:visited{
	color:#000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:active{
  	text-decoration:underline;
}

h1{
	font-family: 'Parisienne', cursive;
	font-size:30px;	
	font-weight:normal;
	margin-top:7px;
}
h2{
	font-family: 'Parisienne', cursive;
	font-size:23px;	
	font-weight:normal;
}
h3{
	color:#6D005D;
	font-family: 'Imprima', sans-serif;
	font-size:14px;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:-10px;
}
h4{
	font-weight:normal;
	font-size:12px;
	margin-top:10px;
	margin-bottom:0px;
}
/****************/
/* Bandeau Haut */
/****************/
#bandeau_haut{
	margin:auto;
	width:100%;
	height:450px;
	background-image:url(img/bandeau_violet.png);
	background-repeat:repeat-x;
}

#contenu_bandeau_haut{
	text-align:left;
	width:950px;
	position:relative;
	margin:auto;
}

#logo{
	position:relative;
	left:0px;
	top:20px;
}
#contact{
	width:180px;
	height:52px;
	position:absolute;
    top:0px;
	border:none;
	right:0px;
    background-image:url(img/fd_contact.png);
	background-repeat:no-repeat;
	font-family: 'Imprima', sans-serif;
	font-size:14px;
	color:#FFF;
	padding-top:7px;
	padding-left:10px;
	text-align:left;
}
#contact a:link{
	color:#FFF;
  	text-decoration:none;
}
#contact a:visited{
	color:#FFF;
  	text-decoration:none;
}
#contact a:hover{
	color:#FFF;
  	text-decoration:underline;
}
#contact a:active{
	color:#FFF;
  	text-decoration:underline;
}
#flag{
	font-family: 'Imprima', sans-serif;
	font-size:14px;
	padding-top:10px;
	border:none;
	position:absolute;
	padding-right:10px;
	text-align:right;
	top:0px;
	width:103px;
	height:52px;
	right:182px;
	background-image:url(img/fd_flag.png);
}

/****************/
/* CAROUSEL		*/
/****************/
#entete_carousel{	
	font-family: 'Imprima', sans-serif;	
	font-size:16px;
	width:290px;
	height:30px;
	padding-top:10px;
	text-align:center;
	background-image:url(img/entete_carousel.png);
	position:absolute;
	top:120px;
	left:0px;	
	z-index:99;
}

#carousel{
	background-image:url(img/fond_carousel.png);
	width:950px;
	height:299px;
	position:absolute;
	top:150px;
	z-index:100;
}

/****************/
/* MENU HAUT	*/
/****************/
#menu_haut{
	font-family: 'Imprima', sans-serif;
	font-size:13px;
	text-transform:uppercase;
	height:30px;
	position:absolute;
	left:310px;
	width:840px;
	top:110px;
	border-left:right;
   	z-index:101;
}
#nav{
	font-family: 'Imprima', sans-serif;
	font-size:13px;
	text-transform:uppercase;
	color:#000;
	
	text-align:left;

	list-style:none;
    padding: 0;
	padding-top:5px;
	padding-bottom:5px;
 	margin: 0;
	/* Clear floats */
	float:left;
	width:100%;
	overflow:visible;
	position:relative;
	top:0px;
	z-index:5;
}
#nav li{
	float:left;
	position:relative;
	padding-right:23px;
	padding-left:23px;
	padding-top:5px;
	height:20px;
	border-left:solid;
	border-width:1px;
}

#nav a{
	display:block;
	color:#000;
	text-decoration:none;
}
#nav a:hover{
	display:block;
	color:#000;
	background-color:none;
	text-decoration:underline;
}
/*--- DROPDOWN ---*/
#nav ul{
	background-color:#FFF;
	border-color:#DDD;
	border-style:solid;
	border-width:thin;
	border-top:none;
	text-align:left;

	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:10px;

	list-style:none;
	position:absolute;
	top:30px;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	border:none;
	float:none;
	padding:0;
	margin:0;
	height:20px;
	margin-bottom:3px;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}

#nav ul:before{
	content:'';
	padding: 0;
   	margin: 0;
	margin-left:0px;
   	display: block;
	background-image:url(img/fd_menu_deroulant.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:9px;
	position:absolute;
	left:0px;
	top:-8px;
	width:100%;
}


#nav li:hover ul{ /* Display the dropdown on hover */
	left:23px; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	text-decoration:underline;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	color:#616161;
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	text-decoration:underline;
}

/****************/
/* 	SS MENU	 	*/
/****************/

#ss_menu_haut{
	font-family: 'Imprima', sans-serif;	
	font-size:12px;
	width:950px;
	margin:auto;
	display:block;
	height:27px;
	background-image:url(img/fd_ss_menu_haut.png);
	background-repeat:no-repeat;
	padding-top:8px;
	text-transform:uppercase;
	text-align:center;
}
#ss_menu_haut a:link{
	margin-right:20px;
	padding-left:20px;
	border-left:solid;
	border-width:thin;
  	text-decoration:none;
}
#ss_menu_haut a:visited{
	margin-right:20px;
	padding-left:20px;
	border-left:solid;
	border-width:thin;
  	text-decoration:none;
}
#ss_menu_haut a:hover{
	margin-right:20px;
	padding-left:20px;
	border-left:solid;
	border-width:thin;
  	text-decoration:underline;
}
#ss_menu_haut a:active{
	margin-right:20px;
	padding-left:20px;
	border-left:solid;
	border-width:thin;
  	text-decoration:underline;
}


/****************/
/*  MENU DROIT	*/
/****************/


#menu_droit{
	position:absolute;
	top:20px;
	border-top:solid;
	border-color:#F0F0F0;
	left:30px;	
	font-size:13;
}

#switch{
	color:#FFF;
	padding-top:5px;
	padding-left:20px;
	position:relative;
	left:0px;
	top:0px;
	width:224px;
	height:26px;
	background-image:url(img/fd_switch_cat.png);
	background-repeat:no-repeat;
}

#bt_blog{
	padding-top:5px;
	padding-left:20px;
	position:relative;
	left:0px;
	top:10px;
	width:224px;
	height:46px;
	background-image:url(img/fd_bt_galerie.png);
	background-repeat:no-repeat;
}

.velo{
	font-family: 'Imprima', sans-serif;
	font-size:17px;
	text-align:center;
	padding-right:18px;
	padding-top:32px;
	height:85px;
	width:228px;
	background-repeat:no-repeat;
}

#galery{
	position:relative;
	left:0px;
	top:0px;
	width:247px;
	height:119px;
	background-image:url(img/bt_galery.png);
}


#film{
	position:relative;
	left:0px;
	top:15px;	
	width:247px;
	height:119px;
	background-image:url(img/bt_video.png);
}


/****************/
/* 	CONTENU	 	*/
/****************/
#contenu{
	text-align:left;
  	width:1010px;
	margin:auto;
	position:relative;
	background-image:url(img/silhouette_paris.png);
	background-position:bottom left;
	overflow:visible;
	background-repeat:no-repeat;
}
#zone_txt{
	border-top:solid;
	border-color:#F0F0F0;
	position:relative;
	left:320px;
	top:20px;
	width:655px;
	line-height:150%;
	padding-bottom:120px;
	text-align:justify;
	min-height:350px;
}
#zone_txt a:link{
	color:#7D006B;
  	text-decoration:none;
}
#zone_txt a:visited{
	color:#7D006B;
  	text-decoration:none;
}
#zone_txt a:hover{
  	text-decoration:underline;
}
#zone_txt a:active{
  	text-decoration:underline;
}

#txt_accueil{
	margin:auto;
	text-align:justify;
	width:800px;
	margin:auto;
	font-size:13px;
	line-height:150%;
	padding-bottom:120px;
}
.min{
	font-family: 'Parisienne', cursive;
	font-size:30px;
	text-align:center;	
	background-image:url(img/fd_min_acc.png);
	background-position:top center;
	background-repeat:no-repeat;
	padding-top:45px;
	width:320px;
	height:90px;
}



/****************/
/* 	VIDEO	 	*/
/****************/
#video{
	z-index:1;
	heigth:534px;
	width:950px;
	position:absolute;
	top:120px;
	left:0px;	
}

/****************/
/* 	GALERIE	 	*/
/****************/
#zone_agd{
	position:relative;
	top:30px;
	width:auto;
}

#agd{
	padding:10px;
	display:block;
	background-color:#FFF;
	margin:auto;
}

#zone_miniatures{
	height:120px;
	overflow:scroll;
	overflow-y:hidden;
	z-index:1;
	border:none;
	position:relative;
	top:190px;
	width:100%;
	text-align:center;
}
#thumbs li {float:left; margin:0;padding:0; list-style:none;}
#thumbs {margin:0;padding:0; }

#miniatures{
	padding:0;
	margin:auto;
	display:block;
}
#img_min{
	display:block;
	float:left;
	border-top:solid;
	border-bottom:solid;
	border-color:#FFF;
}
#space_gal{
	text-align:left;
  	width:1010px;
	margin:auto;
	position:relative;
	background-image:url(img/silhouette_paris.png);
	background-position:bottom left;
	overflow:visible;
	background-repeat:no-repeat;
	height:400px;
}
/****************/
/* 	BANDEAU BAS	*/
/****************/
#bandeau_bas{
	width:100%;
	color:#FFF;
	height:251px;
	background-image:url(img/fd_bandeau_bas.png);
	background-repeat:repeat-x;
}

#contenu_bandeau_bas{
	width:950px;
	position:relative;
	margin:auto;
	margin-top:0px;
	line-height:130%;
	font-size:12px;
	text-align:left;
}

#contenu_bandeau_bas a:link{
	color:#b199b1;
  	text-decoration:none;
}
#contenu_bandeau_bas a:visited{
	color:#b199b1;
  	text-decoration:none;
}
#contenu_bandeau_bas a:hover{
	color:#FFF;
  	text-decoration:underline;
}
#contenu_bandeau_bas a:active{
	color:#FFF;
  	text-decoration:underline;
}


#information{
	position:absolute;
	top:5px;
	left:210px;
}
#actu{
	position:absolute;
	top:5px;
	left:0px;
	width:160px;
}
.bloc_actu{
	display:block;
	width:190px;
	float:left;	
	margin-top:15px;
}
.img_actu{
	float:left;
	margin-right:10px;
}
.txt_actu{
	float:left;
	width:170px;
}
#vous{
	position:absolute;
	top:5px;
	left:445px;
}
#a_propos{
	position:absolute;
	top:5px;
	left:605px;
	text-align:justify;
	font-size:10px;
}
.soft{
	color:#b199b1;
}


/********************/
/* 	FORM CONTACT	*/
/********************/
#zone_contact{
	display:inline-block;
	position:relative;
	left:320px;
	top:20px;
	width:655px;
	line-height:150%;
	padding-bottom:120px;
	text-align:justify;
}
#form_contact{
	width:480px;
	border:none;	
}
#form_contact form{
	height:auto;
	width:300px;
	float:left;
	position:relative;
}
#form_contact label{
	display:block;
	margin:0px;
	height:30px;
	width:150px;
	float:left;
}
#form_contact input{
	color:#999;
	display:block;
	width:300px;
	height:20px;
	margin-bottom:10px;
	float:left;
	border:none;
}
#form_contact textarea{
	color:#999;
	display:block;
	width:300px;
	height:150px;
	margin-bottom:10px;
	border:none;
	float:left;
	resize:none;
}
#button_sub{
	background-image:url(img/fd_bt_form.png);
	background-repeat:repeat-x;
	width:455px;
	height:26px;
	color:#666;
	float:left;
	display:block;
	text-align:center;
	font-size:14px;
	padding-top:5px;
}

#ariane
{
    width: 1010px;
    margin: auto;
    padding: 20px;
    padding-left: 90px;
}