@font-face {
	font-family: "Calibri";
	src: url("../fonts/CALIBRI.TTF");
}


html, body {
	margin: 0;
	padding: 0;
	/*height: 100%;*/
	height: 100%;
}

body {
	background-image: url(../img/ligne.gif);
	background-position:0% 80px;
	background-repeat:repeat-x;
	
	min-height: 800px;
	min-width: 1024px;
	
	height: 895px;
	width: 100%;

}

img, a {
	border: none 0;
	outline: none;
}

#fondAbsolu {
	height:100%;
	position:absolute;
	width:100%;
	display: none;
	z-index: 2100;
}


#site{
	position:relative;
	height: 100%;
}

*+html, * html {
	height: 100%;
}

.header {
	display: block;
	margin-top: 0px;
	height: 40px;
	/*background-color: #c4c4c4;*/
	z-index: 10;
}

.header .recherche {
	float:right;
	display: inline;
	height:20px;
	width:210px;
	margin-top: 10px;
}

.header .recherche #search{
	border: 1px solid #e2e2e2; 
	margin-right: 5px; 
	width: 156px; 
	height: 20px;
	float: left;
	color: #787878;
	font-size: 12px;
	text-indent: 3px;
	display:inline;
}

.header .recherche #ok{
	width: 23px; 
	height: 20px;
	display:inline;
	cursor: pointer;
	float: left;
}

.menu {
	display: block;
	width: 200px;
	height: 182px;
	padding-left: 10px;
	/*position: absolute;*/
	float: left;
	z-index: 10;
}

.menu a {
	font-size: 9px;
    color: red;
}

.menu a:hover {
	cursor: pointer;
}

.phrase {
	height:80px;
	left:15px;
	position:absolute;
	top:280px;
	width:340px;
	background-repeat: no-repeat;
	background-position: top left;
}

.content {
	float:left;
	margin-left:40px;
}

.sections {
	display: block;
	width: 530px;
	padding-top: 10px;
}

.sections #no-result {
	color:#BFBFBF;
	font-family:"Calibri";
	text-transform: uppercase;
}

.sections a {
	font-family: "Calibri", Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #dedede;
	display:inline;
	text-decoration: none;
}

/*.sections a:hover {
	color: #ea2321;
}*/

.sections .on{
	color: #ea2321;
}

.sections .bulle {
	font-family: "Calibri", Verdana;
	font-size: 17px;
	font-weight: bold;
	color: #dedede;
	display:inline;
	padding-left:5px;
	padding-right:5px;
}

.grille {
	position: absolute;
	display: block;
	width:738px;
	height: 455px;
	top: 60%;
	left: 50%;
	margin-top: -272px; /* moitie de height */
	/*margin-left: 240px;*/
	margin-left: -369px;
	z-index:-1;
	/*.position:relative;*/
	.margin-bottom: 50px;
	/*border: 1px solid red;*/
}

.grilleFixe {
	/*border:1px solid red;*/
	display:block;
	height:455px;
	left:0;
	margin-left:270px;
	margin-top:250px;
	position:absolute;
	top:0;
	width:738px;
	z-index:-1;
	.position:relative;
	.margin-bottom: 50px;
}

.current {
	display: block;
	margin-left:100%;
}

.case {
	display: inline;
	float: left;
	width:114px;
	height: 85px;
	margin-right: 5px;
	margin-bottom: 5px;
	/*background-color: #fff;  */
	overflow: hidden;
	/*border: 1px solid #d8d8d8;*/
}

.caseCurrent1, .caseCurrent2 {
	display: none;
	width:114px;
	height: 85px;
	border: 1px solid #d8d8d8;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #fff;
	position: absolute;
	overflow: hidden;
}

.caseCurrent1 .date, .caseCurrent2 .date {
	color:#DEDEDE;
	font-family:"Arial";
	font-size:40px;
	font-weight:bold;
	height:68px;
	padding-top:20px;
	text-align:center;
	width:114px;
	position:absolute;
}

