body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #cd3700;/*#888888;*/ /*#ddeeff;*/
	font-family: "Times New Roman", Times, serif;
}




#conteneur {
	position: relative;
	width: 1000px;
	height: 730px;
	margin: auto;
	text-align: left; /* on rétablit l'alignement normal du texte */
	background-color: #cd3700;
	/*border: 1px solid black;*/
	overflow: hidden;
}
.cadre {
	position: absolute;
	background-color: #404040;
	border: 2px solid black;
}
.cadrephoto {
	position: absolute;
	background-color: #404040;
}
.cadretexte {
	position: absolute;
	color: #303030;
}

.T1 {
	font-size: 2.3em;
}
.T2 {
	font-size: 1.4em;
}

.cadrelien {
	position: absolute;
	font-size: 1.4em;
}

.cadrelien a:link {
	color: #cd3700;
	text-decoration: none;
}
.cadrelien a:visited {
	color: #cd3700;
	text-decoration: none;
}
.cadrelien a:hover {
	color: #cd3700;
	text-decoration: underline;
	font-weight: bold;
}

.gauche {
	float: left;
	width: 280px;
	height: 730px;
	background-color: #cd3700;
	/*border-right: 1px solid black;*/
}
.droite {
	float: left;
	width: 720px;
	height: 730px;
	background-color: #666666;;
}

.gauche_haut {
	float: left;
	width: 279px;
	height: 120px;
	text-align: center;
	font-size: 2.2em;
	color: #666666;
	
}

.gauche_bas {
	width: 279px;
	text-align: center;

}

.droite_haut {
	float: left;
	width: 720px;
	height: 120px;
	text-align: center;
	font-size: 1.5em;
	color: #cd3700;
}

.droite_bas {
	width: 695px;
	height: 590px;
	text-align: left;
	margin-left: 20px;
	font-size: 1.1em;
	color: White;
	overflow: auto;
}	
/*	scrollbar-face-color:#cd3700;
  	scrollbar-arrow-color:#404040;
  	scrollbar-track-color:#f9a68d;
  	scrollbar-shadow-color:#ab1500;
  	scrollbar-highlight-color:'#000';
  	scrollbar-3dlight-color:'white';
  	scrollbar-darkshadow-Color:'white';
*/

.droite_titre {
	color: #cd3700;
	font-size: 1.3em;
	font-weight: bold;
}

.menu {
	float: left;
	margin: 30px;
}

.droite_haut a:link {
	color: #cd3700;
	text-decoration: none;
}
.droite_haut a:visited {
	color: #cd3700;
	text-decoration: none;
}
.droite_haut a:hover {
	color: #cd3700;
	font-weight: bold;
	text-decoration: none;
}

.droite_bas a:link {
	color: #cd3700;
	text-decoration: none;
}
.droite_bas a:visited {
	color: #cd3700;
	text-decoration: none;
}
.droite_bas a:hover {
	color: #cd3700;
	font-weight: bold;
	text-decoration: none;
}

.pied {
	font-size: 0.7em;
}

.pied a:link {
	color: #404040; /*#cd3700;*/
	text-decoration: none;
}
.pied a:visited {
	color: #404040; /*#cd3700;*/
	text-decoration: none;
}
.pied a:hover {
	color: #404040; /*#cd3700;*/
	text-decoration: underline;
}











