/* sommaire */

/* 	1.background
		2.blocks
		3.titles
		4.text
		5.links
		6.images
*/



/* 1.background */

.bodyflesh {
	background-color: black;
}

.bodyfleshzero {
	background: black url(images/fond_accueil.gif) repeat-y right;
	padding: 0;
	margin: 0;
}

.bodygrey {
	background-color: black;
}

.bodyblack {
	background-color: black;
}


/* 2.blocks */

.main {
	width: 750px;
	height: 350px;
	text-align: center;
	padding: 80px;
}

.vertimgmenu {
	height: 600px;
	width: 190px;
	float:right; 
	padding-right: 118px;
}

.logo {
	padding: 20px 20px 60px 20px;
}

div.news {
	padding: 0px 20px 0 20px;
	margin-left: 100px;
	width: 500px;
	height: 400px;
	background-color: #FFFFCC;
	overflow: auto;
}

div.contact {
	padding: 0;
	margin-left: 70px;
	width: 500px;
	height: auto;
}

input.contact {
	background-color: white;
}

textarea.contact {
	background-color: white;
}



/* 3.titles */

h1.news {
	font-family: Trebuchet MS,sans-serif;
	font-size: 23px;
	color: #E9F396;
	font-weight: bold;
	padding-top: 20px;
}


/* 4.text */

p.news {
	width: 430px;
	font-family: Trebuchet MS,sans-serif;
	font-size: 16px;
	color: black;
	padding: 5px 0 10px 0;
	text-align: justify;
}

p.contact {
	width: 500px;
	font-family: Trebuchet MS,sans-serif;
	font-size: 12px;
	color: black;
	padding: 0 0 10px 0;
	text-align: justify;
}

.english {
	font-family: Trebuchet MS,sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFCC;
} 

ul.menu {
	height: 0px;
}

ul.menu li {
	text-align: left;
	line-height: 25px;
	position: relative;
	top: -100px;
	left: 165px;
	list-style: none;
	width: 50px;
}

ul.menugal {
	position: absolute;
	bottom: 20px;
	right: 20px;
	text-align: left;
	list-style: none;
}

.engresult {
	font-family: Trebuchet MS,sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFCC;

}

.result {
	font-family: Trebuchet MS,sans-serif;
	font-size: 12px;
	color: #FFFFCC;
	font-weight: bold;
}

.gallery {
font-family: Trebuchet MS,sans-serif;
font-size:12px;
padding-left:10px;
text-align:justify;
color:#FFFFCC;
line-height: 14px;
}

/* 5.links */

a:link.menu, a:visited.menu, a:hover.menu, a.actif {
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-align: left;
	text-decoration: underline;
	color: red;
}

//a:hover.menu, a.actif {
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-align: left;
	text-decoration: underline;
	color: #FFFFCC;
}

img {
	border: 0;
}


/* 6.images */

.intro {
	text-align: center;
}

.right {
	text-align: right;
}

div.right img {
	padding: 50px 110px 0px 0px;
}

a img {
	border: none;
}