body {
	background-color: #333;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.magenta {
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	border: none;
	color: #FFF;
	font-size: 13px;
}
a:visited {
	color: #FFF;
	text-decoration: none;
	border: 0px;
	font-size: 13px;
}
a:hover {
	color: #CCC;
	border: none;
	font-size: 13px;
}
a:active {
	color: #FFF;
	text-decoration: none;
	border: 0px;
	font-size: 13px;
}
.border_left_page {
	background-image: url(images2/left_border.gif);
	background-repeat: repeat-y;
}
.border_right_page {
	background-image: url(images2/right_border.gif);
	background-repeat: repeat-y;
}
.border_bottom_page {
	background-image: url(images2/bottom_border.gif);
	background-repeat: repeat-x;
	width:100%
}
.my_menu {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.logo {
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sous-titre {
	float: right;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 10px;
	color: #CCC;
}
.event_date {
	font-size: 13px;
	text-align: center;
}
.vertical_line {
	background-image: url(images2/1px_white.gif);
	background-repeat: repeat-y;
	width: 1px;
}
.event_desc {
	text-align: justify;
	font-size: 12px;
}
.bientot {
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	color: #999;
	margin-bottom: 15px;
}
.event_title {
	font-size: 14px;
	color: #FFFFFF;
}
.table_news img {
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.table_content {
	margin: 0px;
	padding: 10px;
}
.table_news {
	margin: 0px;
	padding: 0px;
	background-color: #3F3F3F;
}
.row_between_news {
	height: 10px;
}
.edito_title {
	font-size: 13px;
	color: #FFFFFF;
}
.footer {
	text-align: right;
	font-size: 12px;
}
.border_left_table {

	background-image: url(images2/l_border_table.gif);
	background-repeat: repeat-y;
}
.border_right_table {

	background-image: url(images2/r_border_table.gif);
	background-repeat: repeat-y;
}
.border_bottom_table {

	background-image: url(images2/b_border_table.gif);
	background-repeat: repeat-x;
}
.event_title .titre_accueil a {
	color: #FFFFFF;
}
.event_title .titre_accueil a:hover {
	color: #CCCCCC;
}
.titre_magenta {
	color: #FF0080;
}
.titre_3col {
	color: #9CBCF0;
}
/** CSS3 **/
.news_titre {  
	/** Round Corner **/
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	/** Box Shadow **/
	box-shadow: 5px 5px 10px black;  
	-moz-box-shadow: 5px 5px 10px black;  
	-webkit-box-shadow: 5px 5px 10px black;  
  /** Text Shadow **/
	text-shadow: 0 1px 0 #000;  
	font-size: 13px;
	color: #FFFFFF;
	background: #555;
	margin: 0;
	padding: 4px 15px;
	font-weight: bold;
}  
.news_content {  
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	box-shadow: 5px 5px 10px black;  
	-moz-box-shadow: 5px 5px 10px black;  
	-webkit-box-shadow: 5px 5px 10px black;  
	font-size: 13px;
	color: #FFFFFF;
	background: #444;
	margin: 0;
	padding: 0;
}  
.news_box {
font-size: 12px;
margin: 0px 10px;
padding: 4px;
}
.news_box_date {
float: left;
font-size: 12px;
margin: 0px;
padding: 3px;
width: 40px;
}
.news_box_photo {
float: left;
margin: 0px;
padding: 0 10px 0 0;
width: 70px;
}
.news_box_photo img, .news_content img{
	/** Round Corner **/
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	/** Box Shadow 
	box-shadow: 2px 2px 5px black;
	-moz-box-shadow: 2px 2px 5px black; 
	-webkit-box-shadow: 2px 2px 5px black;**/
}
hr {
	margin:0 0 5px 0;
	padding:0;
	clear: both;
	visibility:hidden;
}
.columns {
padding: 10px 20px;
-moz-column-count: 2;  
-webkit-column-count: 2;
-moz-column-gap: 3em;
-webkit-column-gap: 3em;  
}
.columns img {
float:left;
width:40px;
height:40px;
margin: 4px 10px 0 0;
}
.colonne_1 {
float:left;
width:60%;
margin:0 15px 0 0;
}
.colonne_1 p {
	font-weight: bold;
	padding: 10px 0 5px 0;
	margin: 0;
}
.colonne_2 {
float:left;
width:38%;
margin:0;
}
.colonne_2 ul {
padding: 0;
margin: 2px 0 10px 15px;
}
.colonne_2 ul li {
padding: 0;
margin: 0;
text-align: justify;
}
.titleshadow {
	box-shadow: 4px 4px 10px black;
	-moz-box-shadow: 4px 4px 10px black; 
	-webkit-box-shadow: 4px 4px 10px black;
}
.bientot table tr td {
	text-align: center;
	width: 15%;
}
.bientot table caption {
	font-size: 11px;
	color: #CCC;
	text-align: left;
	margin: 0 0 10px 20px;
}
.bientot table tr td a {
	font-size: 11px;
	color: #CCC;
}
.bientot table tr td a:hover {
	color: #FF0080;
}
.a_propos {
	font-size: 16px;
	color: #FFF;
	margin: 25px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.a_propos tr td p {
	margin-bottom: 25px;
}
