/* CSS Document */

body {
	margin: 0;
	padding: 0;

}


/* font */

body, p, div, td, ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a img{border-width: 0px;}

table.main {
	width:770px;
}

/*************************************************************/
/* barre de menu en dessous de banniere */

table.main td.barre {
	font-size:inherit;
}

table.main td.barre table td.td1 {
	width:142px;
	font-size: 8pt;
	color: #FFFFFF;
}

table.main td.barre table td.td1 div.lang {
	margin-left:22px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0;
	font-size: 7pt;
	line-height: 9pt;
}

table.main td.barre table td.td1 div.lang a {
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 7pt;
}
table.main td.barre table td.td1 div.lang a:hover {
}

table.main td.barre table td.td2 {
	width:484px;
}

table.main td.barre table td.td3 {
	width:144px;
}

table.main td.barre table td.td3 form {
	margin-top: 2px;
	margin-left: 15px;
	margin-bottom: 0px;
}

table.main td.barre table td.td3 form input.texte {
	border:1px solid #000000;
	width:97px;
	font-size: 9pt;
	line-height: 9pt;
	margin:0;
	padding:0;
}


/*************************************************************/
/* menu de gauche */

table.main td.gauche {
	width:142px;
}

table.main td.gauche div.menu {
	margin-top: 17px;
	background-image: url(IMG/filet_nav.gif);
	background-repeat: no-repeat;
	background-position: center top;
	
}