.caseCurrent1 .aujourdhui, .caseCurrent2 .aujourdhui {
	color: #fff;
	background-color: #EA2321;
	font-family:"Arial";
	font-size:40px;
	font-weight:bold;
	height:68px;
	padding-top:20px;
	text-align:center;
	width:114px;
	position:absolute;
	
}

.caseCurrent1 .jour, .caseCurrent2 .jour {
	color: #797979;
	background-color: #DEDEDE;
	font-family:"Arial";
	font-size:40px;
	font-weight:bold;
	height:68px;
	padding-top:20px;
	text-align:center;
	width:114px;
	position:absolute;
}

.panneau {
	width: 165px;
	height: 302px;
	background-image: url(../img/panneau.gif);
	background-position:0% 0%;
	background-repeat:no-repeat;
	bottom: 0;
	position: absolute;
	margin-left: 20px;
	z-index: 100;
}


.panneau .nav {
	bottom:72px;
	height:10px;
	margin-left:11px;
	position:absolute;
	text-align:right;
	width:145px;
}

.panneau .nav .bulle {
	font-family: "Arial", Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #797979;
	display:inline;
	padding-left: 2px;
}

.panneau .nav .bulleActif {
	color: #64B9E2;
	font-family: "Arial", Verdana;
	font-size: 15px;
	font-weight: bold;
	display:inline;
	padding-left: 2px;
}


.panneau .content {
	height:190px;
	margin-left:15px;
	position:absolute;
	top:30px;
	width:140px;
}

.message_formulaire h5 {
	font-family: "Arial", Verdana;
	font-size: 15px;
	.font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	margin:10px 0 0;
	width: inherit;
}

.message_formulaire .bleu {
	color: #64b9e2;
	width: inherit;
}

.message_formulaire .rouge {
	color: #ea2321;
	width: inherit;
}

.message_ideogramme h5 {
	font-family: "Arial", Verdana;
	font-size: 15px;
	.font-size: 15px;
	text-align: center;
	text-transform: lowercase;
	margin:10px 0 0;
	width: inherit;
}

.message_ideogramme .bleu {
	color: #64b9e2;
	width: inherit;
}

.message_bienvenue h5 {
	font-family: "Arial", Verdana;
	font-size: 11px;
	.font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	margin:10px 0 0;
	width: inherit;
}

.message_bienvenue .bleu {
	color: #64b9e2;
	width: inherit;
}

.message_alaune h5 {
	font-family: "Arial", Verdana;
	font-size: 12px;
	text-align: left;
	margin:10px 0 0;
	width: inherit;
}

.message_alaune .bleu {
	color: #64b9e2;
	width: inherit;
}

.message_alaune .gris {
	color: #797979;
	width: inherit;
}

.message_alaune #article {
	height: 150px;
	overflow: hidden;
	width: inherit;
	
}

.message_alaune .voir {
	background-color:#797979;
	color:#FFFFFF;
	font-family:"Arial",Verdana;
	font-size:12px;
	height:19px;
	padding:0 0 0 5px;
	width:75px;
	
}

.message_mandarin h5 {
	font-family: "Arial", Verdana;
	font-size: 12px;
	text-align: left;
	margin:10px 0 0;
	width: inherit;
}

.message_mandarin .bleu {
	color: #64b9e2;
	width: inherit;
}

.message_mandarin .gris {
	color: #797979;
	width: inherit;
}

.message_mandarin #article {
	height: 150px;
	overflow: hidden;
	width: inherit;
	
}

.message_mandarin .voir {
	background-color:#797979;
	color:#FFFFFF;
	font-family:"Arial",Verdana;
	font-size:12px;
	height:19px;
	padding:0 0 0 5px;
	width:75px;
	
}

#calendrier {
	background-repeat: no-repeat;
	/*position:fixed;
	right:0;*/
}

