/*--------------------------------------------------------------------------*/

/*--------------------------------- CSS JDS --------------------------------*/

/*--------------------------------------------------------------------------*/



html{

}



body {

	font-family:Arial;

	font-size:11px;

	color: #333333;

	background: url("images/main-bg.gif") 0px 0px repeat-x #FFFFFF;

	margin: 0px;

	padding: 0px 0px 30px;

}



/*--------------------------------------------------------------------------*/

/*------------------------------ GENERAL FONT ------------------------------*/

/*--------------------------------------------------------------------------*/



a {

	color: #F80080;

	text-decoration: none;

}

a:visited {

	color: #59B7E8;

	text-decoration: none;

}

a:hover {

	color: #F80080;

	text-decoration: underline;

}

img {

	border: none;

}

p {

	padding: 0px 0px 15px;

	margin: 0px;

}

h1 {

	margin:0px;

	background: url("images/header-icon.gif") no-repeat;

	padding-left: 70px;

	height: 60px;

	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;

	color: #59B7E8;

}

h1 a, h1 a:visited{

	color: #59B7E8;

	text-decoration: none;

}

h1 a:hover{

	color: #F80080;

	text-decoration: none;

}

h2 {

	color: #59B7E8;

	margin: 0px 0px 2px;

	border-bottom: 1px dotted #CCCCCC;

	letter-spacing: -1px;

	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;

	padding-bottom: 3px;

}

h2 a, h2 a:visited {

	color: #59B7E8;

	text-decoration: none;

}

h2 a:hover {

	color: #F80080;

	text-decoration: none;

}

h3 {

	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;

	color: #59B7E8;

	margin: 10px 0px 5px;

}

h4 {

	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;

	color: #59B7E8;

	margin: 10px 0px 5px;

}

hr{
color:#CACACA;
background-color:#CACACA;
height: 1px;
border: 0;
}

form {

	margin:0px;

	padding:0px;

}



#page {

	margin: 0px auto;

	width: 760px;

	border-left: 1px solid #E9E9E9;

	border-right: 1px solid #E9E9E9;

	background: #FFFFFF url("images/content-bg.gif") repeat-y;

}



/*--------------------------------------------------------------------------*/

/*--------------------------------- HEADER ---------------------------------*/

/*--------------------------------------------------------------------------*/




#header {

	background: url("images/header-bg.jpg") no-repeat #0FACEA;

	height: 200px;

	position: relative;

}

.forum{
font-size:14px;
color:#FFFFFF;
float:right;
padding:15px;
text-decoration:none;
position:relative;
top:-95px;
margin-bottom:-95px;
}

.forum:visited{
color:#FFFFFF;
text-decoration:none;
}

.forum:hover{
color:#FFFFFF;
}

#headerimg {

	position: relative;

	padding: 30px 0px 0px 40px;

	height: 60px;

}

#headerimg .description{

	position: absolute;

	left: 110px;

	bottom: 3px;

	color: #c9eefe;

	font-size: 14px;

}



/*--------------------------------------------------------------------------*/

/*---------------------------------- MENU ----------------------------------*/

/*--------------------------------------------------------------------------*/



#menu{

	height:30px;

	list-style:none;

	margin-top:80px;



}



	#menu A{

		width:104px;

		display:block;

		float:left;

		text-align:center;

		text-decoration:none;

		font-family:Verdana;

		font-weight:normal;

		font-size:12px;

		color:#FFFFFF;

		margin-left:3px;

		padding-top:8px;

		padding-bottom:8px;

		background: url("images/bg_menu.gif") 0px 0px no-repeat;

	}

	

	#menu A:hover{

		text-decoration:none;

		color:#FFFFFF;

		background-position:0px -32px;

	}



	#menu Li{

		display:inline;

	}



/*--------------------------------------------------------------------------*/

/*--------------------------- CONENT AREA - POST ---------------------------*/

/*--------------------------------------------------------------------------*/



