body {
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #8f8f8f;
	background-color: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a:link {
	color: #8f8f8f;
	text-decoration: none;
}
a:visited {
	color: #8f8f8f;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
.txt {
	font-size: 11px;
}
.oneColFixCtr #container {
	width: 733px;
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #CCC;
}
.oneColFixCtr #contenu1 {
	background-image: url(image/structure/contenu_1_g.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.oneColFixCtr #contenu2 {
	background-image: url(image/structure/contenu_1_d.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.oneColFixCtr #logo {
	height: 140px;
	background-image: url(image/structure/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.oneColFixCtr #Tc {
	background-image: url(image/structure/t_1_c.gif);
	background-repeat: repeat-x;
}
.oneColFixCtr #head1 {
	background-image: url(image/structure/h_1_g.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.oneColFixCtr #head2 {
	background-image: url(image/structure/h_1_d.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 35px;
}
.oneColFixCtr #T1 {
	background-image: url(image/structure/t_1_g.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.oneColFixCtr #headc {
	background-image: url(image/structure/h_1_c.gif);
	background-repeat: repeat-x;
}
.oneColFixCtr #T2 {
	background-image: url(image/structure/t_1_d.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 175px;
}
.oneColFixCtr #Ti {
	margin-right: 18px;
	margin-left: 15px;
}
.oneColFixCtr #Ticorps {
	margin-right: 18px;
	margin-left: 15px;
	background-color: #FFF;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.txttitre {
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
.oneColFixCtr #contenu {
}
p {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtr #pieds {
	background-image: url(image/structure/pieds.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFF;
}
.oneColFixCtr #pieds_s {
	background-image: url(image/structure/pied_s.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.oneColFixCtr #pieds_g {
	background-image: url(image/structure/pied_1_g.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.oneColFixCtr #pieds2 {
	background-image: url(image/structure/contenu_1_d.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.oneColFixCtr #pieds1 {
	background-image: url(image/structure/contenu_1_g.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.oneColFixCtr #pieds_d {
	background-image: url(image/structure/pied_1_d.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.oneColFixCtr #Tipieds {
	margin-right: 18px;
	margin-left: 15px;
	padding-bottom: 35px;
	padding-top: 20px;
	padding-left: 30px;
	font-size: 10px;
}
.oneColFixCtr #txt {
	float: left;
	margin-left: 115px;
	margin-top: 50px;
	width: 320px;
}
.oneColFixCtr .spacer_boite {
	clear: both;
}.oneColFixCtr #T2intro {
	background-image: url(image/structure/t_1_d.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 580px;
}
