/* Css global */


/*---------------------------------------*/
/*           CSS GENERALES               */
/*---------------------------------------*/

* {margin: 0; padding: 0; }

body {
	border-top: solid 2px #000000;
	font-family: "Century Gothic", Arial, Trebuchet MS;
	font-size: 14px;
	background: #1A1A1A;
	color: #FFFFFF;
}

	/*h1 a { visibility: hidden; text-decoration: none; }*/

.stop { clear: both; }

.gauche { float: left; }

.droite { float: right; }

.photo-bio {
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 6px;
	border: 1px solid #ffffff;
}


/*---------------------------------------*/
/*           CSS presentation            */
/*---------------------------------------*/

#presentation {
			float: right;
			display: block;
			width: 675px;
			height: 450px;
			margin-right: 30px;
			visibility: hidden;	
}

/*---------------------------------------*/
/*             CSS CONTENT               */
/*---------------------------------------*/

#centre-accueil {
	position: absolute;
	width: 838px;
	height: 720px;
	top: 50%;
	margin-top: -360px;
	left: 50%;
	margin-left: -419px;
	background-image: url(../img/faisceau-accueil.jpg);
}

	#centre-accueil a#entrez {
		position: relative;
		display: block;
		width: 58px;
		height: 16px;
		top: 300px;
		left: 550px;
		background: url(../img/entree-accueil.gif)
	}
	
		#centre-accueil a#entrez span { visibility: hidden; }
	
#content_global {
	position: absolute;
	width: 950px;
	top: 0px;
	left: 50%;
	margin-left: -475px;
	height: 700px;
	background: #1A1A1A url(../img/lumiere.jpg) top left no-repeat;
}	

	#content_global #header {
		position: relative;
		width: 950px;
		height: 90px;
	}
	
		#content_global #header a#commandez {
			width: 102px;
			height: 67px;
			background: url(../img/commandez.gif) top left no-repeat;
			float: right;
			display: block;
			margin-top: 10px;
		}
	
		#content_global #header h1 a {
			float: left;
			width: 165px;
			height: 99px;
			display: block;
			background: url(../img/logo.jpg) top left no-repeat;
			text-decoration: none;
		}
		
		#centre-accueil h1#accueil {
			width: 230px;
			height: 121px;
			display: block;
			position: relative;
			left: 300px;
			top: 220px;
			text-align: center;
			background: url(../img/logo-accueil.gif) top left no-repeat;
		}	

		#content_global #header h1 a span { 
			height: 99px;
			font-size: 14px;
			visibility: hidden;
		}
		
		#centre-accueil h1#accueil span {
			visibility: hidden;
		}
		
		#content_global #header ul {
			float: right;
			margin-top: 47px;
			list-style-type: none;
		}	
	
			#content_global #header ul li {
				float: right;
				height: 27px;
				line-height: 20px;
				padding: 0 16px;
				font-family: "Trebuchet MS";
				font-size: 12px;
				color: #6E6E70;
			}
			
			#content_global #header ul li.barre {
				border-left: 1px solid #6E6E70;
			}
			
				#content_global #header ul li a { color: #6E6E70; text-decoration: none; }
				#content_global #header ul li a.actif {  color: #ffffff; }
				#content_global #header ul li a:hover { color: #ffffff; }
				
	#content_global #content {
		padding-top: 50px;
		padding-left: 20px;
	}
	
		#content_global #content #galerie {
			float: right;
			display: block;
			width: 700px;
			height: 600px;
			margin-top: -50px;
		}
		
		#content_global #content #album {
			float: right;
			display: block;
			width: 760px;
			height: 600px;
			margin-top: -50px;
			margin-right: 0px;
			border: solid 1px #6e6e70;
		}	
		
		#content_global #content #diaporama {
			float: right;
			display: block;
			width: 675px;
			height: 450px;
			margin-right: 30px;
		}	
	
/*---------------------------------------*/
/*              CSS MENU                 */
/*---------------------------------------*/
	
.navigation { 
      margin: 0; 
      padding: 0;
	  float: left; 
      list-style: none; 
      background: none; 
      color: #fff; 
      width: 160px; 
	  font-size: 14px;
	  font-family: "Century Gothic", Arial, Trebuchet MS;	
      } 
   .navigation a, .navigation span { 
      display: block; 
      padding: 4px 10px; 
	  line-height: 30px;
      color: #fff; 
      text-decoration: none; 
      background: url(../img/menu_bas.gif) left bottom no-repeat; 
      }
   .navigation .toggleSubMenu a, .navigation .toggleSubMenu span { 
      background: url(../img/menu_bas.gif) left bottom no-repeat; 
      } 
   .navigation .open a, .navigation .open span { 
      background: url(../img/menu_bas.gif) left bottom no-repeat;
      } 
   .navigation a:hover, .navigation a:focus, .navigation a:active { 
      text-decoration: none;
	  font-weight: bold;
      } 
   .navigation .subMenu { 
      font-size: 12px; 
	  font-stretch: extra-condensed;
      background: url(../img/menu_bas.gif) left bottom no-repeat;
      margin: 0; 
      padding: 0; 
	  list-style-type: none;
      } 
   .navigation ul.subMenu a { 
      background: url(../img/menu_bas.gif) left bottom no-repeat;
      padding-top: 0px;
	  padding-bottom: 0px;
	  padding-left: 30px; 
	  padding-right: 0px;
	  color: #6E6E70;
	  list-style-type: none;
      }
   .navigation li {
      background: url(../img/menu_bas.gif) left bottom no-repeat;
      }
   .navigation .actif a {
	  /*background-repeat: repeat-y;*/
	  font-weight: bold;
   }
   
/*---------------------------------------*/
/*             CSS FOOTER                */
/*---------------------------------------*/
	#footer {
		float: left;
		margin: 20px auto;
		width: 950px;
		padding-top: 5px;
		padding-bottom: 11px;
		font-family: "Arial";
		text-align: right;		font-size: 10px;
		letter-spacing: 0.5px;
		color: #393939;
	}
	
		#footer a { text-decoration: none; color: #393939; }
		
		#footer a:hover { text-decoration: underline; color: #393939; }