#content {

	padding: 10px 0px 30px 20px;

	float: left;

	width: 480px;

	overflow: hidden;

}

.post {

	clear:both;

	padding-top: 15px;

}

.post-date {

	width: 45px;

	height: 49px;

	float:left;

	background: url("images/date-bg.gif") no-repeat;

}

.post-month {

	font-size: 10px;

	text-transform: uppercase;

	color: #FFFFFF;

	text-align: center;

	display:block;

	line-height: 11px;

	padding-top: 2px;

	margin-left: -3px;

}

.post-day {

	font-size: 18px;

	text-transform: uppercase;

	color: #999999;

	text-align: center;

	display:block;

	line-height: 18px;

	padding-top: 7px;

	margin-left: -3px;

}

.post-title {

	float: left;

	margin-left: 10px;

	width: 425px;

}



.entry {

	clear: both;

	padding-top: 10px;

}

.post-cat {

	background: url("images/mini-category.gif") no-repeat;

	padding-left: 20px;

	padding-top:5px;

	float:left;

	font-size:10px;

	height:11px;

}

.post-comments {

	background: url("images/mini-comments.gif") no-repeat;

	padding-left: 20px;

	padding-top:5px;

	float: right;

	font-size:10px;

	height:11px;

}

.post-calendar {

	background: url("images/mini-calendar.gif") no-repeat;

	padding-left: 20px;

	padding-top:5px;

	float: right;

	font-size:10px;

	height:11px;

}

.mini-add-comment {

	background: url("images/mini-down-arrow.gif") no-repeat;

	padding-left: 20px;

	padding-top:5px;

	float: right;

	font-size:10px;

	height:11px;

}

.navigation {

	clear: both;

	padding: 10px 0px;

}

.navigation a, .navigation a:visited {

	color: #59770e;

}

.previous-entries a {

	float: left;

	padding-left: 18px;

	background: url("images/mini-nav-left.gif") no-repeat left center;

}

.next-entries a {

	float: right;

	padding-right: 18px;

	background: url("images/mini-nav-right.gif") no-repeat right center;

}



/*--------------------------------------------------------------------------*/

/*------------------------------ COMMENT AREA ------------------------------*/

/*--------------------------------------------------------------------------*/



#comments, #respond {

	border-bottom: 1px dotted #CCCCCC;

	padding: 10px 0 5px 0;

	clear: both;

}

.commentlist {

	margin: 10px 0px;

	padding-left: 20px;

	line-height: 130%;

	width:459px;

}

.commentlist li{

	padding: 5px 10px;

}

.commentlist .alt {

	background: #F7FBFE;

}

.commentlist cite {

	font-weight: bold;

	font-style: normal;

	font-size: 120%;

	color: #59B7E8;

}

.commentlist cite a, .commentlist cite a:visited {

	color: #CC6600;

}

.commentlist small {

	margin-bottom: 5px;

	display: block;

	font-size: 87%;

}

#commentform {

	margin-top: 10px;

	font: 110% Arial, Helvetica, sans-serif;

}

#commentform p {

	padding: 6px 0px;

	margin: 0px;

}

#commentform label{

	color: #787878;

	font-size: 87%;

}

#commentform input{

	width: 200px;

	background:#F7FBFE;

	border: 1px solid #59B7E8;

	padding: 3px;

	margin-top: 3px;

}

#commentform textarea{

	width: 474px;

	height: 115px;

	background:#F7FBFE;

	border: 1px solid #59B7E8;

	padding: 2px;

	margin-top: 3px;

}

#commentform textarea:focus, #commentform input[type="text"]:focus {

	background: #ffffff;

}

#commentform #submit{

	background: url("images/input-btn-bg.gif") no-repeat green;

	color: #FFFFFF;

	border: none;

	float:right;

	width: 100px;

	height: 23px;

	font-weight:bold;

	text-align:center;

	cursor: pointer;

}



	#commentform #submit:hover{

		background-position:bottom;

	}



/*--------------------------------------------------------------------------*/

