/* GENERAL
-------------------------------------------------------- */

html, body{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #333333 url(images/bg.jpg) no-repeat bottom right;
	background-attachment: fixed;
	color:#ffffff;
	text-align: justify;
}

p {
	margin-bottom: 15px;
}

h1 {
	font-size: 34px;
}

a {
	color: #6fdef6;
}
a:hover{
	color:#fff;
}



@media only screen and (min-device-width: 480px) {
	#mobilelink {
		display: none;
	}
}

/* LAYOUT
/* LAYOUT
-------------------------------------------------------- */

#top {
	text-align: left;
	height: 30px;
	display: block;
	color: #fff;
}

#top h1 a {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-serif;
	font-size: 36px;
	color: #000;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#top h1 a:hover {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 36px;
	color: #6fdef6;
	margin: 0;
	padding: 0;
	text-decoration: none;
}


#page {
	width: 750px;
	margin: 25px auto 0;
	background: #303030;
	padding: 20px;
	border: 2px  #000 dashed;
	opacity: 0.9; 
}

#contenu {
	display: block;
	width: 550px;
	padding: 0 15px 0 15px;
	background:#414343;
	opacity: 0.9; 
	-moz-border-radius:2em;
	-webkit-border-radius:2em;
}

#sidebar {
	display: block;
	width: 135px;
	margin-top: 15px;
	padding: 15px;
	border: 1px never #ddd;
	float: right;
	font-size:10px;
}


/* POST
-------------------------------------------------------- */

#post {
	margin: 0 100px 0 100px;
}

h1 {
	letter-spacing: -1px;
	font-size: 30px;
}

h3 {
	display: never;
	margin-bottom: 0;
}

/* POST BLOCS
-------------------------------------------------------- */
//
.news {
	
	padding: 0 0 0 25px;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 15px 0;
	background-color:#303030;
	-moz-border-radius: 1em;
	-webkit-border-radius:1em;
}

.news h3 {
	font-size: 10px;
}

.chapo {
	background: #414343;
	font-weight: never;
	padding: 0px;
	border: 0px solid #414343;
}

/* COMMENT BLOCS
-------------------------------------------------------- */

.comment {
	background: #414343;
	border: 1px dashed #fff;
	padding: 10px;
	margin-bottom: 10px;
}

.comment h3 {
	margin-top: 0;
}

/* FORM COMMENT
-------------------------------------------------------- */

#postcom {
	padding: 20px;
	background: #414343;
	border-top: 1px solid #ddd;
}

#postcom p {
	margin: 0;
}

#postcom label {
	margin-top: 5px;
}

textarea.commentaire {
	width: 500px;
	height: 200px;
}
.infos input, textarea.commentaire {
	border: 1px solid gray;
}

.formatbut input, .infos input {
	display: inline;
	min-width: 26px;
}

.formatbut .pm {
	float: right;
}

.formatbut input[value="B"] { font-weight: bold; }
.formatbut input[value="I"] { font-style: italic; }
.formatbut input[value="U"] { text-decoration: underline; }
.formatbut input[value="S"] { text-decoration: line-through; }

#form-commentaire fieldset {
	border: none;
	margin:0;
	padding:0;
}

#form-commentaire .infos {
	text-align:right;
	width: 430px;
	margin: 10px auto;
}
#form-commentaire fieldset.infos input {
	margin-top: 2px;
}

#form-commentaire .buttons {
	margin-top: 15px;
	text-align: center;
}

/* CALENDAR
-------------------------------------------------------- */

#calendrier {
	display: block;
	float: right;
	width: 150px;
	border: 1px solid #414343;
}

#calendrier caption {
	background: #414343;
	color: #ffffff;
	padding: 4px;
}

#calendrier caption a {
	color: #ffffff;
	font-weight: never;
	text-decoration: none;
}

#calendrier td {
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	background: #414343;
	width: 30px;
	line-height: 2em;
}

#calendrier td a{
	display: block;
	text-decoration: none;
	color: #111;
	background: #ddd;
	font-weight: bold;
}

#calendrier td a:hover {
	background: #ccc;
	color: #fff;
}

#calendrier td.active a {
	color:#fff;
	background: #0066CC;
}

/* OTHERS
-------------------------------------------------------- */

#footer {
	text-align: center;
	color: #999;
}

/* RECHERCHE
--------------------------------------------------------*/
#input-rechercher {
	background:#414343;
	border: 1px solid #303030;
	
}
#q {
	width: 130px;
	background:#414343;
	border: 1px solid #303030;
}
#input-rechercher:hover {
	background:#6fdef6;
	border: 1px solid #6fdef6;
}

/* IMAGES
--------------------------------------------------------*/
img {
	margin-left:50px;	
	}
	
#imgleft {
	margin-left:0px;	
}
	
/* Menu du haut
--------------------------------------------------------*/

#menu_top{
float: right;

}


	

