@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	color: #FFF;
	background-image: url(../img/images/fondpage_03.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: E20025;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	height: 85px;
}
.article {
	background-color: #2C2C2C;
	padding: 14px;
	width: 450px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
	text-align: justify;
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #454545;
	border-right-color: #454545;
	border-bottom-color: #454545;
	border-left-color: #454545;
	min-height: 200px;
	z-index: 2;
	margin-top: 20px;
	height: auto;
	  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;  
  -webkit-box-shadow: 0 0 6px #000;

}
.imageDroite {
	float: right;
	padding-top: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
}


*{outline: none;}
img {border: 0;}
#main {
	background-color: #E20025;
	background-image: url(../img/images/fondpage_03.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#page {
	width: 100%;
	display: table;
	background-image: url(../img/images/fondpage_01.jpg);
	background-repeat: no-repeat;
	min-height:710px;
	height: auto;
	background-position: center top;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#content {
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	height: auto;
}
#contenu {
	width: 1024px;
	background-color:#000;
	min-height:600px;
	height: auto;
	position: relative;
}

#content .container {
	background-color: #000000;
	width: 1024px;
}
.container {
	width: 1024px;
	position: relative;
	background-color: #000;
}
#footer {
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	min-height: 250px;
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	position: relative;
	padding-top: 0px;
	padding-left: 20px;
	height: 250px;
	margin-bottom: 0px;
	background-position: bottom;
}
#colgauche {
	background-color: #000;
	float: left;
	width: 300px;
	min-height:600px;
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	background-image: url(../images/images/fondarticle2_01.jpg);
	height: auto;
}
#centre {
	float: left;
	width: 500px;
	min-height:600px;
	position: relative;
	height: auto;
	background-image: url(../images/images/fondarticle2_02.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#coldroite {
	background-color: #000;
	float: right;
	width: 224px;
	min-height:600px;
	position: relative;
	background-image: url(../images/images/fondarticle2_03.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: auto;
	overflow: visible;
}
.news {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #CCC;
}


.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}



h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	background-position: center;
	height: 40px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 20;
	vertical-align: middle;
	margin-left: 20px;
	font-style: italic;
	  text-shadow: 0px 0px 5px #000; 
	    -moz-text-shadow: 0px 0px 5px #000; 
		  -webkit-text-shadow: 0px 0px 5px #000; 

}
#inscription {
	height: 150px;
	width: 200px;
	position: absolute;
	z-index: 2;
	left: 846px;
	top: 275px;
	-moz-transform: rotate(5deg);
}
#compte {
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFF;
	background-color: #000;
}


h2 {
	margin-left: 0px;
	padding-left: 20px;
	height: 40px;
	padding-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #E20025;
	font-weight: bold;
	vertical-align: middle;
	background-repeat: no-repeat;
		  text-shadow: 0px 0px 5px #000; 
	    -moz-text-shadow: 0px 0px 5px #000; 
		  -webkit-text-shadow: 0px 0px 5px #000; 

}
h3 {
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
}
.menu {
	list-style:none;
	background-color:#E20025;
	width:984px;
	height:45px;
	margin:0px;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BB0021;
	border-bottom-color: #A4001D;
 }
.menu li {
	float :left;
	left: 10px;
	clip: rect(auto,auto,auto,10px);
}
.menu li a {
	display:block;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top:8px;
	padding:6px 10px 6px 10px;
 border-right: 10px solid # 4c4c4c; 
 border-left: 10px solid # 4c4c4c;
	cursor:pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
 }
 .menu li a:hover {
	background-color:#F8C701;
	box-shadow: 0 0 4px #999999;
	-moz-box-shadow: 0 0 4px #999999;
	-webkit-box-shadow: 0 0 4px #999999;
 }
 .menu li.current a {
	background-color:#333;
	box-shadow: 0 0 3px #333333;
	-moz-box-shadow: 0 0 3px #333333;
	-webkit-box-shadow: 0 0 3px #333333;
 }
#menu_bas   {
	height: 50px;
	width: 1024px;
	position: relative;
	background-image: url(../../2010/images/menu_bas.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #93001A;
}
#menuhaut {
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: -2px;
	height: 200px;
}
#diapo {
	padding-top: 85px;
}


.bordombre {
	margin-top: 10px;
	width: 93%;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #B70302;
	border: 1px solid #DF0202;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 5px;
.article table tbody tr td {
	color: #FFF;
}
.article table tbody tr td div {
	color: #FFF;
}
thead tr td {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-color: #CCC;
}

.article table {
	color: #FFF;
}
.multiplecolumns 
{
    -moz-column-width: 130px;
    -webkit-column-width: 130px;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    -moz-column-rule: 1px solid #ddccb5;
    -webkit-column-rule: 1px solid #ddccb5;
}
#main #page #content #contenu #centre .article table tbody tr td div table tbody tr td {
	color: #FFF;
}
.archives {
	width: auto;
	float: left;
	position: relative;
	padding-right: 2px;
	margin: 30px;
}

.archives ul {
	list-style:none;
}

.archives ul li {
	float:left;
	padding:10px;
	margin:0px 23px 23px 0;
	
}

.article a {
	color:#FFF;
}

.article a:active {
	color:#FFF;
}.article p a {
	color: #FFF;
}
#video {
	padding-right: 10px;
	padding-left: 10px;
}