/*-------------------------- SIDEBAR - PAGE RIGHT --------------------------*/

/*--------------------------------------------------------------------------*/



#sidebar {

	float: right;

	padding: 0px 15px 20px 15px;

	width: 210px;

	color: #F80080;

	font-size:9px;

	overflow: hidden;

}

/*sidebar title (h2) */

#sidebar h2, #sidebar .sidebartitle{

	font-size:16px;

	color: #567500;

	margin: 20px 0px 2px;

	border-bottom: 1px solid #96BF26;

}

/*sidebar text styles */

#sidebar a, #sidebar a:visited{

	color: #FFFFFF;

	font-size:11px;

	text-decoration: none;

}

#sidebar a:hover{

	color: #F80080;

	text-decoration: none;

}

/*sidebar list level1 */

#sidebar ul {

	margin: 0;

	padding: 0;

}

#sidebar ul li {

	list-style: none;

	margin: 0;

	padding: 0;

	border: none;

}

/*sidebar list level2 */

#sidebar ul li ul {

	padding: 0;

	margin: 0;

}

#sidebar ul li ul li{

	padding: 2px 0 2px 0px;

	border-bottom: 1px solid #96BF26;

}

/*sidebar list level3 */

#sidebar ul li ul li ul li{

	padding: 1px 0 1px 10px;

	border: none;

}

/*blogroll */

ul.list-blogroll li{

	background: url(images/mini-blogroll.gif) no-repeat !important;

	padding-left: 16px !important;

}

/*category widget */

ul.list-cat li, li.widget_categories li{

	background: url(images/mini-category.gif) no-repeat !important;

	padding-left: 20px !important;

}

/*archives widget */

ul.list-archives li, li.widget_archives li{

	background: url(images/mini-monthly-archive.gif) no-repeat !important;

	padding-left: 20px !important;

}

/*pages widget */

ul.list-page li, li.widget_pages li, li.widget_recent_entries li{

	background: url(images/mini-page.gif) no-repeat !important;

	padding-left: 20px !important;

}

/*sub-pages */

ul.list-page li ul li, li.widget_pages li ul li{

	background: url(images/mini-page-arrow.gif) no-repeat !important;

	padding-left: 10px !important;

}

/*recent comments widget */

li.widget_recent_comments li{

	background: url(images/mini-recent-comments.gif) no-repeat !important;

	padding-left: 20px !important;

}

/*calendar widget */

li.widget_calendar td {

	padding: 1px 7px;

}

/*text widget */

.textwidget {

	padding-top: 5px;

}



/*search form */

#searchform {

	margin: 15px 0 0;

}

#searchform br {

	display: none;

}

#searchform #s {

	border:0px;

	width: 125px;

	height:17px;

	padding-left:5px;

	padding-right:5px;

	margin-right:2px;



	color: #FFFFFF;

	font-weight:normal;

	background: url("images/search-input-bg.gif") no-repeat;

}

/* search form button - to specify button only use input[type="submit"] */

#searchform input {

	background: url("images/search-btn-bg.gif") 0px top no-repeat;

	border: none;

	width: 67px;

	height:17px;

	cursor:hand;

	font:12px Arial, Helvetica, sans-serif;

	color: #FFFFFF;

}



	#searchform input:hover {

		cursor:hand;

		background-position:0px bottom;

	}



/*--------------------------------------------------------------------------*/

/*------------------------------- FOOTER AREA ------------------------------*/

/*--------------------------------------------------------------------------*/



#footer {

	clear: both;

	background: #048DB4 url("images/footer-bg.gif") no-repeat;

	color: #ACD7EE;

	font-size: 95%;

	line-height: 130%;

	padding-bottom: 10px;

}

#footer a, #footer a:visited {

	color: #ffffff;

}

#footer h4 {

	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;

	color: #9cdbfb;

	margin: 10px 0px 5px;

}

.footer-recent-comments {

	width: 240px;

	float: left;

	margin-left: 10px;

}

