body {
	margin:0;
	padding: 0 30px;
	font-size: 85%;
	line-height:1.3em;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Helvetica, Sans-Serif;
	background: #ccc;
}

#header {
	position: relative;
	background-image:url(images/bg_header.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:152px;
}

#header_pleiades {
	background-image:url(images/logo_pleiades.png);
	background-repeat:no-repeat;
	background-position:center;
	height:150px;
	width:235px;
}

#header_observatoire {
	position:absolute;
	background-image:url(images/logo_observatoire.png);
	background-repeat:no-repeat;
	background-position:center;
	height:150px;
	width:155px;
	right:0;
	top:0;
}

h1 span {display:none;}

#conteneur {
	background-color: #fff;
	min-height:750px;
	height:auto !important;
	height:750px;
	color:#555;
}

#centre {
	position: relative;
	width: 100%;
}

#menu {
	position:absolute;
	left:10px;
	top:10px;
	width:221px;
	background-image:url(images/bg_menu.jpg);
	background-repeat: repeat-y;
}

#menu div.menu_top {
	background-image:url(images/bg_menu_top.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:221px;
	height:13px;
}

#menu div.menu_bottom {
	background-image:url(images/bg_menu_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	width:221px;
	height:13px;
}

#menu ul {
	margin:0;
	padding: 10px 10px;
	list-style: none;
}

#menu ul ul {
	margin:0;
	padding: 0 0 10px 10px;
	list-style: none;
}

#menu a {
	display: block;
	height: 1%;
	padding: 0;
	text-decoration: none;
	color: #000;
	font-variant: small-caps;
	font-size: 1.1em;
	border-bottom: 1px dotted #000;
}

#menu a:hover {
	padding-left:5px;
}

#contenu {
	margin: 0 230px 0 230px;
	padding:20px;
	position : relative;
	/*border-right:1px dotted #999;*/
}

#webLoginForm {
	padding:10px;
}

#secondaire {
	position: absolute;
	right:0;
	top:0;
	width:210px;
	padding-right:5px;
	text-align:center;
}

#footer {
	margin:0;
	padding:0;
	font-size: 0.9em;
	width:100%;
	text-align:center;
	background-color:#fff;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}


a img {
	border:0;
}

ul.thumbs {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.thumbs li {
	float: left;
	padding: 10px;
} 
/*****************************************************************************************/
/*										Form
/*****************************************************************************************/

#contenu label, #contenu input, #contenu textarea, #contenu select,  
#webLoginForm label, #webLoginForm input {
	display:block;
}

#contenu label, #contenu fieldset  {
	margin-top:20px;
}

#contenu legend {
	font-weight: bold;
}

#contenu input, #contenu textarea, select  {
	width:400px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #ccc;
    padding:3px;
	margin-bottom:10px;
}

#contenu input:hover, #contenu textarea:hover, select:hover {
	border:1px solid #999;
}

#contenu input:focus, #contenu textarea:focus, select:focus {
	border:1px solid #FFB400;
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.3);
}



#contenu textarea {
	height:150px;
}

#contenu div.radio input  {
	width:15px;
	display:inline-block;
}

#webLoginForm input.button, #contenu input.button, button.button, input[type="submit"]  {

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.3);
	box-shadow:0 1px 3px rgba(0,0,0,0.3);
	
	border:0;
	border-bottom:1px solid rgba(0,0,0,0.25);
	
	color:#fff;
	text-decoration:none;
	font-size:1.1em;
	font-weight:600;
	text-shadow:0 -1px 1px rgba(0,0,0,0.25);
	
	background-color:#FFB400;
	
	width:auto;
	position:relative;
	display:inline-block;
	padding:5px 10px 6px;
	margin-top:10px;
}

#contenu input.button:hover, button.button :hover, input[type="submit"]:hover {
	background-color:#FFC447;
}

#contenu input.button:active, button.button:active, input[type="submit"]:active {
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.3);
}

.requiredValue:before {
	color: #f00;
	content:"* ";
}