#calendrier p {
	clear: both; 
	color: #797979; 
	font-size: 11px; 
	font-family: "Calibri"; 
	margin-top: 5px; 
	margin-left: 16px;
	display: none;
}

#calendrier .bouton {
	cursor: pointer;
	float:right;
	margin-top:5px;
}

.footer {
	bottom:0;
	color:#949494;
	font-family:"Lucida Grande",Verdana;
	font-size:10px;
	padding-bottom:10px;
	position:absolute;
	width: 100%;
	z-index: 110;
}

.footer .rubriques {
	display: inline; 
	float: left;	
	padding-left: 130px;
}

.footer .mini_separation {
	border-left:1px dotted #949494;
	display:inline;
	height:10px;
	margin-left:8px;
	margin-right:10px;
	width:1px;
}

.footer .lien {
	cursor: pointer;
	color:#949494;
	text-decoration: none;
	font-weight:bold;
}

.footer a:hover {
	color:#ea2321;
	text-decoration: none;
}

.footer .on{
	color: #ea2321;
}

.logos {
	float: right;
	margin-right:70px;
	.margin-right:50px;
}

.logo {
	height: auto;
	float: left;
	margin-right: 10px;
}

.logo.paris {
	bottom:0;
	height:132px;
	margin-bottom:7px;
	position:absolute;
	right:0;
	width:74px;
}


.visuelCase {
	position: absolute;
}

.pictoMedia {
	background-color:transparent;
	background-position:50% 50%;
	background-repeat:no-repeat;
	height:85px;
	position:absolute;
	width:114px;
	z-index:300;
}


.popine {
	display: none;
}


.popine #overlay {
	background-color:#000000;
	height:150%;
	opacity:0.7;
	filter:alpha(opacity=70); /* IE patch */
	position:absolute;
	width:100%;
	z-index:2000;
}

.popine #popineContener {
	height:415px;
	width:555px;
	position:absolute;
	display: block;
	z-index:2100;
	top: 50%;
	left: 50%;
	margin-top: -208px; /* moitie de height */
	margin-left: -278px;
	padding-right:20px;
	padding-top:20px;
}

.popine #popineContener a {
	color: #64B9E2;
	text-decoration: none;
	border-bottom: dotted;
	border-width:0 0 1px;
}

.popine #popineContener .article {
	padding: 20px;
}



.popine #popineContener .image {
	padding:4px;
}

.popine #popineContener .diaporama {
	padding:4px;
}

.popine #popineContener .video {
	padding:4px;
}



.popine #popineContener .article #right {
	float: left;
	/*background-color:red;*/
	height:300px;
	width:265px;
	display: block;
	margin-right: 15px;
}

.popine #popineContener .article #left {
	float: left;
	/*background-color: yellow;*/
	height:390px;
	overflow:hidden;
	width:235px;
	display: block;
}

.popine #popineContener .article #right #visuel {
	background-color: #fff;
	height:200px;
	width:263px;
	border: 1px solid #e1e1e1;
	display: block;
	margin-bottom: 15px;
}

.popine #popineContener .article #right #titre {
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #585050;
	margin-bottom:5px;
}

.popine #popineContener .article #right #legende {
	font-family: "Arial";
	font-size: 11px;
	color: #8d8d8d;
}

.popine #popineContener .article #left #titre {
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #585050;
}

.popine #popineContener .article #left #texte {
	color:#8D8D8D;
	font-family:"Arial";
	font-size:11px;
	height:300px;
	overflow-y:auto;
	
}

* html .popine #popineContener .article #left #texte {
	position: relative;
	overflow-y:auto;
}

/* ----  */

.popine #popineContener #content {
	background-color:#ffffff;
	/*height:375px;*/
	
	height:auto;
	min-height:375px;
}

* html .popine #popineContener #content {
	height:375px;
}


.popine #popineContener .image #top {
	background-color:red;
	height:350px;
	width:545px;
	display: block;
	margin-bottom: 10px;
}

