﻿/* disposition CSS */
#left_col {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#right_col {
	width: 150px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#page_content {
	margin-right: 150px;
	margin-left: 150px;
	margin-top: -10px;
	font-family: calibri, arial, "times New Roman";
	background-image: url('images/fond_gris_degrade.jpg');
	background-repeat: no-repeat;
}
	
#container {
	position: relative;
	width: 100%;
}
h1 {
	font-family: calibri, arial, "times New Roman";
	font-size: xx-large;
	font-weight: bold;
}
h2 {
	font-family: calibri, arial, "times New Roman";
	font-size: x-large;
	font-weight: bold;
}
p {
	font-family: calibri, arial, "times New Roman";
}
a:active {
	font-family: calibri, arial, "times New Roman";
	color: #FF0000;
}
a:hover {
	font-family: calibri, arial, "times New Roman";
	color: #666666;
}
a:link {
	font-family: calibri, arial, "times New Roman";
}
a:visited {
	font-family: calibri, arial, "times New Roman";
}

