/* CSS Document */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	background-color: #336699;
	height: 100%;
	margin: 0;
	font: 90% "Trebuchet MS", sans-serif;
}
p{
	color: #FFFFFF;
	padding: 0px 10px;
	vertical-align: middle;
	text-align: justify;
}
footer p {
	margin: 2px 0;
	font-size: 0.9em;
}

a {
	color: #6c0;
	font-weight: bold;
	}
a:hover {
	color: #c00;
	}
/***********************************************/
/* Font styles                                 */
/***********************************************/ 
.h1{
	color: #FFFFFF;
	padding: 3px;
	font-weight: bolder;
	vertical-align: middle;
	text-align: justify;}
.h3{
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #FFFFFF;
	line-height: 18px;
	font-weight: bolder;
	padding-left: 50px;
}
.navigation{
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #FFFFFF;
	padding: 8px;
	font-weight: bold;
	font-style: normal;
	display: inline;
	width: 120px;
	background-color: #336699;
	text-decoration: none;
}
.navigation:hover {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #336699;
	padding: 8px;
	font-weight: bold;
	font-style: normal;
	display: inline;
	width: 120px;
	background-color: #FFFFFF;

}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#global {
	width: 750px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}
#header {
	width: 100%;
	padding-bottom: 10px;
	height: 60px;
}
#langue {
	width: 100%;
	padding-bottom: 10px
}
#navigation {
	width: 100%;
	padding-bottom: 0px
	margin: 0;
	padding: 0;
	list-style: none;
}
#center {
	padding-bottom: 50px;
	overflow: auto;
}
#photos {
	float: left;
	width:320px;
	padding-top: 10px;
}
#content {
	float: right;
	width:420px;
	padding-top: 30px;
}
#footer {
	position: absolute;
	width: 100%;
	bottom: 0;
}