.popine #popineContener .image #bottom {
	/*background-color: yellow;*/
	background-color:#FFFFFF;
	display:block;
	height:33px;
	margin-left:-4px;
	padding-left:8px;
	width:547px;
}

.popine #popineContener .image #top #visuel {
	background-color: #fff;
	height:350px;
	width:545px;
	border: 1px solid #e1e1e1;
	display: block;
}

.popine #popineContener .image #bottom #titre {
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #585050;
	margin-bottom:1px;
}

.popine #popineContener .image #bottom #legende {
	font-family: "Arial";
	font-size: 11px;
	color: #8d8d8d;
}


/* ---- */

/* ----  */

.popine #popineContener .diaporama #top {
	background-color:red;
	height:350px;
	width:545px;
	display: block;
	margin-bottom: 10px;
}

.popine #popineContener .diaporama #bottom {
	/*background-color: yellow;*/
	height:45px;
	width:545px;
	display: block;
	padding-left:5px;
}

.popine #popineContener .diaporama #top #visuel {
	background-color: #fff;
	height:350px;
	width:545px;
	border: 1px solid #e1e1e1;
	display: block;
}

.popine #popineContener .diaporama #bottom #titre {
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #585050;
	margin-bottom:1px;
}

.popine #popineContener .diaporama #bottom #legende {
	font-family: "Arial";
	font-size: 11px;
	color: #8d8d8d;
}

.popine #popineContener #nav {
	position: absolute;
	width:545px;
	margin-top: 175px;
	display: none;
}

.popine #popineContener #nav #gauche, .popine #popineContener #nav #droite {
	display: block;
	width: 38px;
	height: 28px;
	cursor: pointer;
	background-repeat: no-repeat;
}

.popine #popineContener #nav #gauche {
	float: left;
	margin-left: 20px;
}

.popine #popineContener #nav #droite {
	float: right;
	margin-right: 10px;
}

.popine #popineContener .rss {
	padding: 25px;
	font-family:"Calibri",Verdana;
	font-size:14px;
	color: #797979;
	
}

.popine #popineContener .rss p{
	margin: 0;
	padding: 0;
}

.popine #popineContener .rss .titre {
	font-size:18px;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
	
}

.popine #popineContener .rss .notice {
	float:left;
	font-size:8px;
	line-height:8px;
	text-align:justify;
	width:380px;
}

.popine #popineContener .rss .lien {
	text-decoration: none;
	color: #797979;
	margin-left: 10px;
}


.popine #popineContener .formulaire {
	padding: 25px;
	font-family:"Calibri",Verdana;
	font-size:14px;
	color: #797979;
	
}

.popine #popineContener .formulaire p{
	margin: 0;
	padding: 0;
}

.popine #popineContener .formulaire .titre {
	font-size:18px;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.popine #popineContener .formulaire .notice {
	float:left;
	font-size:8px;
	line-height:8px;
	text-align:justify;
	width:380px;
}

.popine #popineContener .formulaire label {
	font-size:12px;
	float: left;
	width: 150px;
	
}

.popine #popineContener .formulaire input {
	font-size:12px;
	float: left;
	width: 340px;
	border: 1px solid #787878;
	margin-bottom: 10px;
	background-color: #fdfbfc;
}

*+html, * html .popine #popineContener .formulaire input {
	margin-bottom: -10px;
}

.popine #popineContener .formulaire textarea {
	font-size:12px;
	float: left;
	width: 340px;
	height: 50px;
	border: 1px solid #787878;
	margin-bottom: 10px;
	background-color: #fdfbfc;
}

*+html, * html .popine #popineContener .formulaire textarea {
	margin-bottom: -10px;
}

.popine #popineContener .formulaire #send {
	float:right;
	margin-right:15px;
	padding-top:10px;
	cursor: pointer;
}



.popine #popineContener .contact {
	padding: 20px;
	font-family:"Calibri",Verdana;
	font-size:14px;
	color: #797979;
	
}

.popine #popineContener .contact p{
	margin: 0;
	padding: 0;
}

