@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* il est conseillÃ© de mettre Ã  zÃ©ro la marge et le remplissage de l'Ã©lÃ©ment body, pour tenir compte des diffÃ©rentes valeurs par dÃ©faut des navigateurs */
	padding: 0;
	text-align: center; /* ce paramÃ©trage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite alignÃ© Ã  gauche (valeur par dÃ©faut) dans le sÃ©lecteur #container */
	color: #000000;
	background-image: url(/images/fond-page.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	overflow:scroll-y;
	font-size: 10px;
	z-index:1;
}

.trans { behavior: url(/styles/iepngfix.htc); }

body img {
	border:0;
	text-align: center;
}

a{
	color: #5C7998;
	font-weight:bold;
	text-decoration:none;
}

.info{position:relative; /*this is the key*/}
.info div{display: none}
.info:hover div{z-index: 300;display:block; position: absolute;border: 1px solid #000;background-color: #fff;padding: 10px;font-family:helvetica,arial,verdana,"Bitstream Vera Sans",clean,sans-serif;font-weight:normal;	color:black;top:2em; left:5em; width:400px;min-width:400px;cursor:pointer;} /*the span will display just on :hover state*/

.info:hover div{@position:static;@border:none;@background-color: transparent;@padding:5px 0 0 0;@width:600px;@min-width:600px;@cursor:default;}
.info div{@font-family:helvetica,arial,verdana,"Bitstream Vera Sans",clean,sans-serif;@font-weight:normal;@display:inline;@width:600px;@min-width:600px;@display:block;@padding:5px 0 0 0;} 

.bordblanc {
	border-color: #FFF;
	border-style: solid;
	border-width: 1px;
}
.deuxcols #container {
	width: 955px;  /* paramÃ©trage de la largeur Ã  20 pixels de moins que le plein Ã©cran (1024 pixels) pour tenir compte de l'habillage du navigateur et Ã©viter l'apparition d'un ascenseur horizontal */
	margin: 0 auto; /* les marges automatiques (et dotÃ©es d'une largeur positive) centrent la page */
	border: 1px solid #FFFFFF;
	text-align: left; /* ce paramÃ©trage annule le paramÃ¨tre text-align: center de l'Ã©lÃ©ment body. */
	background-image: url(/images/fond-main.png);
	background-position: 0 70px;
	background-repeat: repeat-x;
	background-color: #6383A4;
}
.deuxcols #header {
	background: #DDDDDD;
	min-height: 70px;
	max-height: 70px;
	height: 70px;
}
.deuxcols #header img {
	float: left;
}
.deuxcols #sidebar1 {
	float: right; /* cet Ã©lÃ©ment est flottant, il faut donc lui attribuer une largeur */
	width: 224px; /* Dans les navigateurs conformes au standard et dans Internet Explorer en mode standard, la largeur rÃ©elle de cet Ã©lÃ©ment div est composÃ©e de la largeur plus le remplissage et la bordure */
	padding: 0 25px 0 0;	
}
.deuxcols #mainContent {
	margin: 0 360px 0 0; /* La marge droite de cet Ã©lÃ©ment div crÃ©e la colonne qui s'Ã©tend sur le cÃ´tÃ© droit de la page - quel que soit le contenu de l'Ã©lÃ©ment div sidebar1, l'espace de cette colonne reste intact. Vous pouvez supprimer cette marge si vous souhaitez que le texte de l'Ã©lÃ©ment div #mainContent remplisse l'espace de l'Ã©lÃ©ment #sidebar1 lorsque le contenu de ce dernier se termine. */
	padding: 0; /* ne pas oublier que le remplissage est l'espace Ã  l'intÃ©rieur du cadre de l'Ã©lÃ©ment div, alors que la marge est l'espace Ã  l'extÃ©rieur de celui-ci */
	_margin: 0;
}
.deuxcols #UITabs {
	width: 599px;
}
.deuxcols #footer {
	min-height: 41px;
	max-height: 41px;
	height: 41px;
}
.deuxcols #footer img {
	float: left;
}
.fltrt { /* cette classe permet de rendre flottant le cÃ´tÃ© droit d'un Ã©lÃ©ment dans la page. L'Ã©lÃ©ment flottant doit prÃ©cÃ©der l'Ã©lÃ©ment Ã  cÃ´tÃ© duquel il doit se trouver dans la page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* cette classe permet de rendre flottant le cÃ´tÃ© gauche d'un Ã©lÃ©ment dans la page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* cette classe doit Ãªtre placÃ©e pour un Ã©lÃ©ment div ou break et doit Ãªtre l'Ã©lÃ©ment final avant la balise de fin d'un conteneur qui doit contenir entiÃ¨rement un Ã©lÃ©ment flottant */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#sidebar1 .arbre{
	display:block;
	margin: 30px 0 0 -26px;
	_display:none;
}

.arbre_grand{
	padding: 0 0 0 -20px;
	margin: 0 0 0 -20px;
	#display:none;
	_display:none;	
}

#sidebar1 .filet{
	border-top-color: #CBE2FB;
	border-top-style: solid;
	border-top-width: 1px;
	min-height: 10px;
	max-height: 10px;
	height: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
}

