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

* {
	margin:0;
	padding:0;
	color:#3E3E40;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
ul {
	list-style-position:outside;
}

li {
	margin-left:20px;
}

li li {
	margin-left:20px;
}

body {
	background-color:#E4E2DD;
}


#site {
	margin:10px auto;
	width:1024px;
	height:820px;
	background-color:#FFFFFF;
}

#top {
	width:1024px;
	height:90px;
	
	}
	
#menu {
	width:1019px;
	height:24px;
	background-color:#3E3E40;
	padding-left:5px;
	padding-top:5px;
}

.btn_nemu {
	margin-right:44px;
}

#col_droite {
	float:right;
	width:272px;
	text-align:center;
	padding-top:20px;
}

#articles {
	width:752px;
}

#art1 {
	width:752px;
	height:205px;
	background-image:url(img/fond_art1.png);
	background-position: bottom right;
	background-repeat:no-repeat;
	margin-bottom:25px;
	margin-top:15px;
}



#art1 h1 {
	color:#ED7526;
	text-align:right;
	font-family:"Arial Black";
	font-size:25px;
}


#art2 {
	width:752px;
	height:198px;
	margin-bottom:15px;
	background-image:url(img/fond_art2.png);
	background-position: bottom right;
	background-repeat:no-repeat;
}
#art2 h1 {
	color:#C2119D;
	text-align:right;
	font-family:"Arial Black";
	font-size:20px;
}
#art3 {	
	width:752px;
	height:310px;
	background-image:url(img/fond_art3.png);
	background-position: bottom right;
	background-repeat:no-repeat;
	margin-bottom:25px;
}
#art3 h1 {
	color:#6621C6;
	text-align:right;
	font-family:"Arial Black";
	font-size:20px;
}

.articles_texte {
	margin-top:10px;
	margin-left:25px;
	margin-right:25px;
}

.logo_part {
	margin-right:45px;
	}
	
#wikiradio {

	background-repeat:no-repeat;
	background-position:right bottom;
	margin-left:15px;
	width:233px;
	height:254px;
	text-align:left;
	margin-bottom:38px;
}	

#webtv {
	background-image:url(img/fond_regardez.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	margin-left:15px;
	width:233px;
	height:184px;
	text-align:left;

}	

#fenetre {
	position:absolute;
	z-index:70;
	width:947px;
	height:577px;
	margin-top:120px; 
	margin-left:20px;
	background-image:url(img/fondfenetre.png);
	background-repeat:no-repeat;
	padding:20px;
}	

#contenufenetre {
	width:947px;
	height:523px;
	overflow:auto;
}

#topfenetre {
	width:947px;
	height:27px;
	text-align:right;
	border-bottom:#3E3E40 1px solid;
}

#topfenetre a {
	text-decoration:none;
	font-size:12px;
}

#topfenetre a:hover {
	text-decoration:underline;
}

#bottomfenetre {
	width:947px;
	height:27px;
	text-align:right;
	border-top:#3E3E40 1px solid;
}

#bottomfenetre a {
	text-decoration:none;
	font-size:14px;
}

#bottomfenetre a:hover {
	text-decoration:underline;
}
.floatright {
	float:right;
}

#contenufenetre h1 {
	text-align:right;
	font-size:18px;
	margin-top:5px;
	padding-right:10px;
	margin-bottom:10px;
	border-bottom:#CCC 1px solid;
}

#contenufenetre h2 {
	color:#4517A9;
	text-align:left;
	font-size:16px;
	margin-top:30px;
	margin-bottom:10px;
}
#contenufenetre h3 {
	color:#9289CE;
	text-align:left;
	font-size:12px;
	margin-top:20px;
	margin-bottom:10px;
}
#contenufenetre p, #contenufenetre ul {
	text-align:justify;
	margin-left:20px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
}

#contenufenetre li {
	margin-left:30px;

}

#contenufenetre a:link,#contenufenetre a:visited, #contenufenetre a:active {
	text-decoration:none;
}

#contenufenetre a:hover {
	text-decoration:underline;
}

.legende {
	font-size:10px;
	}
	
.affiche {
	border:#333333 1px solid;
}

.prog_date {
	padding:5px;
	color:#FFFFFF;
	background-color:#333333;
	text-align:center;
}

.prog_date a {
	color:#FFF;
	font-weight:bold;
}

.prog_salle {
	background-color:#F15F14;
	text-align:center;
	font-weight:bold;
	padding:5px;
	color:#FFFFFF;
}

.prog_salle a {
	color:#FFF;
}

.prog_conf {
	background-color:#ECC3AC;
		border-left:#333333 1px solid;
		padding:5px;
}