﻿@charset "utf-8";
/* CSS Document */
a {
	position: relative;
	font-weight: bold;
	color: #060;
}
a:link {
	text-decoration: none;
	color: #060;
}
a:visited {
	text-decoration:none;
	color: #060;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
td {
	vertical-align: top;
}
#conteneur {
	width: 750px;
	position: absolute;
	left: 50%;
	top: 50%;
	top: 10px;
	margin-left: -375px;
}
/* les 3 cadres principaux */
#entête {
	position: relative;
	height: 125px;
	width: 778px;
	left: auto;
	top: auto;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/background/entete.png', sizingMethod='scale')
}
html>body #entête {
	filter: none;
	background-image: url(images/background/entete.png);
	background-repeat: no-repeat;
}
#centre {
	position: static;
	padding-bottom: 0px;
	overflow: hidden;
	width: 778px;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/background/milieu.png', sizingMethod='scale');
	padding-top: 0px;
}
html>body #centre {
	filter: none;
	background-image: url(images/background/milieu.png);
	background-repeat: repeat-y;
}
#bas {
	position: static;
	width: 778px;
	left: 0px;
	height: 63px;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/background/bas.png', sizingMethod='scale')
}
html>body #bas {
	filter: none;
	background-image: url(images/background/bas.png);
	background-repeat: no-repeat;
}
/*fin des 3 cadres principaux*/

#grandcadre {
	position: relative;
	top: 0px;
	padding: 0px;
	left: 0px;
	width: 734px;
}
#deuxpas {
	position: static;
	width: 200px;
	bottom: 0px;
	left: 0px;
	height: 64px;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/deuxpas.png', sizingMethod='scale')
}
html>body #deuxpas {
	filter: none;
	background-image: url(images/deuxpas.png);
	background-repeat: no-repeat;
}
#vendredi {
	position: static;
	width: 150px;
	height: 48px;
	bottom: 0px;
	left: 0px;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/vendredi.png', sizingMethod='scale')
}
html>body #vendredi {
	filter: none;
	background-image: url(images/vendredi.png);
	background-repeat: no-repeat;
}
#samedi {
	position: static;
	width: 150px;
	height: 48px;
	bottom: 0px;
	left: 0px;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/samedi.png', sizingMethod='scale')
}
html>body #samedi {
	filter: none;
	background-image: url(images/samedi.png);
	background-repeat: no-repeat;
}
#dimanche {
	position: static;
	width: 150px;
	height: 48px;
	bottom: 0px;
	left: 0px;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/dimanche.png', sizingMethod='scale')
}
html>body #dimanche {
	filter: none;
	background-image: url(images/dimanche.png);
	background-repeat: no-repeat;
}
/*tout ce qui concerne le menu ce trouve en dessous :*/
* {
	margin:0;
	padding:0;
}
#menu {
	float: left;
	height:30px;
	width: 769px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/background/menu.png);
}
.menu {
	float:left;
	width:95px;
	height:30px;
	text-align:center;
	background-image: url(images/background/menu.png);
}
.menu a {
	display:block;
	height:20px;
	padding-top:10px;
	font-weight: bold;
	}
.menu a:link, .menu a:visited {
	text-decoration:none;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
}
.menu#activ a:link, .menu#activ a:visited {
	background:#abc url(images/background/menuhover.png);
	color: #FFFFFF;
}
.menu a:hover, .menu a:active, .menu a:focus {
	color: #fffaae;;
	background-image: url(images/background/menuhover.png);
}
.menu#activ a:hover, .menu #activ a:active, .menu#activ a:focus {
	color: #FF0033;
	background-image: url(images/background/menuhover.png);
}
/*fin du menu*/

/*POLICES */
.titres {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #060;
	text-decoration: none;
	font-weight: bold;
}
.titresgroupes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #000000;
	text-decoration: none;
	display: block;
	font-style: normal;
	text-align: center;
	border: 0px solid #666666;
	background-repeat:no-repeat;
	height: 40px;
	width: 230px;
	background-position: top;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/planche.png', sizingMethod='scale');
	position: relative;
}
html>body .titresgroupes {
	filter: none;
	background-image: url(images/planche.png);
	background-repeat: no-repeat;
}
.titresjour {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #000000;
	text-decoration: none;
	display: block;
	font-style: normal;
	text-align: center;
	border: 0px solid #666666;
	background-repeat:no-repeat;
	height: 40px;
	width: 200px;
	background-position: top;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fleche.png', sizingMethod='scale');
	position: relative;
}
html>body .titresjour {
	filter: none;
	background-image: url(images/fleche.png);
	background-repeat: no-repeat;
	position: relative;
}
.texte1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	text-align: justify;
}
.texte1big {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-left: 5px;
}
.texte1big a:hover {
	color:#000066;
}
.texte1petit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 5px;
}
.texte1 a:hover {
	color: #ffffff;
	background-color: #000099;
}
.texte2libre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	line-height: 18px;
}
.texte2librejustify {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	line-height: 18px;
	text-align: justify;
}
.texte2librecenter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
}
.texte2petittitre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
	padding: 5px;
	font-weight: 400;
	background-image: url(images/background/minicadre.gif);
	background-repeat: no-repeat;
}
.texte2libregrand {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	padding: 0px;
}
.premieredecouv {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	padding: 5px;
	line-height: 22px;
	text-align: justify;
}
.texte2libretresgrand {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #2B2B00;
	padding-right: 10px;
}
.label {
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	margin-top: 10px;
	color:#000000;
	font-weight: 400;
}
/*fin des polices*/
.gras {
	font-weight: bold;
	text-align: center;
}
.texte2libregras {
	font-weight: bold;
}
.texte2librejustify img {
	text-align: center;
}
