/* Start of CMSMS style sheet 'Esff: Esff Style' */
/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

/* links */
a, a:visited {
	color: darkblue;
	background: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border:none;
}

/* Image de fond */
img#bg { 
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}

#wrap {
	position: relative;
	background: transparent;
	width: 1100px;
	margin: 10px auto 0 auto;
	text-align: left;
}

#content-wrap {
	position: relative;
	float: left;
	width: 1100px;
	padding: 0;
}

#contentTable {
	background-color: #DFDFDF;
width:1100px;
}

#cellContentHomepage {
	width: 523px;
	vertical-align: top;
	padding: 10px;
}

#cellContent {
	width: 1056px;
	vertical-align: top;
	padding: 10px;
}
#cellContentTitle {
	font: 100% Helvetica;
	font-weight: bold;
	font-size: 1.0em;
                color: red;
}

#cellSlideshow {
	vertical-align: top;
                padding: 10px;
}

#ligneUpMargin {
	height: 50px;
}
#cellRightMargin {
	width: 10px;
}
#ligneDownMargin {
	height:150px;
}

#mainText {
	color: black;
	font: 100% Helvetica;
	font-size: 0.8em;
	text-decoration: none;
	text-align: justify;
}

/* End of 'Esff: Esff Style' */

