body,td,th {
	font-family: "Comic Sans MS";
	color: #000;
	font-size: 36px;
}

body {
	background-image: url();
	background-color: #333333;
	width:1008px;
    margin: auto;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	text-align:center;
}

h1 {
	font-size: 46px;
	color: #00FF00;
	font-family: Trebuchet MS;
	font-style: italic;
	font-weight: bold;
	margin:0 0 5px 0;
}

h2:hover {
    text-decoration: underline;
	color:#ffff00;
	font-weight:lighter;
	font-style:italic;
	font-family:"Trebuchet MS";
}

h2 {
	font-size:24px;
	display:inline-block;
	color: #00FF00;
	text-align:center;
	text-decoration: none;
	font-weight:normal;
	font-style:normal;
	font-family:"Trebuchet MS";
	margin:0 0 10px 0;
}

.clear {
	clear:both;	
}

a {
	font-size: 14px;
	color: #FFFFFF;
	display:block;
	float:center;
	border:none;
}

a img {
	border:none;
}

div.gallery .langue {
	float:right;
	width: 30px;
    height: 20px;
	color: #FFFF00;
    margin: 25px 6px 2px 0px;
}

div.gallery {
	overflow:hidden;
	width:1008px;
	margin: auto;
	text-align:center;	
}

.courrier {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #FFFFFF;
}

div.gallery .courrier {
	width:100%;
	overflow:hidden;
	float:none;
	color: #FFFF00;
	text-align:center;
}

div.gallery .courrier a {
	font-size:14px;
	display:inline-block;
	color: #FFFF00;
	text-align:center;
	text-decoration: none;
	font-weight:normal;
	font-style:normal;
	font-family:"Trebuchet MS";
}

div.gallery .courrier a:hover {
	text-decoration: underline;
	color:#00ff00;
	font-weight:lighter;
	font-style:italic;
	font-family:"Trebuchet MS";
}

.bloc_mince {
	display:inline-block;
}

.bloc_centre {
	float:none;
	margin: auto;
	margin:5px 0 0 0;
}

.bloc_centre a {
	font-size:14px;
	display:inline-block;
	color: #FFFF00;
	text-align:center;
	text-decoration: none;
	font-weight:normal;
	font-style:normal;
	font-family:"Trebuchet MS";
}

.bloc_centre a:hover {
	text-decoration: underline;
	color:#00ff00;
	font-weight:lighter;
	font-style:italic;
	font-family:"Trebuchet MS";
}

.arrondie {
width:327px;
height:245px;
border:3px solid Lime;
-moz-border-radius:30px;
-webkit-border-radius:30px;
border-radius:30px;
}