.footer-recent-comments ul {

	list-style: none;

	margin: 0px;

	padding: 0px;

}

.footer-recent-comments ul li {

	background: url("images/mini-footer-comments.gif") no-repeat;

	padding: 0px 0px 10px 20px;

}

.footer-recent-posts {

	width: 240px;

	float: left;

	margin-left: 10px;

}

.footer-recent-posts strong {

	font-size: 107%;

	line-height: 135%;

	font-weight: bold;

}

.footer-recent-posts ul {

	list-style: none;

	margin: 0px;

	padding: 0px;

	font-size: 92%;

	line-height: 110%;

}

.footer-recent-posts ul li {

	background: url("images/mini-footer-post.gif") no-repeat;

	padding: 0px 0px 10px 20px;

}

.footer-about {

	width: 220px;

	float: right;

	padding-right: 10px;

	padding-left: 10px;

	background: url("images/footer-right-bg.gif") no-repeat;

}

/* credits */

#credits {

	margin: 0px auto;

	width: 760px;

	color: #7a9299;

	font-size: 85%;

	line-height: 120%;

}

#credits a, #credit a:visited {

	color: #048db4;

}

.rss {

	background: url("images/mini-rss.gif") no-repeat left center;

	padding-left: 18px;

	padding-bottom: 2px;

	margin-left: 8px;

}

.loginout {

	background: url("images/mini-loginout.gif") no-repeat left center;

	padding-left: 18px;

	padding-bottom: 2px;

	margin-left: 8px;

}



/*--------------------------------------------------------------------------*/

/*------------------------------- ALIGNEMENTS ------------------------------*/

/*--------------------------------------------------------------------------*/



.center {

	text-align: center;

}

img.center, img[align="center"] {

	display: block;

	margin-left: auto;

	margin-right: auto;

}

.alignleft {

	float: left;

}

img.alignleft, img[align="left"] {

	float:left;

	margin: 2px 10px 5px 0px;

}

.alignright {

	float: right;

}

img.alignright, img[align="right"] {

	float:right;

	margin: 2px 0px 5px 10px;

}

.clear {

	clear:both;

}

hr.clear {

	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}



/*--------------------------------------------------------------------------*/

/*---------------------------------- MEMBRES -------------------------------*/

/*--------------------------------------------------------------------------*/



.member{

	width:479px;

	margin-top:10px;

	margin-bottom:10px;

}



.member IMG{

	margin-bottom:10px;

}


	/*--------------------------------------------------------------------------*/
	/*---------------------------------- AGENDA --------------------------------*/
	/*--------------------------------------------------------------------------*/
	
	.agenda {
		clear:both;
		width:478px;
		padding-top:15px;
	}
	
	.agenda .date {
		width: 45px;
		height: 49px;
		float:left;
		background: url("images/agenda-date-bg.gif") no-repeat;
	}
		
		.agenda .date .month {
			font-size: 10px;
			text-transform: uppercase;
			color: #FFFFFF;
			text-align: center;
			display:block;
			line-height: 11px;
			padding-top: 2px;
			margin-left: -3px;
		}
		
		.agenda .date .day {
			font-size: 18px;
			text-transform: uppercase;
			color: #999999;
			text-align: center;
			display:block;
			line-height: 18px;
			padding-top: 7px;
			margin-left: -3px;
		}
	
	.agenda .entry {
		float: right;
		margin-left: 5px;
		width: 420px;
		margin-bottom:10px;
	}
	
		.agenda .entry .hour {
			float: left;
			width: 50px;
			font-size:15px;
			font-weight:normal;
			display:inline;
			color:#F80080;
	
		}
			
		.agenda .entry .texte {
			float: right;
			width: 370px;
		}
		
			.agenda .entry .texte .blue{
				font-size:12px;
				font-weight:normal;
				display:inline;
				color:#59B7E8;
			}
			
			.agenda .entry .texte .pink{
				font-size:12px;
				font-weight:normal;
				display:inline;
				color:#F80080;
			}