@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: trebuchet;
	font-size: 75%;
	text-align:center;
	background-color: white;
	}

.global {
	width: 960px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	}
	
a {
	color: red;
	text-decoration: none;
	}
	
a:hover {
	text-decoration:none;
	}

a:visited {
	text-decoration: none;
	}
	
a img{
	border: none ;
} 

.menuh {
	width:700px;
	height: 100px;
	background-image: url('images/menuh.jpg');
 	border: 1px solid red;
	float: right;
	}

.menug{
	width:239px;
	height:700px;
	background-image: url('images/menug.jpg');
	border: 1px solid red;
	float:left;
	}

.textmenu1 {
	font-family: trebuchet ms;
	font-size:25px;
	color: red;
	text-align:left;
	margin-left: 20px;
	margin-top: 30px;
	}
.textmenu2 {
	font-family: trebuchet ms;
	font-size:15px;
	color: #000000;
	text-align:left;
	margin-left: 20px;
	margin-top: 40px;
	}
	
.contenu {
	width:700px;
	height:580px;
	background-image: url('images/contenu.jpg');
	border: 1px solid red;
	float:right;
	margin-top:20px;
	}

.diapo1 {
	width:500px;
	height:325px;
	margin-left:10px;
	margin-top:0px;
	

	}
	
.titre {
	font-family: trebuchet ms;
	font-size:20px;
	color: #000000;
	margin-left: 10px;
	margin-right: 10px;
	text-align:center;
	}
.titre1 {
	font-family: trebuchet ms;
	font-size:16px;
	font-weight:bold;
	color: #000000;
	text-align:left;
	margin-left: 10px;
	margin-right: 10px;
	text-align:left;
	margin-top: 5px;
	margin-bottom: 5px;
	}	
.text {
	font-family: trebuchet ms;
	font-size:14px;
	color: #000000;
	text-align:justify;
	margin-left: 20px;
	margin-right: 20px;
	}

.img {
	border:none;
	text-align:justify;
	
	
	}