.popine #popineContener .contact .titre {
	font-size:18px;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
	
}

.popine #popineContener .contact label {
	font-size:12px;
	float: left;
	width: 150px;
	
}

.popine #popineContener .contact input {
	font-size:12px;
	float: left;
	width: 340px;
	border: 1px solid #787878;
	margin-bottom: 10px;
	background-color: #fdfbfc;
}

*+html, * html .popine #popineContener .contact input {
	margin-bottom: -10px;
}

.popine #popineContener .contact textarea {
	font-size:12px;
	float: left;
	width: 340px;
	height: 50px;
	border: 1px solid #787878;
	margin-bottom: 10px;
	background-color: #fdfbfc;
}

.popine #popineContener .contact #send {
	float:right;
	margin-right:15px;
	padding-top:10px;
	cursor: pointer;
}


.popine #popineContener .mentions {
	padding: 25px;
	font-family:"Calibri",Verdana;
	font-size:14px;
	color: #797979;
	
}

.popine #popineContener .mentions p {
	margin: 0;
	padding: 0;
	
}

.popine #popineContener .mentions .texte{
	font-size: 10px;
}

.popine #popineContener .mentions .titre {
	font-size:18px;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.popine #popineContener .mentions .soustitre {
	font-weight: bold;
	font-size: 10px;
	margin-top:-8px;
}

/* ---- */


.tip {
	display: none;
	width: 174px;
	height: auto;
	position: absolute;
	z-index: 5000;
}

.tip #top {
	width: 174px;
	height: 12px;
	display: block;
	background-image: url(../img/bulle/top.png);
	/*.background-image: url(../img/bulle/top.gif);*/
	background-repeat: no-repeat;
	background-position: bottom;
	margin:0;
	padding:0;
}

* html .tip #top {
	background-position: top;
}

.tip #bottom {
	width: 174px;
	height: 12px;
	display: block;
	background-image: url(../img/bulle/bottom.png);
	/*.background-image: url(../img/bulle/bottom.gif);*/
	background-repeat: no-repeat;
	background-position: top;
	margin:0;
	padding:0;
}

*+html .tip #bottom {
	background-image: url(../img/bulle/bottom.png);
}

.tip #corps {
	background-image:url(../img/bulle/fond.png);
	background-repeat:repeat-y;
	color:#585050;
	display:block;
	font-family: "Verdana";
	font-size:10px;
	height:auto;
	padding-left:12px;
	padding-right:12px;
	width:150px;
	/*.width:174px;*/
	text-align:left;
	margin-top:0;
	/*display: none;*/
}

*+html .tip #corps {

	width:150px;
}

* html .tip #corps {
	width:150px;
	background-position: 12px 0;
	padding-right:24px;
}


.tip #corps hr {
	background-color:#C9C9C9;
	border:0 none;
	clear:both;
	color:#C9C9C9;
	height:1px;
}

.tip #corps .theme {
	color:#fff;
	margin: 0;
	padding: 0;
	width: 80px;
	padding-left: 5px;
	text-transform: uppercase;
}

.tip #corps .couleur1 {

	background-color: #97be40;
}

.tip #corps .couleur2 {

	background-color: #be4096;
}

.tip #corps .couleur3 {

	background-color: #6DB6D7;
}

.tip #corps .couleur4 {

	background-color: #E7AE28;
}

.tip #corps .couleur5 {

	background-color: #54aadb;
	font-weight:bold;
}

iframe {
	overflow: hidden;
	border: 0px solid #ffffff;

}


.noBorder {
	border: none 0;
}

.displayNone {
	display: none;
}

.spacer {
	clear: both;
}

.btnLangue {
	background-color: #FFFFFF;
	cursor:pointer;
	font-weight:bold;
	margin-right:10px;
	padding:1px 3px;
	text-decoration:none;
}

.lngCurrent {
	background-color: #914d4f;
	color:#FFFFFF;
}

