* { 
	padding: 0 0; 
	margin: 0 0; 
	overflow: hidden;
} 

html {
	height: 100%;
}

body { 
	height: 100%;
	/* background-color: #202020; */
	background-color : #000000;
	color: #dddddd; 
	font: .8em/1.5em Verdana, Arial, sans-serif; 
} 

a {
	color: #eaf9de;
	text-decoration: none;
	text-align : justify;
}
a:focus
{
outline:0;
} 

a:hover, a:link{
	color: #f99aa3;
}

#global {
	width: 98%;
	height : 98%;
	margin : 10px 15px; 
	text-align : justify;
}

#global * {
	text-align : justify;
	vertical-align:top;
}

/* entete */
#enteteg {
	width:80%;
	height:12%;
	min-height:100px;
	float:left;
}

#enteteg a {
	line-height: 8;
	font-size: 1.5em;
	text-decoration: none;
}

#enteteg img{
	width : 31%;
}

#enteteg a:hover, a:link{
	color: #f99aa3;
}
#enteted{
	width:10%;
	height:12%;
	min-height:100px;
	cursor : pointer;
}
#enteted img{
	border:0;
}
/*  page accueil */
#gauche { 
	float: left; 
	position:relative;
	width: 42%; 
	height : 55%;
	padding : 30px 0px;
	margin-left : 110px;
}

#gauche img {
  width: 90%;
  }

#droite { 
	text-align:justify;
	width: 35%; 
	height : 50%;
	padding : 110px 25px;
	margin-left : 110px;
	font-size: 1.3em;
	font-weight:200;
}

.ligne {
	width : 65%;
	background : transparent;
	border-color : #eaf9de;
	border-width : 0 0 1px;
	border-style : solid;
	margin-left : 400px;
	margin-right : 10px;
}

/* page galerie */
#fondgal {
	width:90%; 
	height:70%; 
	overflow : auto;
	margin-left:5%;
	margin-top : 10px;
}

#fondgal a, a:hover, a:link {
	text-decoration : none;
	color: #ffffff;
}

#fondgal a img {
	border: none;
	padding-right: 10px;
	float:left;
}

.yoxview { 
	height:80%; 
	overflow : auto;
	margin-top : 10px;
	margin-left: 3%;
}

.yoxview a{
	display:-moz-inline-stack;
	display:inline-block;
	height:140px;
	width:210px;	
	position:relative;
	vertical-align:top;
	margin:0px 0px;
	padding : 7px 3px;
	font-family:Trebuchet,Tahoma,Arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	opacity:1;
}

.yoxview span { 
	display:block;
	text-align:center;
	}

.yoxview a img{
	border:none;
	margin:0;
}	
	
div.row {
	width: 98%;
}

div.cols {
	display:block;
	float : left;
	width: 48%; 
	background-color : #282828;
	margin-left:1%;
	margin-top : 1%;
}
.colsgauche{
	width:30%;
	float:left;
}
.colsdroite{
	width:70%;
	float:right;
	}
.titre {
	width:100%;
	line-height: 1.4;
	font-size: 1.4em;
	font-weight : normal;  
	color:#9fb2f7;
}

.texte {
	width:100%;
	line-height: 1.2;
	font-size: 1.0em;
	font-weight : normal;  
	color : #ffffff;
	text-align:justify;
}
/* bas de page */
#baspage {
	width: 85%;
	height : 3%;
	margin : 10px 15px; 
	text-align : right;
}