#sidebar1 .titre_emis{
	color: #FFF;
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;	
}

#sidebar1 .resume_emis{
	color: #000;
	font-size:11px;
	font-weight:bold;
}

.zone_norm {
	background-image: url(/images/fond-prog.png);
	padding-left: 20px;	
	background-color: #FFF;
	background-repeat: repeat-x;
	border-right-color: #FFF;
	border-right-style: solid;
	border-right-width: 1px;
	width: 699px;
	min-height:200px;
	background-position: 0px -25px;
	font-size:12px;		
}

.zone_norm ul {
	padding-top:20px;
	list-style: none;
    margin-left: 20px;
    padding-left: 1em;
    text-indent: -1em;	
}

.zone_norm li {
	padding:0 0 10px 13px;
	color: #5C7998;
	font-weight:bold;
	font-size:14px;
	list-style-image: url(/images/puce2.png);	
}

.zone_norm li a{
	color: #5C7998;	
}

.zone_norm p{
	margin-right: 20px;		
}

.zone_norm .filet {
	border-top-color: #E5E5E5;
	border-top-style: solid;
	border-top-width: 1px;
	min-height: 10px;
	max-height: 10px;
	height: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-right:20px;
}

.zone_norm .titre{
	color: #000;
	font-weight:bold;
	font-size:14px;	
}

.zone_blog {
	background-image: url(/images/fond-prog.png);
	padding-left: 20px;
	background-color: #FFF;
	background-repeat: repeat-x;
	border-right-color: #FFF;
	border-right-style: solid;
	border-right-width: 1px;
	width: 699px;
	min-height:200px;
	background-position: 0px -25px;
}

.zone_blog .titre a{
	color: #000;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	cursor:default;
}

.zone_blog a{
	color: #666;
	font-weight:bold;
	text-decoration:none;
}

.zone_blog .filet {
	border-top-color: #B5B5B5;
	border-top-style: solid;
	border-top-width: 1px;
	min-height: 10px;
	max-height: 10px;
	height: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.zone_blog .date {
	color: #6281A2;
	font-size:12px;
	font-weight:bold;
	padding : 10px 0 5px 0;
}

.zone_blog .titre {
	color: #000;
	font-weight:bold;
	font-size:16px;
}

.zone_blog .texte {
	color: #000;
	font-size:12px;
	padding : 0 20px 0 0;	
}

.zone_abo {
	background-image: url(/images/abonnez-vous-oizo.png);
	padding-left: 20px;
	background-color: #FFF;
	background-repeat: no-repeat;
	border-right-color: #FFF;
	border-right-style: solid;
	border-right-width: 1px;
	width: 699px;	
	min-height:200px;
}

.zone_acc {
	padding-right: 30px;
	padding-left: 30px;
	background-color: #FFF;
	width: 679px;
	height: 89px;
	background-repeat: no-repeat;
	background-image: url(/images/au-programme-aujourdhui.png);
	border-right-color: #fff;
	border-right-style: solid;
	border-right-width: 1px;
}
.zone_acc h1 {
	color: #000;
	font-weight:bold;
	font-size:16px;
	padding-bottom:30px;
}
.zone_acc .filet {
	border-top-color: #E5E5E5;
	border-top-style: solid;
	border-top-width: 1px;
	min-height: 10px;
	max-height: 10px;
	height: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.zone_acc .heure_emi {
	color: #666;
	font-size:12px;
}
.zone_acc .heure_emi_s {
	color: #666;
	font-size:12px;
	font-weight:bold;
}
.zone_acc .type_emi {
	color: #6281A2;
	font-size:12px;
}
.zone_acc .titre_emi {
	color: #000;
	font-weight:bold;
	font-size:12px;
}
.ui-tabs-container img:hover {
	cursor : pointer;
}
.ui-tabs-container .resume_emi {
	padding:10px 30px 0 53px;
}
.ui-tabs-container h1 {
	color: #000;
	font-weight:bold;
	font-size:16px;
	padding-bottom:10px;
}
.ui-tabs-container .filet {
	border-top-color: #E5E5E5;
	border-top-style: solid;
	border-top-width: 1px;
	min-height: 10px;
	max-height: 10px;
	height: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-right:20px;
}
.ui-tabs-container .heure_emi {
	color: #666;
	font-size:14px;
}
.ui-tabs-container .heure_emi_s {
	color: #666;
	font-size:14px;
	font-weight:bold;
}
.ui-tabs-container .type_emi {
	color: #6281A2;
	font-size:14px;
}
.ui-tabs-container .titre_emi {
	color: #000;
	font-weight:bold;
	font-size:14px;
}

.blog_side a {
	display:none;	
}

.blog_side .titre {
	padding:0 0 15px 20px;
	color: #fff;
	font-weight:bold;
	font-size:12px;
	background-position:8px 1px;
	background-repeat: no-repeat;
	background-image: url(/images/puce.png);	
}

.blog_side .titre a{
	display: inline;
	color: #fff;
	text-decoration:none;
}

.blog_side .filet {
	display:none;
}

.blog_side .date {
	display:none;
}


.blog_side .texte {
	display:none;
}

