body, table, tr, td, p, div, span, ul, ol, li {
	font-family: Arial, Verdana, Sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	background: #BBBCC2;
}

a, a:visited, a:active {
	text-decoration: underline;
	color: black;
}
	
a:hover, a:visited:hover {
	text-decoration: none;
	color: black;
}
	
img {
	border: 0px none;
	padding: 0px
	margin: 0px
}

p, td, ul, ol, li, blockquote, input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
	
td, th {  
	vertical-align: top;
	}
	
em {
	font-style: italic;
}

form {
	padding: 0px;
	margin: 0px;
}

INPUT {
	background-color: #FFFFFF;
	border: #FFFFFF 1px solid;
	color: #000000;
	font-family: arial, verdana, ms sans serif;
	font-size: 11px;
	font-weight: normal;
	margin-top: 4px;
} 

TEXTAREA {
	background-color: #FFFFFF;
	border: #FFFFFF 1px solid;
	color: #00000;
	font-family: arial, verdana, ms sans serif;
	font-size: 11px;
	font-weight: normal
	padding-top: 4px;
} 

blockquote {
	padding-left: 20px
}

.exposant {  
	font-size: 9.5px; vertical-align:super
}

.textblanc {
	font-size: 12px;
	color: #FFFFFF
}

#Gauche {
	background-color: #E8EBEE;
	vertical-align: top;
}

#Gauche p {
	padding: 0;
	margin: 0;
}

.photoGauche {
	height: 222px;
	background: #E8EBEE url(images/background-gauche.gif) repeat-y left top;

}

#Bas {
	height: 100%;
}

#Bas td {
	height: 100%;
}

#Bas .basGris {
	background-color: #BBBCC2;
}

#Bas .basRouge {
	background-color: #740000;
}

#Contenu {
	background: #FFFFFF;
	padding: 0;
	margin: 0;
}

#Menu td {
	white-space: nowrap;
}

#Logo {
	vertical-align: top;
}

#Contenu h1 {
	color: #902D35; 
	font-weight: bold;
	font-size: 17px;
}

#Contenu .contenuTexte {
	padding: 0 15px 0 36px;
	font-size: 0.9em;
}

#Contenu .encadre {
	margin: 20px 50px 20px 50px; 
	text-align: center; 
	color: #902D35; 
	font-weight: bold;
	font-size: 13px;
	border-top: 1px solid #666666;
	border-right: none #666666;
	border-bottom: 1px solid #666666;
	border-left: none #666666;
}

#Tableau {
	border: 1px solid #902D35;
	margin: 20px 25px 20px 25px;
}

#Tableau .titre {
	font-size: 12px;
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #000000;
}

#Tableau .titreCote {
  color: #902D35;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
	text-align: center;
	border-bottom: 1px solid #000000;
}

#Tableau .text {
	font-size: 12px;
	padding: 2px 5px 2px 5px;
	text-align: left;
}

.textRouge {
	color: #902D35; 
	font-weight: bold;
	font-size: 13px;
}

.textBasPhoto {
	font-size: 11px;
}

.buttonOff {
	opacity:.70;filter: alpha(opacity=70); -moz-opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.buttonOn {
	opacity:100;filter: alpha(opacity=100); -moz-opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.buttonOver {
	opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
