@charset "UTF-8";

body{
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #978989;
}

p {
	text-align: justify;
	margin-bottom: 15px;
}

ul {
	padding-left: 15px;
	list-style: circle;
}

li {
	margin-bottom: 6px;
}

#site {
	width: 890px;
	margin: 0 auto;
	padding-bottom: 50px;
}

#header {
	background: url(/img/new/header.jpg);
	width: 890px;
	height: 250px;
	position: relative;
}

#nav_top {
	position: absolute;
	top: 141px;
}

#nav_top a {
	position: absolute;
	display: block;
	text-decoration: none;
}

#accueil {
	left: 181px;
	width: 80px;
	color: #e99a33;
}


#rcic_cest_quoi {
	top: 77px;
	left: 290px;
	width: 150px;
	color: #e99a33;
}

#rcic_cest_quoi:hover {
	color: #509ea3;
}

#contact {
	top: 27px;
	left: 198px;
	width: 95px;
	color: #942036;
}

#contact:hover {
	color: #de8250;
}

#partenaires {
	top: 55px;
	left: 210px;
	width: 115px;
	color: #5d100d;
}

#partenaires:hover {
	color: #76ae4b;
}

#evenements {
	top: 3px;
	left: 562px;
	padding-left: 25px;
	color: #e6872a;
}

#evenements:hover {
	color: #982735;
}

#multimedia {
	top: 30px;
	left: 540px;
	padding-left: 25px;
	color: #4ba1b4;
}

#multimedia:hover {
	color: #6c130f;
}

#programmation {
	top: 63px;
	left: 525px;
	padding-left: 25px;
	color: #78c3a6;
}

#programmation:hover {
	color: #ec7023;
}

#jouer_en_direct {
	position: absolute;
	top:130px;
	left: 295px;
	font-weight: bold;
	font-size: 16px;
}

#jouer_en_direct a {
	color: #ffe7cc;
	cursor: pointer;
}

#jouer_en_direct a:hover {
	text-decoration: none;
	color: white;
}

#content {
	background: #eae8e9;
	width: 865px;
	border-left: 1px solid #959394;
	border-right: 1px solid #959394;
	margin-left: 10px;
}

.petit {
	width: 324px;
	padding-top: 105px;
	background: url(/img/new/petit_top.gif) no-repeat;
	margin-left: 40px;
	float: left;
}

.gros {
	width: 743px;
	padding-top: 105px;
	background: url(/img/new/gros_top.gif) no-repeat;
	margin-left: 40px;
	float: left;
}

.petit .top {
	height: 90px;
	margin-left: 100px;
	margin-top: 29px;
}

.gros .top {
	height: 88px;
	margin-left: 100px;
	margin-top: 29px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #a61e22;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #a61e22;
	margin-bottom: 7px;
}

h3 {
	font-weight: bold;
	margin-bottom: 5px;
}

a {
	color: #a61e22;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.petit .top span, .gros .top span {
	font-weight: bold;
}

.top span a {
	font-size: 12px;
	color: #bbb;
}

.petit .content, .gros .content {
	background-color: white;
	margin-left: 41px;
	border-left: 1px solid #d4d2d2;
	padding-left: 10px;	
	padding-right: 10px;
	padding-bottom: 20px;
}

.gros .content {
	margin-left: 42px;
}

.petit .bottom {
	background: url(/img/new/petit_bottom.gif) no-repeat;
	height: 31px;
}

.gros .bottom {
	background: url(/img/new/gros_bottom.gif) no-repeat;
	height: 31px;
}

#equipe {
	float: left;
	margin-left: 53px;
	margin-top: 130px;
}

#footer {
	background: url(/img/new/footer.jpg);
	width: 890px;
	height: 178px;
	clear: both;
}

.event {
	padding: 10px 0;	
	border-top: 1px solid #e9e8e8;
}

#monTableau {
	border: thin solid #e9e8e8;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
#monTableau td {
	border: thin solid #e9e8e8;
	padding: 10px;
}
#monTableau th {
	border: thin solid #e9e8e8;
	color: #FFFFFF;
	background-color: #a61e22;
	padding: 10px;
}


.date {
	color: #bbb;
	font-size: 12px;
}

.nb_coms {
	font-size: 12px;
	text-align: right;
}

#prec {
	display: block;
	float: left;
}

#suiv {
	display: block;
	float: right;
}

/* EN DIRECT */

#direct {
	background: url(/img/new/direct.jpg) no-repeat #e9e8e8;
	padding: 150px 15px 15px 15px;
	width: 220px;
	height: 60px;	
}

#direct #bouton_play {
	float: left;
}

#direct p {
	float: left;
	margin-top: 7px;
	margin-left: 7px;
}
