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;
}

/**
 * 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 { width: 150px; float: left; text-align: right; line-height: 22px; }

/**
 * MENU
 */
#fondspacealadominique {
	position: absolute;
	z-index: -2;
	float: left;
	margin-left: 0;
	padding-top: 50px;
	width: 40%;
	left: 0px;
	top: 235px;
	height: 270px;
	background-color: #85c226;
}
 
#menu {
	font-size: 1em;
	position: relative;
	float: left;
	padding-top: 50px;
	width: 180px;
	height: 270px;
	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: 30px;
	padding-right: 30px;
	width: 120px;
	height: 28px;
	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 *
 */
 
.thumb {
	width: 85px;
	height: 85px;
	background-color: #000000;
	float: left;
	margin-right: 15px;	
	margin-top: 15px;
	overflow: hidden;
	border: 1px solid #000000;	
}
 
.thumb img {
	width: 100%;
	height: 100%;
}

/**
 * BLOCK NEWS *

 
#newsblock {
	position: relative;
	float: left;
	width: 795px;
	height: 348px;
	margin-bottom: 0px;
}

#news {
	width: 100%;
	height: 100%;
}

#news a, #news a:visited, #news a:link, #news a:active { color: #ffffff; text-decoration: none;}
#news a:hover { text-decoration: underline; }

#newscontent { 
	height: 256px;
	overflow: hidden;
}
#newstext .time { display: none; }

#newspreview {
	float: left;
	width: 460px;
	padding: 5px;
	background: transparent url('images/vert50.png') repeat; 
}
#newstext {
	height: 61px;
	width: 454px;
	padding-top: 5px;
	color: #ffffff;
	font-size: 14px;
}
#newslist {
	margin-left: 488px;
	margin-right: 8px;
	height: 100%;
	width: 230px;
}
#newsvignette {
	height: 82px; 
	width: 82px; 
	overflow: hidden;
}
.banner IMG { width: 100%; }
.jcarousel-clip { z-index: 2; padding: 0; margin: 0; overflow: hidden; position: relative; }
.jcarousel-list { z-index: 1; overflow: hidden; position: relative; top: 0; left: 0; margin: 0; padding: 0; }
.jcarousel-list li, .jcarousel-item { float: left; list-style: none; width: 100%; margin-top: 5px; padding: 5px; }
.jcarousel-next, .jcarousel-prev { z-index: 3; display: none; }
.jcarousel-skin-tango .jcarousel-container-vertical { width: 100%; height: 0px; background: transparent; position: relative; }
.jcarousel-skin-tango .jcarousel-clip-vertical { width: 100%; height: 292px; background: transparent; position: relative; } 
.jcarousel-skin-tango .jcarousel-item { width: 100%; height: 82px; color: #ffffff; background: transparent url('images/vert50.png') repeat; }
.jcarousel-skin-tango .jcarousel-next-vertical {
	position: absolute;
    width: 100%;
    margin-top: 296px;
    height: 18px;
    background: transparent url('images/arrow-down.gif') no-repeat top center;
}
.jcarousel-skin-tango .jcarousel-next-vertical:hover, .jcarousel-skin-tango .jcarousel-prev-vertical:hover { background-color: #81C321; } 
.jcarousel-skin-tango .jcarousel-prev-vertical {
    width: 100%;
    height: 18px;
    background: transparent url('images/arrow-up.gif') no-repeat bottom center;
}
*/
/**
 * 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;
}