table.main td.gauche div.menu div.menu1 {
	font-size: 8.5pt;
	background-image: url(IMG/filet_nav.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 3px;
	padding-bottom: 4px;
	
}
table.main td.gauche div.menu div.menu1Courant {
	font-size: 8.5pt;
	background-image: url(IMG/filet_nav.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 3px;
	padding-bottom: 4px;
	background-color: #FFE7D9;
}
table.main td.gauche div.menu div.menu1 a {
	text-decoration: none;
	color: #AC2104;
	font-weight: bold;	
}
table.main td.gauche div.menu div.menu1Courant a {
	text-decoration: none;
	color: #AC2104;
	font-weight: bold;	
}


table.main td.gauche div.menu div.menu2 {
	font-size: 8pt;
	background-image: url(IMG/filet_nav.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 4px;
	padding-top: 3px;
}
table.main td.gauche div.menu div.menu2Courant {
	font-size: 8pt;
	background-image: url(IMG/filet_nav.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 4px;
	padding-top: 3px;
	background-color: #FFE7D9;
}
table.main td.gauche div.menu div.menu2 a {
	text-decoration: none;
	color: #FF6000;
	font-weight: bold;	
}
table.main td.gauche div.menu div.menu2Courant a {
	text-decoration: none;
	color: #FF6000;
	font-weight: bold;
}

table.main td.gauche div.menu div.menu3 {
	font-size: 8pt;
	background-image: url(IMG/filet_nav.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 4px;
	padding-top: 3px;
}
table.main td.gauche div.menu div.menu3Courant {
	font-size: 8pt;
	background-image: url(IMG/filet_nav.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 4px;
	padding-top: 3px;
	background-color: #FFE7D9;
}
table.main td.gauche div.menu div.menu3 a {
	text-decoration: none;
	color: #FF6000;
}
table.main td.gauche div.menu div.menu3Courant a {
	text-decoration: none;
	color: #FF6000;
}


/* ******************** recommander ************************ */

table.main td.gauche div#divRecommander {
	margin:10px 0px 0px 0px;
	padding:3px;
	font-size:9px;
	text-align:center;
	background-color:#FFEEE5;
	color:#931C03;
}

table.main td.gauche div#divRecommander form {
	margin:2px 0px 0px 0px;
	padding:0;
}

table.main td.gauche div#divRecommander form input {
	margin:0;
	padding:1px 1px 1px 1px;
	font-size:9px;
	border:1px solid #F6E1D6;
	width:120px;
	color:#5C5C5C;
}

/*************************************************************/
/* centre de page */

table.main td.centre {
	width: 484px;
	background-image: url(IMG/filet_vertical.gif);
	background-repeat: repeat-y;
	background-position: right;
}

table.main td.centre div.content {
	margin-top: 22px;
	margin-left: 21px;
	margin-right: 52px;
	
}

/***************************************************************/
/* liens */

table.main td.centre div.content a {
	color: #AC2104;
	text-decoration: none;

}

table.main td.centre div.content a:hover {
	color: #AC2104;
	text-decoration: none;
}
/************************************************************************/

table.main td.centre div.content table.headline h1 {
	margin-top: 0px;
	margin-bottom: 9px;
	color: #FF6000;
	font-size: 11pt;
}


table.main td.centre div.content table.headline h2 {
	margin-top: 0px;
	margin-bottom: 9px;
	color: #AC2104;
	font-size: 9pt;
}

table.main td.centre div.content table.headline h2 a {
	color: #AC2104;
	font-size: 9pt;
	text-decoration:none;
}


table.main td.centre div.content h1 {
	margin-top: 0px;
	margin-bottom: 9px;
	color: #FF6000;
	font-size: 11pt;
}

table.main td.centre div.content h2 {
	margin-top: -2px;
	margin-bottom: 14px;
	color: #7F7F7F;
	font-size: 9pt;
}

table.main td.centre div.content  div.traductions {
	margin-top: 0px;
	margin-bottom: 9px;
	#color: #333333;
	font-size: 8pt;
}
table.main td.centre div.content h3 {
	margin-top: 15px;
	margin-bottom: 4px;
	color: #AC2104;
	font-size: 10pt;
}
table.main td.centre div.content h4 {
	margin-top: 15px;
	margin-bottom: 4px;
	color: #333333;
	font-size: 10pt;
}

table.main td.centre div.content p {
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 9pt;
	color: #333333;
	text-align:justify;
}

table.main td.centre div.content form {
	font-size: 9pt;
	color: #333333;
	vertical-align: top;
}


table.main td.centre div.content form p {
	font-size: 9pt;
	color: #333333;
}

table.main td.centre div.content form table tr td {
	font-size: 9pt;
	color: #333333;
	text-align: left;
}

table.main td.centre div.content form input {
	font-size: 9pt;
	color: #333333;
}

table.main td.centre div.content form select {
	font-size: 9pt;
	color: #333333;
	margin-top:5px;
}

table.main td.centre div.content form select option {
	font-size: 9pt;
	color: #333333;
}



table.main td.centre div.content div.chapo {
	margin-top: 0px;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 9pt;
	line-height: 13pt;
	color: #333333;
	text-align:justify;
}

table.main td.centre div.content div.texte {
	margin-top: 0px;
	margin-bottom: 24px;
	font-size: 9pt;
	line-height: 13pt;
	text-align:justify;
	color: #333333;
	clear: both;
}


/******************************************************/
/* leads */
table.main td.centre div.content div.lead {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 9pt;
	line-height: 13pt;
	#color: #333333;	
}
table.main td.centre div.content div.lead span.date {
	font-weight: normal;
	font-style: italic;
}
table.main td.centre div.content div.lead a {
	color: #AC2104;
	text-decoration:none;
	font-weight: bold;
}
table.main td.centre div.content div.lead a:hover {
	color: #AC2104;
	text-decoration:none;	
}



/***************************************************/
/* lien en savoir plus et documents attaches */ 
table.main td.centre div.content div.suppl {
	margin-top: 10px;
	margin-bottom: 3px;
	font-size: 9pt;

	#color: #333333;	
	clear: both;
}

/*********************************************************/
/* pied de page */

table.main td.centre div.content div.foot {
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 8px;
	text-align: center;
	color: #FF6000;
	background-image: url(IMG/filet_footer.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 8pt;
	clear: both;
	
}

table.main td.centre div.content div.foot a {
	color: #FF6000;
	text-decoration: none;
	
}

table.main td.centre div.content div.foot a:hover {
	
}

/**********************************************************************/
/* albums photos */

table.main td.centre div.content table.albums {
}

table.main td.centre div.content table.albums tr {
}

table.main td.centre div.content table.albums tr td {
	font-size: 9pt;
	#color: #333333;
}

table.main td.centre div.content table.albums tr td div.photo {
	margin-bottom:10px;
}

table.main td.centre div.content table.albums tr td div.description {
	margin-left:10px;
}

table.main td.centre div.content table.albums tr td div.description h2 {
	margin-top:0;
	margin-bottom:3px;
	font-size: 8pt;
}

table.main td.centre div.content table.albums tr td div.description h3 {
	margin-top:0;
	margin-bottom:3px;
	font-size: 8pt;
	color: #333333;
	font-weight:normal;
}

table.main td.centre div.content table.albums tr td div.description h4 {
	margin-top:0;
	margin-bottom:3px;
	font-size: 8pt;
	color: #333333;
	font-weight:bold;
}

table.main td.centre div.content table.damier {
}

table.main td.centre div.content table.damier div.vignette {
	margin-bottom:10px;
	margin-right:10px;
}


/*************************************************************/
/* colonne de droite */

table.main td.droite {
	width:144px;	
}

table.main td.droite div.droite {
	color: #333333;
	
}

/* liens vers les news, agenda, newsletter */
table.main td.droite div.droite div.links {
	background-image: url(IMG/filet_footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0;
	padding: 0;
	
}

table.main td.droite div.droite div.links div.linkTrait {
	padding-top: 6px;
	padding-bottom: 4px;
	background-image: url(IMG/filet_footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0;
	
}

table.main td.droite div.droite div.links div.linkTrait a {
	text-decoration: none;
	color: #AC2104;
	font-size: 10pt;
	font-weight: bold;
	
}

table.main td.droite div.droite div.links div.linkTrait a:hover {
	
}

table.main td.droite div.droite div.links div.link {
	padding-top: 6px;
	padding-bottom: 4px;
	margin: 0;
	
}

table.main td.droite div.droite div.links div.link a {
	text-decoration: none;
	color: #AC2104;
	font-size: 10pt;
	font-weight: bold;
	
}

table.main td.droite div.droite div.links div.link a:hover {
	
}

/* image de droite */
table.main td.droite div.droite div.pict {
	
}

/* newsletter */
table.main td.droite div.droite div.letter {
	background-color: #FF8400;
	padding-left: 16px;
	padding-top: 12px;
	padding-bottom: 13px;
	font-size: 11pt;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 14pt;
	
}

table.main td.droite div.droite div.letter a {
	color: #AC2104;
	text-decoration: none;
	font-weight: normal;
	
}


/* recommander */ 
table.main td.droite div.droite div.letter2 {
	background-color:#FEA436;
	padding-left: 16px;
	padding-top: 12px;
	padding-bottom: 13px;
	margin-top:10px;
	font-size: 11pt;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 14pt;
	
}

table.main td.droite div.droite div.letter2 a {
	text-decoration: none;
	font-weight: normal;
	font-size: 11pt;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 14pt;
	
}



/* actualités */ 

table.main td.droite div.droite div.news {
	
}

table.main td.droite div.droite div.news h1 {
	background-color: #FFC17F;
	color: #AC2104;
	font-size: 11pt;
	padding-top: 22px;
	padding-left: 16px;
	letter-spacing: 1px;
	padding-bottom: 10px;
	margin: 0;
	
}


table.main td.droite div.droite div.news h1 a {
	text-decoration:none;
	color: #AC2104;
}

table.main td.droite div.droite div.news h1 a:hover {
	
}


table.main td.droite div.droite div.news div.new {
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 17px;
	
}


table.main td.droite div.droite div.news div.new h2 {
	margin-top: 0px;
	margin-bottom: 4px;
	font-size: 9pt;
	
}

table.main td.droite div.droite div.news div.new h2 a {
	color: #AC2104;
	text-decoration: none;
	
}

table.main td.droite div.droite div.news div.new h2 a:hover {
	
}

table.main td.droite div.droite div.news div.new div.date {
	margin-top: 0px;
	margin-bottom: 4px;
	font-size: 9pt;
	font-weight: bold;
	
}

table.main td.droite div.droite div.news div.new div.texte {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 9pt;
	
}


table.main td.droite div.droite div.commentaires {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFC17F;
	padding-left: 11px;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-right: 6px;
	font-size: 8pt;
}

table.main td.droite div.droite div.commentaires h3 {
	margin-top: 0px;
	margin-bottom: 11px;
	font-size: 8pt;
}

table.main td.droite div.droite div.commentaires p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 8pt;
}


table.main td.droite div.droite div.commentaires a {
	color: #AC2104;
	text-decoration: none;
}

table.main td.droite div.droite div.commentaires a:hover {
	color: #AC2104;
	text-decoration: none;
}

