body{
	background: #000;
	width:70%;
	margin:auto;
	padding:0;
	font-family: Verdana, Calibri, Arial, Helvetica, sans-serif;
	font-size: 13.5px;
	color: #666;
}
p {
	line-height: 1.9em;
	margin-bottom: 20px;
}
a {
	color: #DA2A2B;
}
a:hover {
	color: #FDA642;
}
a:focus {
	outline: none;
}
a.button { 
    background-color: #DA2A2B;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
}
a.button:hover {
	background-color: #FDA642;
}
h1 {
	color: #000;
	font-size: 16pt;
	text-align: left;
}

h2 {
	color: #000;
	font-size: 14pt;
	letter-spacing: 0px;
	font-weight: normal;
	padding: 0 0 5px;
	margin: 0;
}

h3 {
	color: #FDA642;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: -1px;
}

h4 {
    color: #DA2A2B;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 10px;
    text-transform: uppercase;
}

h5 {
	padding-bottom: 10px;
	font-size: 16px;
	color: #999;
}
.header {
	text-align:center;
	padding-top: 35px;
	padding-bottom: 10px;
	margin: 0 auto;
	text-align:center;
	
}
#container {
	width: 100%;
	margin: 20px auto;
	box-shadow: 0px -1px 10px #FFF;
	padding: 0px;
	background-color: #fff;
}

.header h1 a, .header h1 a:hover {
	color: #000;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: -2px;
    line-height:45px;
    text-decoration: none;
    text-transform: uppercase;
}
.header h1 a span { 
	color: #F00;
}

.header h2 {
	color: #888;
	font-size: 25px;
	position: relative;
	top: -5px;
	letter-spacing: 0;
}



#corps {
	background: none;
	margin:0 auto;
 	padding: 0 1%;
	clear: both;
}

#contenu {
    float: right;
    width: 76%;
	margin-right:20px;
	text-align:justify;
}

.sidebar {
    float: left;
    width: 20%;
	padding: 0;
	list-style: none;
}

.sidebar h4 {
	padding-bottom: 0;
	font-size: 18px;
	color: #FDA642;
	text-transform: uppercase;
	font-weight: bold;
	padding: 7px 7px;
	border-bottom: 2px solid #CAC8C7;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	margin-bottom: 20px;
	line-height: 1.9em;
	list-style: none;
}

.sidebar li ul {
    list-style: none outside none;
    margin: 0px;
}

.sidebar li ul li {
	display: block;
	border-top: none;
	margin: 0;
	line-height: 1.5em;
	font-size: 12px;
}

.sidebar li ul li.text { 
	border-bottom: none;
}



.sidebar li ul li a {
	font-weight: normal;
}

.sidebar li ul li a:hover {
	
}


.sidebar li ul li a.readmore {
   color: #DA2A2B;
   font-weight: bold;
}
.menu_promotion ul
{
	background-color:#DDD;
	box-shadow: 1px 1px 5px #000;
}
.menu_promotion ul a
{
	color:#000;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	text-transform: uppercase;
	display: block;
	text-decoration:none;
	
	
}
.menu_promotion ul a:hover
{
	background-color:#DA2A2B;
	padding-left:12px;
	color:#EEE;
	font-weight: bold;
}







.clear {
	clear: both;
}
.footer {
	margin:20px auto 0;
	clear: both;
}

.footer p {
	text-align: left;
	color: #ccc;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.footer p a {
	color: #ccc;
	font-weight: bold;
}

.footer-content {
	padding: 20px 25px 30px;
	//padding: 20px 0px 30px 100px;
	background: #ddd;
	//border-top: 10px solid #FDA642;
	border-top: 10px solid #F00;
	
}

.footer .footer-content ul {
	width: 243px;
	list-style: none;
	margin: 0 50px 0 0;
	padding: 0;
	float: left;
}

.footer .footer-content li {
	padding: 5px 5px;
}

.footer .footer-content li a, .footer .footer-content h4 {
}

.footer .footer-content li a {
 color: #909090;
    font-size: 13px;
    text-decoration: underline;
}

.footer .footer-content li a:hover { 
	color: #222;
}

.footer .footer-content h4 {
   color: #444;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 0;
	margin:0px;
}

.footer .footer-content ul.endfooter {
	margin-right: 0;
}

.footer .footer-bottom {
	padding: 10px;
	text-align: center;
	//background-color: #FDA642;
	background-color: #000;
}

.footer .footer-bottom p {
	text-align: center;
}

.footer .footer-bottom p, .footer .footer-bottom p a {
	color: #fff;
}

