/*
MJC du Plateau - 22 - Saint Brieuc
*/

/**********************************************************/
/*													      */
/*					STYLES GENERAUX 					  */
/*													      */
/**********************************************************/
*{
	margin:0;
	padding:0;
}
body,h1,h2,h3,h4,p,td,li,ul,dd,dl,caption,input,textarea,select,option{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
body{
	background:#000;
	color:#fff;
}
a {
	color:#fff;
	font-size: 22px;
	text-decoration :none;
}
p {
	color:#fff;
	padding-left: 3px;
	font-size: 10px;
}
hr{
	display:none;
}
ul{
		list-style:none;
}
/**********************************************************/
/*													      */
/*					BLOCS PRINCIPAUX 					  */
/*													      */
/**********************************************************/
#total {
	margin:auto;
	background-color:#000;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align:left;
	width:900px;
	height:100%;
}
#ColGauche{
	background-color:#000 ;
	width:500px;
	height:376px;
	float: left;
}
#logo {
	background-image: url(Images/LogoMonbledN.jpg);
	background-repeat: no-repeat;
	background-color:#ff9900 ;
	width:500px;
	height:96px;
}
#logo h1{
	display:none;
}
.ecran{
	background-color:#000 ;
	height:281px;
	width:500px;
}
#ColDroite{
	background-color:#404040 ;
	height:376px;
	width:400px;
	float: right;
}
#categorie{
	background-color: #1a1a1a;
	width:900px;
	float:left;
}
.separation{
	
	font-size: 9px;
	background-color: #000;
	width:900px;
	height:28px;
	float: left;
}
/**********************************************************/
/*													      */
/*						INFOS DROITE 					  */
/*													      */
/**********************************************************/
#ColDroite h2{
	display: block;
	background: #000;
	border-left: 5px solid #ff9900;
	font-size: 14px;
	padding-left:10px;
	color: #fff;
	width:385px;
}
#ColDroite h2.titreRubrique{
	background: #f1901f;
	border-left: 5px solid #000;
}
.menu p{
	font-size:13px;
	padding:10px 0 24px 10px;
	text-align:center;
}
.menu a:hover{
	color:#f90;
}
.courant{
	color:#f1901f;	
}
.texteActu{
	width:375px;
	font-size: 9px;
	background-color: #404040;
	padding:11px;
}
.descriptif{
	background-color: #404040;
	float:left;
	padding:10px;
	width:375px;
	height:140px;
	font-size:10px;
}
.descriptif strong {
	font-size:10px;
	color:#f90;
	font-style:normal;
}
.descriptif p{
	margin:0 0 10px 0;
}
.descriptif li{
	margin:5px 0;
}
.contact a {
	color:#fff;
	font-size: 12px;
	text-decoration :none;
}
/**********************************************************/
/*													      */
/*						VIGNETTES 						  */
/*													      */
/**********************************************************/
.main {
	padding-top:1px;
	background-color: #000;
	border-left: 5px solid #ff9900;
	margin-bottom:28px;
	margin-right:19px;
	height:113px;
	width:200px;
	float:left;
}
.vignette {
	background-color:#404040;
	margin-right:10px;
	width: 200px;
	height:87px;
}
.vignette img{
	border:0;
}
.NomVideo{
	color:#fff;
	padding-left: 5px;
	font-size: 10px;
	width: 200px;
	height:20px;
}

/**********************************************************/
/*													      */
/*						Logos/contacts					  */
/*													      */
/**********************************************************/

.logo{
text-decoration :none;
color:#000;
border:  none ;
	background-color: #000;
	width:900px;
	height:45px;
	float: right;
}


