BODY {
	margin:0px;
	padding:0px;
	border: 0px;
	width: 100%;
	background: #ffffff url('images/bg.jpg') no-repeat top center fixed;
	
	color: white;
	text-align: left;
}

P {
	margin-top: 0px;
}
P.error, P.message { color: #666666; font-weight: bold; padding-left: 34px; }
P.error { color: red; }
/**
 * PAGE STRUCTURE
 */
#main {
	width: 950px;
	margin: 0px auto;
	/* position: relative; */
}
#banner {
	background: transparent url('images/header.jpg') no-repeat;
	height: 185px;
	width: 515px;
	margin-bottom: 50px;
}
#columns {
	position: relative;
	width: 500px;
	float: left;
	min-height: 400px;
	background: transparent url('images/cache.jpg') repeat-y top left;
}

#pagecontent  {
	float: left;
	color: #666666;
	width: 330px;
	padding: 30px;
	padding-top: 0px;
}

#footer {
	clear: both;
	height: 80px;
	background: transparent url('images/footer.png') no-repeat bottom right;
}

input, textarea {border: 1px solid #cccccc; background-color: #ffffff; margin-left: 2px; margin-bottom: 3px;}
input { height: 20px; }
textarea {height: 60px;}
.contactsubmit {margin-left: 152px; }
label { float: left; width: 110px; text-align: left; line-height: 22px; }
.open { display: none; padding-top: 15px; }

/**
 * MENU
 */
#fondspacealadominique {
	position: absolute;
	z-index: -2;
	float: left;
	margin-left: 0;
	padding-top: 50px;
	width: 40%;
	left: 0px;
	top: 235px;
	height: 350px;
	background-color: #85c226;
}
 
#menu {
	font-size: 1em;
	position: relative;
	float: left;
	padding-top: 20px;
	width: 210px;
	height: 380px;
	background-color: #007cc2;
}
#menu > .menu {
	position: relative;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#menu > .menu > LI {
	float: left;
	clear: both;
	padding: 14px;
	padding-left: 20px;
	padding-right: 0px;
	width: 190px;
	height: 12px;
	font-family: verdana;
	text-align: left;
	font-size: 12px;
	
	/*background-color: #85c226;*/
}
#menu > .menu > LI:hover {
	background-color: #85c226;
	color: #ffffff;
}
#menu > .menu > LI.item0 {
	margin-left: 0px;
}
#menu > .menu > LI.selected {
	background-color: #85c226;
	font-weight: bold;
	color: #ffffff;
}
#menu > .menu > LI.selected A, #menu > .menu > LI.selected A:link, #menu > .menu > LI.selected A:visited {
	color : #ffffff;
}
#menu > .menu > LI .menu {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
}
#menu A:link, #menu A:visited, #menu A {
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 100%;
}

/**
 * VIGNETTES GALERIE PHOTO *
 */
 
.gallery0 .thumb, .gallery1 .thumb {
	width: 90px;
	height: 90px;
	background-color: #000000;
	float: left;
	/* margin: 5px; */
	overflow: hidden;
	border: 1px solid #000000;	
}
.gallery0 .thumb IMG, .gallery1 .thumb IMG {
	min-width: 100%;
	height: 100%;
}

.gallery2 .thumb {
	float: left;
	display: block;
	width: 94px;
	height: 130px;
	font-size: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.gallery2 .thumb TABLE {
	border-collapse: collapse;
	border: none;
}
.gallery2 .thumb .thumbtd { vertical-align: bottom; height: 70px; }
.gallery2 .thumb .gallerythumb {
	display: block;
	width: 90px;
	max-height: 90px;
	overflow: hidden;
	border: 1px solid black;
}
.gallery2 .thumb .gallerythumb IMG { width: 98px; }
.gallery2 .thumb .legend {
	text-align: center;
	vertical-align: middle;
	height: 30px;
}

HR.clear { visibility: hidden; clear: both; margin: 0px; }


/**
 * TINYMCE STYLE
 */
 
BODY.mceContentBody {
   background-color: white;
   background-image: none;
   color: black;
   padding: 20px;
   width: auto;
}

UL.tags {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
UL.tags LI { float: left; margin: 3px; }
UL.tags .weight1 { font-size: 1em; }
UL.tags .weight2 { font-size: 1.2em; }
UL.tags .weight3 { font-size: 1.4em; }
UL.tags .weight4 { font-size: 1.6em; }

.article .preview {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.articledate {
	display: block;
	font-weight: normal;
	position: absolute;
	height: 0.5em;
	bottom: 0px;
	right: 0px;
	font-size: 0.5em;
}
.articleheader {
	position: relative;
	clear: both;
}
