body, html{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin:0; padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a{
	color:#0167b1;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
#global_wrapper{
	width:1000px;
	margin:auto;
	background-image:url(../images/bgcontent.png);
	background-repeat:repeat-y;
	/*padding:30px;*/
}

.menu_bar{
	background-image:url(../images/menu.jpg);
	width:956px; height:23px;
	margin:0 auto;
	color:#9a9a9a;
	font-style:italic;
	font-size:8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	vertical-align:middle;
	padding:5px 5px 0 5px;;
	background-repeat:no-repeat;
	text-align:right;
}

.menu_bar a{
	color:#0167b1;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
		font-size:13px;
		

}

.menu_bar a:hover{
	color:#383838;
}

.sous_menu{
	background-image:url(../images/sous-menurpt.jpg);
	background-repeat:repeat-x;
	height:26px;
	margin:0 17px;
	min-width:45px;
	max-width:900px;
	float:right;
	color:#000000;
	padding-top:5px;
	font-size:13px;
}

.sous_menurd{
	float:left;
}

.sous_menu a{
	text-decoration:none;
	color:#000000;
	padding-right:8px;
	}


#footer{
	width:1000px; height:43px;
	background-image:url(../images/footer.png);
	margin:auto;
}

.colone_gauche{
	width:194px;
	background-image:url(../images/col_gauche_bdr.jpg);
	background-repeat:no-repeat;
	background-position:center right;
		margin-right:18px;

}

.colone_droite{
	width:216px;
	background-image:url(../images/col_droite_bdr.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	margin-left:18px;
}

.page_title{
	color:#0167b1;
	font-size:17px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold; font-style:italic;
}
.basic_title{
	color:#383838;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;

}

.titre_nouvelle{
	color:#0167b1;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;

}

.dern_nouvelles{
	color:#0167b1;
	font-size:12px;
}

.dern_nouvelles a{
	color:#7b7a7a;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
		font-weight:bold;

}

.dern_nouvelles a:hover{
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
.dern_nouvelles ul{
	padding:0 0 0 9px; margin:0;
}
.dern_nouvelles ul li{
	padding:10px 0 0 0; margin:0;
}


#membre_login{
	color:#717171;
	font-size:11px;
}

#membre_login a{
	color:#0167b1;
	font-size:11px;
	text-decoration:underline;
}

#calendrier_envents{
	background-image:url(../images/bgcal.gif);
	background-repeat:repeat-x;
	width:205px;
	margin:auto;
}

/******************** calander *************************/
		#calendrier{
			background-image:url(../images/bg_calandrier.gif);
			background-repeat:no-repeat;
			width:200px;
			height:164px;
			padding:0; margin:auto; border:0;
		}
		#calendrier_header, #calendrier_header a{
			padding:18px 0 0 0;
			font-size:14px;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			color:#000000;
			text-align:center;
		}
		#calendrier_header a{text-decoration:none;}
		#calendrier_header a:hover{color:#000000;}
		
		#cal {
			font-family: Arial, Helvetica, sans-serif;
			width: 175px;;
			/*background-color: #e1bb5f;*/
			margin:10px 0 0 10px;
			font-size: 11px;
		}
		
		#cal td{
			vertical-align:middle;
			text-align:center;
			/*background-color:#CF6500;*/
			color:#000000;
			border: 0;
		}
		#cal td.first_date{
			/*background-color: #CF6500;*/
		}
		
		#cal td.today {
			color: #000000;
			background-image:url(../images/today.gif);
			background-color:#efa21d;
			font-weight:bold;
		}
		
	
		
		#cal td.event {
			color: #ffffff;
			background-color:#0167b0;
			background-image:url(../images/event.gif);
		}
		
		#cal th {
			color: #ffffff;
			
			background-color:#0167b0;
			text-align:center;
			font-weight:bold;
		}
		
		#cal .d a{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 10px;
			text-decoration:none;
			color: #000000;
		}
		
		#cal .d a:hover{
			color:#2b2b2b;
			font-weight: bold;
			font-size: 10px;
			text-decoration:none;
			background-color:#0167b0;
			background-image:url(../images/event.gif);
		}
		
		#cal a{
			display:block;
			height:100%;
			width:100%;
			color: #000000;
			background-color:#0167b0;
			text-decoration:none;
			background-image:url(../images/event.gif);
		}
		#cal a:hover{
			text-decoration:none;	
			color: #ffffff;
			background-color:#EBB307;
		}
		.hidden {
			margin:0;
			padding:0;
			font-size: 0;
			display:none;
		}
				#cal td.today a{
			color: #000000;
			background-image:url(../images/eventtoday.jpg);
			background-color:#efa21d;
			font-weight:bold;
		}
		/********************* calendrier.php ******************/

.eventscal{
	font-size:11px;
	color:#0164ac;
	padding-top:5px;
	position:relative;
}
.eventscal a{
	font-size:11px;
	color:#0164ac;
}

.eventscal .date_event a{
	font-size:11px;
	color:#010641;
	font-weight:bold;
}

.menu_footer{
	font-size:10px;
	color:#000000;
}

.menu_footer a{
	font-size:10px;
	color:#000000;
	text-decoration:none;
}

.last_updates{
	font-size:10px;
	color:#666666;
}

.carte_equipe{ width:225px; font-size:11px;}
.carte_equipe .toprond{
background-image:url(../images/div_top_rond.jpg);
background-position:center;
width:225px; height:9px;
}
.carte_equipe .cont_equipe{
width:215px; 

margin:auto; padding:0 5px;}
.carte_equipe .bottomrond{background-image:url(../images/div_btm_rond.jpg);background-position:center;

width:225px; height:9px;}

.carte{
background-image:url(../images/bgSousmenu.jpg);
}




.io,.iob,.note {
	border: 1px solid #22376d;
	background-color:#f7f7f7;
	color:#22376d;
	font-size: 11px;
}

.error,.note {
	border: 2px solid grey;
	padding:10px;
	margin:5px;
	width:450px;
}

.error .item,.note .item{
	padding:5px 5px 5px 20px;
}

.note h2, .error h2 {
	font-size: 10pt;
	font-weight: bold;
	margin:0;
	padding:0;
}

.error {
	border-color: #b40000;
}

.error h2{
	color: #e30000;
}

.note {
	border-color: #e0e0e0;
	color:#abb6c3;
	background-color:#ffffff;
	width:300px;
}
