/*BODY ---------------------------------------------------------------------------*/
body {
	margin: 0;
	background-color: white;
} 

/*LIENS ---------------------------------------------------------------------------*/
a:link {
    color: #000000;
    text-decoration: none; 
    font-weight: bold}
a:hover {
    color: #7f7f7f;
    text-decoration: none; 
    font-weight: bold}
a:visited {
    color: #000000;
    text-decoration: none; 
    font-weight: bold}
a:active {
    color: #000000;
    text-decoration: none; 
    font-weight: bold}

/*TEXTES ------------------------------------------------------------------------*/


/*DEFAUT ----------------------------------------*/
* {
	/*Google*/ /*Youtube*/
	font-family:arial,sans-serif;
	font-size: 12px;

}

/*FORMULAIRE ------------------------------------*/
.champ_facultatif {
	font-size: 12px;
	font-weight: bold;
	color: #b4b4b4;
}

.champ_obligatoire {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	/*TEXT-DECORATION:underline;*/
}

/*DIVERS ----------------------------------------*/
.warning {
	font-size: 12px;
	font-weight: bold;
	color: #C00000;
}

/*IMAGES -----------------------------------------*/
img {
border: 0;
}

/* SlideShow en Javascript-------------------------------------------------*/
	#simplegallery1{ /*CSS for Simple Gallery Example 1*/
	position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*/
	}
	
	#simplegallery1 .gallerydesctext{ /*CSS for description DIV of Example 1 (if defined)*/
	text-align: left;
	padding: 2px 5px;
	}
