/* Start of CMSMS style sheet 'design-lagamelle' */
body
{
	background-color: #4686c2;
font-family: serif;
}

a {color: #ffe046;}
a:hover {color: #ff9d45;}

#right-margin
{
	position: absolute;
	top: 0px;
	left: 5px;
	width: 60px;
	height: 915px;
	background-image: url("images/margin.png");
	background-repeat: repeat-y;
	margin: none;
}

#header
{
	position: absolute;
	left: 65px;
	top: 0px;
	background-image: url("images/header.png");
	border-top: solid 5px #cddeee;
	border-left: solid 3px #cddeee;
	border-bottom: solid 2px #cddeee;
	border-right: solid 5px #cddeee;
	height: 139px;
	width: 924px;
}

#menu
{
	position: absolute;
	width: 160px;
	height: 764px;
	border: solid 2px #cddeee;
	border-left: solid 3px #cddeee;
border-bottom: solid 5px #cddeee;
	top: 144px;
	left: 65px;	
}

#corps
{
	position: absolute;
	top: 144px;
	left: 230px;
	width: 760px;
	border-top: solid 2px #cddeee;
	border-left: solid 2px #cddeee;
	border-bottom: solid 2px #cddeee;
	border-right: solid 5px #cddeee;
	background-color: #4686c2;
	height: 700px;
z-index: 1;
}

#contenu
{
	color: white;
	margin: auto;
	margin-top: 10px;
	text-align: justify;
	font-family: arial, serif;
	height: 680px;
	width: 740px;
overflow:auto;
padding-right:10px;
padding-left: 10px;
z-index: 1;
}

#contenu div.comite
{
font-weight: bold;
margin-top: 10px;
width: 80%;
float: left;
background-color: #1366b2;
padding: 15px;
-moz-border-radius: 15px;
-khtml-border-radius: 15px;
}

#footer
{
	position: absolute;
	top: 848px;
	left: 230px;
	width: 759px;
	height: 60px;
	border-top: solid 2px #cddeee;
	border-left: solid 3px #cddeee;
	border-bottom: solid 5px #cddeee;
	border-right: solid 5px #cddeee;
	background-color: #4686c2;
font-size: 0.8em;
background-image: url("images/footer.png");
}

#footer #footer-inside
{
margin-top: auto;
margin-bottom: auto;
text-align: center;
}

.thumb a { background-color:transparent; border:0; }
.thumb a img {border: none;}
.thumb a img:hover {border: solid 1px #cddeee;}
/* End of 'design-lagamelle' */

