body
{
   	/*Cadre*/
   	background-color: white; 	/* Fond de page gris vert claire */
	color: RGB(20,20,20); 			/* Texte gris foncé */
	text-align: justify;
	font-family: Droid Sans Fallback;
	
	/*Image*/
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	
	/*Dimentions*/
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	
	/*Position*/
	position: relative;
/*	overflow: auto;*/
}

#header
{
	/*Cadre*/
	color: RGB(10,200,255); 
	background-color: RGBA(50,60,60,0.9);
/*	border: 2px RGBA(50,60,60,0.9);*/
/*	border-radius: 3px;*/
	/*box-shadow: 0px 0px 2px black;*/
	
	/*Images*/
	/*background-image: url(green_grass.jpg);
	background-repeat: no-repeat;
	background-position: 100%, 100%;
	

	/*Marges*/
	/*padding: 10px;	/* Marge intérieure de 10px */
	margin: auto;

	/*Position*/
	position: absolute;
/*	top: 5px;*/
/*	bottom: 10px;*/
/*	left: 10%;*/
/*	right: 10%;*/

	/*Dimensions*/
	height: 150px;
	width: 100%;
}

#titre
{
	display: inline-block;	
	font-size: x-large;
	margin: auto;
	position: absolute;
	top: 5%;
	left: 20%;
}

#sub-titre
{
	font-size: large;
	left: 20%;
}

#descrip
{
	color: RVB(0,0,0);
	display: inline-block;	
	font-size: medium;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 20%;
}

#content
{
	/*Cadre*/
/*	display: inline-block;	*/
/*	background-color: RGBA(50,60,60,0.8);*/
/*	border: 2px RGB(50,60,60,0.8);*/
/*	border-radius: 3px;*/
/*	box-shadow: 0px 0px 2px black;*/
	vertical-align: top;
	
	margin: auto;
	padding: 0px 0px 150px;

	/*position*/
	position: absolute;
	top: 180px;
	left: 10%;
	right: 10%;
}

#footer
{
	/*Cadre*/
	display: block;
	background-color: RGBA(255,255,255,0.1);
/*	border: 2px RGB(225,225,225) solid;*/
/*	border-radius: 3px;*/
/*	box-shadow: 0px 0px 2px black;*/
	vertical-align: top;
	font-size: smaller; 
	
	/*Marges*/
	padding: 10px;	/* Marge intérieure de 10px */
/*	margin: auto;*/
/*	margin-left: 0px;*/
/*	margin-right: 0px;*/
/*	margin-top: 20px;*/
	
	/*Position*/
	position: absolute;
	bottom: -10px;
	
	/*Dimentions*/
	width: 100%;
}

#top-bar
{
	/*Cadre*/
	display: inline-block;
	color: RGB(25,25,25);
	font-size: large;
	background-color: RGB(10,200,255);
/*	border: 2px RGB(100,150,200) solid;*/
/*	border-radius: 3px;*/
/*	box-shadow: 0px 0px 2px black;*/
	vertical-align: top;
	
	/*position*/
	
	/*Taille du cadre*/
	height: auto;
	width: 100%;
	
	/*Marges*/
	padding: 5px;	/* Marge intérieure*/
/*	margin-left: 2%;*/
/*	margin-right: 2%;*/
	margin-top: 5px;
	margin-bottom: 0px;
}

#corpus
{
	/*Cadre*/
	display: inline-block;
	color: RGB(255,255,255);
	background-color: RGBA(50,60,60,0.9);
/*	border: 2px RGB(100,150,200) solid;*/
/*	border-radius: 0px;*/
/*	box-shadow: 0px 2px 2px black;*/
	vertical-align: top;
	
	/*position*/
	
	/*Taille du cadre*/
	height: auto;
	width: 100%;
	
	/*Marges*/
	padding: 5px;	/* Marge intérieure*/
/*	margin-left: 2%;*/
/*	margin-right: 2%;*/
}

img.displayed
{
	display: block;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

img.mozaic
{
	display: inline-block;
	width: 32%;
	height: 32%;
	margin-left: 2px;
	margin-right: 2px;
}

#bot-bar
{
	/*Cadre*/
	display: inline-block;	
	background-color: RGB(200,205,210);
/*	border: 2px RGB(10,200,255) solid;*/
/*	border-radius: 0px;*/
/*	box-shadow: 0px 2px 2px black;*/
	vertical-align: top;
	font-size: smaller; 
	
	/*position*/
	
	/*Taille du cadre*/
	height: auto;
	width: 100%;
	
	/*Marges*/
	padding: 5px;	/* Marge intérieure*/
/*	margin-left: 2%;*/
/*	margin-right: 2%;*/
	margin-top: -1px;
	margin-bottom: 5px;
}

#nav
{
	position: absolute;
	top: 110px;
	left: 15%;
	right: 15%;
}

.bouton a
{
	/*cadre*/
	display: block;
	color: RGB(0, 0, 0);
	background-color: RGB(10,200,255);
	border: 2px RGB(10,200,255) solid;
	border-radius: 3px;
	box-shadow: 0px 2px 2px black;
	
	/*Marges*/
	padding: 5px;	/* Marge intérieure*/
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 5px;

	float: left;

	/*position: absolute;*/
}

.bouton a:hover
{
	background-color: RGB(10,220,255);
	border: 2px RGB(10,220,255) solid;
}

a
{
	color: RGB(200,200,200);
}
