body {
	margin: 0;
	padding: 0;
	background-color: #F28739;
	font-family: arial, helvetica, tahoma, verdana, sans-serif;
	color: #661400;
	font-size: 0.625em;
	font-weight: normal;
}
h1 {font-family: arial, helvetica, tahoma, verdana, sans-serif;	color: #661400;	font-size: 1.6em; font-weight: bold; display:inline;}
h2 {font-family: arial, helvetica, tahoma, verdana, sans-serif;	color: #FFFFFF;	font-size: 1.2em; font-weight: bold;}
a {							/* tous les liens */
	color:#661400;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
a:active {
	color:#000000;
}
a.principaux {	/* classe de liens dits principaux */
	color:#661400;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration:none;
}
a.principaux:hover {
	color:#FFFFFF;
}
a.secondaires {	/* classe de liens dits secondaires */
	color:#FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration:none;
}
a.secondaires:hover {
	color:#000000;
}
#conteneur {	/* --------------------> Boite contenant tout le site et toujours centrée dans la page <-------------------- */
	background-color:#EF8839;
	position:absolute;
	left:50%;
	top:50%;
	width: 955px;
	height: 600px;
	margin-left:-477px;
	margin-top:-300px;
}
#ct_haut {		/* --------------------> Boite du haut à l'intérieur de "conteneur" pour titre et logo du TCS <-------------------- */
	background-image: url(../images/img_haut.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	position:absolute;
	width: 955px;
	height: 110px;
	top: 0px;
	left: 0px;
}
#ct_logo {		/* ----> Boite à l'intérieur de "ct_haut" pour logo du TCS <---- */
	background-image: url(../images/logo_tcs.gif);
	background-position: top left;
	background-repeat: no-repeat;
	position:absolute;
	width: 143px;
	height: 78px;
	top: 15px;
	left: 28px;
}
#ct_titre {		/* ----> Boite à l'intérieur de "ct_haut" pour titre du TCS <---- */
	position: absolute;
	width: 750px;
	height: 64px;
	top: 30px;
	left: 200px;
	color: #FFFFFF;
	font-size: 3em;
	font-weight: bold;
	text-align: center;
	overflow:hidden;
}
#ct_titre a {	/* ----> Liens se trouvant directement dans la boite "ct_titre" <---- */
	color: #FFFFFF;
	text-decoration: none;
}
#ct_titre a:hover {
	color: #000000;
}
#ct_gauche {	/* --------------------> Boite de gauche à l'intérieur de "conteneur" pour les boites de menu <-------------------- */
	background-image: url(../images/img_gauche.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	position:absolute;
	width:240px;
	height:490px;
	top:110px;
	left:0px;
}
.ct_menu { 	/* ----> Classe de boites dans "ct_gauche" contenant chaque élément du menu */
	position: relative;
	width: 125px;
	height: 25px;
	left: 25px;
	color: #FFFFFF;
	/*text-top:5px;*/
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
	overflow:hidden;
}
.ct_menu a {	/* ----> Liens se trouvant directement dans les boites du menu <---- */
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration:none;
}
.ct_menu a:hover {
	color: #000000;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration:none;
}
#ct_centre {	/* --------------------> Boite centrale à l'intérieur de "conteneur" pour les contenus des rubriques <-------------------- */
	background-image: url(../images/img_centre.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	position:absolute;
	width:715px;
	height:490px;
	bottom:0px;
	right:0px;
	font-size: 1.2em;
	font-weight: normal;
}
#ct_centre_haut{	/* ----> Boite centrale à l'intérieur de "ct_centre" positionnée en haut pour l'arborescence <---- */
	position:absolute;
	width:700px;
	height:45px;
	top:0px;
	left:0px;
	color:#000000;
	font-weight: bold;
	overflow:hidden;
}
#ct_centre_bas{	/* ----> Boite centrale à l'intérieur de "ct_centre" positionnée en bas pour les contenus <---- */
	position:absolute;
	width:700px;
	height:420px;
	top:55px;
	left:0px;
	color: #661400;
}
.ct_vignette { 	/* ----> Classe de boites pour placer les vignettes cliquables */
	background-color:#666666;
	position: relative;
	width: 80px;
	height: 80px;
	top:10px;
}
