@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	background-color: #f6f5f0;
	background-image: url(images/background_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

a:link {
	color: #AE0E0A;
	text-decoration: none;
}
a:visited {
	color: #AE0E0A;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #E30000;
}
a:active {
	text-decoration: none;
	color: #E30000;
}


p, img {
	margin: 0;
}

p {
	padding-bottom: 8px;
}

/* structure de page ------------------------------- */


.twoColFixLtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/affichemenu2009.gif);
	background-repeat: no-repeat;
	background-position: 0px 467px;
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 404px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
		 /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px 15px 20px;*/
}
.twoColFixLtHdr #menu {
	float: left; /* since this element is floated, a width must be given */
	width: 184px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.twoColFixLtHdr #dates {
	float: left; /* since this element is floated, a width must be given */
	width: 87px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-left: 24px;
	margin-top: 5px;
}

.twoColFixLtHdr #logosvideo {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-left: 24px;
	margin-top: 10px;
	background-color: #f6f5f0;
	/*background-color: #F0F0EA;*/
	border-bottom: 1px solid #DADAD4;
	padding: 4px;
}

.twoColFixLtHdr #mainContent { 
float: left;
width: 556px;
	background-image: url(images/fond_menuhaut.gif);
	background-repeat: no-repeat;
	/*margin: 0 0 0 404px;*/ /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/*padding: 0 20px;*/ /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #menuhaut {
	width: 556px;
	height:250px;
	
} 

.twoColFixLtHdr #menuhautleft {
	float: left; /* since this element is floated, a width must be given */
	width: 197px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top: 24px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 0px;

}

.twoColFixLtHdr #menuhautcenter {
	float: left; /* since this element is floated, a width must be given */
	width: 176px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top: 24px;
}

.twoColFixLtHdr #menuhautright {
	float: right; /* since this element is floated, a width must be given */
	width: 155px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-bottom: 10px;
}

.twoColFixLtHdr #contenu {
	width: 470px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eeede7;
	border-right-color: #eeede7;
	border-bottom-color: #eeede7;
	border-left-color: #eeede7;
	background-color: #FFF;
	text-align: left;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;	/*margin: 0 0 0 404px;*/ /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-top: 24px;
	padding-right: 36px;
	padding-bottom: 0px;
	padding-left: 36px;	/*padding: 0 20px;*/ /* remember that padding is the space inside the div box and margin is the space outside the div box */
}



.twoColFixLtHdr #footer {
	height: 95px;
	background-image: url(images/texture_footer.gif);
	background-position: 344px 0px;
	background-repeat: no-repeat;

} 

.twoColFixLtHdr #contenufooter {
	width: 470px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eeede7;
	border-right-color: #eeede7;
	border-bottom-color: #eeede7;
	border-left-color: #eeede7;
	background-color: #FFF;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 404px;	/*padding: 0 20px;*/ /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 48px;
	padding-top: 0px;
	padding-right: 36px;
	padding-bottom: 0px;
	padding-left: 36px;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/*padding: 10px 0;*/ /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: right;
	margin-bottom: 6px;
	line-height: 13px;
	
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: right;
	margin-bottom: 6px;
	line-height: 13px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.textcentre {
	text-align: center;
}


/*styles menus du haut ------------------------------------ */

.textmenuhaut {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 13px;
}

.textmenuhaut ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

.textmenuhaut ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

/* cadres , lignes ----------------------- */

.cadrepoint {
	border: thin dotted #666666;
	padding: 10px;
	background-color: #FCFCFC;
}
.lignevpoint {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.separateur {
	margin-bottom: 18px;
	margin-top: 18px;
	clear: both;
}



/* styles de texte custom ------------------------------- */

h1 {
	font-size: 32px;
	line-height: 28px;
}

.textmenu11 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	color: #bf090c;
	font-weight: bold;
}

.textmenu11 a:link {
	color: #bf090c;
	text-decoration: none;	
}

.textmenu11 a:visited {
	color: #bf090c;
	text-decoration: none;	
}

.textmenu11 a:hover {
	color: #fdfbee;
	background-color: #bf090c;
	text-decoration: none;
}

.textmenu11 a:active {
	color: #fdfbee;
	background-color: #bf090c;
	text-decoration: none;
}

p.textmenu11
{
	padding-bottom: 6px;
	line-height: 15px;
}

.textlienweb {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 13px;
	color: #bf090c;
	font-weight: bold;
}

.textlienweb a:link {
	color: #bf090c;
	text-decoration: none;	
}

.textlienweb a:visited {
	color: #bf090c;
	text-decoration: none;	
}

.textlienweb a:hover {
	color: #fdfbee;
	background-color: #bf090c;
	text-decoration: none;
}

.textlienweb a:active {
	color: #fdfbee;
	background-color: #bf090c;
	text-decoration: none;
}

.textlienweb:before 
{
content:">> ";
}

p.textlienweb 
{
	padding-bottom: 4px;
}



.titrerubrique {
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
	background-color: #FCFBEA;
}

.soustitre {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
.textmoyen {
	font-size: 11px;
	line-height: 15px;
}
.titreoeuvre {
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
}

p.titreoeuvre
{
	padding-bottom: 2px;
}

.textpetit {
	font-size: 10px;
	line-height: 11px;
	color: #2D2D2B;
}


.chiffre {
	background-color: #AE0E0A;
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin: 0px;
}

.chiffre a:link {
	color: #FFF;
}

.chiffre a:visited {
	color: #FFF;
}



.chiffre a:hover {
	color: #AE0E0A;
	background-color: #fff;;
}

.chiffre a:active {
	color: #AE0E0A;
	background-color: #fff;;
}


.soustitreresto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #262522;
}


.soustitrerestopetit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #262522;
	font-style: italic;
}
.margetitre {
	margin-bottom: 12px;
	margin-top: 0px;
	clear: both;
}
