﻿/* disposition CSS */
#masthead {
	background: url('Images Site/Bandeau slogan informatique.jpg');
	height: 136px;
	width: 760px;
	left: 0px;
	top: 60px;
}

#container {
	background: repeat;
	position: relative;
	width: 760px;
	height: 800px;
	background-color: #003366;
}

#left_col {
	width: 160px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-right: 200px;
	margin-left: 200px;
	width: 400px;
	position: absolute;
}

#right_col {
	width: 160px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
	position: relative;
	background-color: #003366;
	width: 760px;
}
.info_bas_de_page {
	font-size: medium;
	font-family: "Tekton Pro Ext";
	line-height: 25px;
	white-space: normal;
	color: #FF6600;
	text-align: justify;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 0pt;
}
.titre_page {
	font-size: xx-large;
	font-family: Chiller;
	line-height: 150%;
	white-space: normal;
	color: #FFFF00;
	text-align: center;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 0px;
}
.contenu_centre_16 {
	font-size: 16px;
	font-family: "Tekton Pro Ext";
	line-height: 100%;
	white-space: normal;
	color: #FFFFFF;
	text-align: justify;
	margin-right: 10px;
}