/*****************************************************************************************/
/*										Table
/*****************************************************************************************/
table {
	/*font: normal 75%/150% Verdana, Arial, Helvetica, sans-serif;*/
	border-collapse: collapse;
	border: 3px solid #f0f8ff;
	border-top: 5px double #87CEFA;
	border-bottom: 5px double #87CEFA;
}
th {
	/*font: bold 1.1em/120% Verdana, Arial, Helvetica, sans-serif;*/
	padding: 5px 10px;
	font-variant: small-caps;
	color: #047;
	font-weight: bold;
	text-align: left;
	letter-spacing: -1px;
}
thead th {
	border: 1px solid #87CEFA;
	white-space: nowrap;
	background: #F0F8FF;
}
tbody td ,tbody th {
	padding: 5px 10px;
	background: #fff;
	color: #000;
}
tbody th {
	color: #047;
	font-weight: normal;
	font-variant: normal;
	font-size: 1em;
}
tbody tr.odd {
	border: 1px solid #87CEFA;
}
tbody tr.odd td, tbody tr.odd th {
	background: #F0F8FF;
}
tfoot td, tfoot th {
	border: none;
	padding-top: 10px;
}
caption {
	/*font-family: "Georgia", serif;*/
	letter-spacing: 5px;
	font-style: italic;
	text-align: left;
	text-indent: 2em;
	text-transform: uppercase;
	font-size: 150%;
	padding: 10px 0;
	color: #047;
}


/*****************************************************************************************/
/*										Texte
/*****************************************************************************************/

#contenu a {
	color:#039;
	text-decoration:underline;
}

#contenu a:visited {
	color:#3266cc;
	text-decoration:underline;
}

#contenu a:hover {
	color:#999;
	text-decoration:none;
}

#contenu a:active {
	color:#999;
	text-decoration:underline;
}

.errors, .error {
	color:#f00;
}

.ok {
	color: #009900;
}




h2 {
	color:#265784;
	line-height:1.2;
	font-size:2em;
	letter-spacing:-1px;
	font-weight:700;
	margin:0 0 15px;
	padding:0;
	text-align: center;
}

h3 {
	color:#666;
	font-size:1.7em;
	font-weight:400;
	margin:35px 0 5px;
	padding:10px 0 0;
}

h4 {
	font-size:1.2em;
	margin:1.5em 0 0.8em;
}

h5 {
	font-size:1em;
	margin:1.5em 0 1em;
}

#menu h2, #secondaire h2 {
	font-size:1.2em;
	text-align: center;
	font-variant: small-caps;
	margin: 0;
	color:#265784;
}


#secondaire p {
	font-size:0.8em;
	color:#666;
	text-align: justify;
}

.modx {
	font-size:0.8em;
	color:#999;
}

blockquote {
	font-style: italic;
	border-left : 1px dotted #265784;
	padding-left:5px;
}

/**************** Blog/News **********************/

.tagcloud {
	border : 1px dashed #405e99;
	background-color: #d5edff;
	padding:10px;
}

.blog-post-title {
	clear:both;
}

.post-info {
	font-size:0.9em;
	color:#ccc;
	text-align: right;
	padding-bottom:3px;
	margin-bottom:5px;
	border-bottom:1px solid #ccc;
}

.post-info  .comments{
	background-image: url("images/commentaire.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.post-info  .tags{
	background-image: url("images/tag.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

#contenu .post-info a , #contenu .post-info a:visited {
	color:#666;
	text-decoration:underline;
}

#contenu .post-info a:hover {
	text-decoration:none;
}

.post-info-left {
	float:left;
}

/*******************************************************************
/* 							Events list
/*******************************************************************/

.event-list li {
    list-style-type: none;
    background: #e3e3e3;
    border-bottom: 1px solid #999;
    padding: 5px 10px;
    }

.event-list li.alt {
    background: #d5d5d5;
    }

.event-list li .day {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
    float: left;
    text-align: center;
    font-weight: bold;
    height: 30px;
    width: 100px;
    color: #265784;
    margin-right: 5px;
    padding-right: 5px;
    line-height: 35px;
    font-size: 18px;
    }
	
.event-list li .event {
	margin-left:110px;
	padding-left:5px;
	border-left: 1px solid #999;
}

/*******************************************************************
/*							Pages
/*******************************************************************/


div#contenu ul.pageList {
	clear:both;
	margin-left: 0;
	padding-top: 20px;
	padding-left: 0;
	white-space: nowrap;
}

div#contenu .pageList li
{
	display: inline;
	list-style-type: none;
}

div#contenu .pageList a:link, div#contenu .pageList a:visited {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.3);
	box-shadow:0 1px 3px rgba(0,0,0,0.3);
	
	border:0;
	border-bottom:1px solid rgba(0,0,0,0.25);
	
	color:#fff;
	text-decoration:none;
	font-size:1.1em;
	font-weight:600;
	text-shadow:0 -1px 1px rgba(0,0,0,0.25);
	
	background-color:#FFB400;
	
	width:auto;
	position:relative;
	display:inline-block;
	padding:5px 10px 6px;
	margin-top:10px;
}

div#contenu .pageList a:hover {
    background-color: #fff; 
	color: #265784;
}

div#contenu .pageList a:active {
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.3);
}

div#contenu .pageList a.active {
	background-color: #265784;
    color: #fff;
}
