@charset "UTF-8";

a:link {
	color: #00b7ff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00b7ff;
}
a:hover {
	text-decoration: underline;
	color: #00b7ff;
}
a:active {
	text-decoration: none;
	color: #00b7ff;
}

.imagette_droite {
	float: right;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	line-height: 12px;
	border: thin none #2B3640;
	padding: 0px;
	color: #979797;
	margin-bottom: 10px;
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #424242;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #172742;
	line-height: 16px;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.textgrand {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 19px;
}
#logoperceides {
	height: 121px;
	width: 221px;
	margin-left: 604px;
}
.oneColFixCtrHdr #header {
	background-attachment: scroll;
	background-image: url(images/panoheader.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 275px;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	background-image: url(images/fond-contenu.jpg);
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer {
	background-attachment: scroll;
	background-image: url(images/fond-footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	height: 127px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 115px;
	padding-bottom: 10px;
	padding-left: 195px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #979797;
	text-decoration: none;
	line-height: 15px;
}
.fondsalle {
	background-attachment: scroll;
	background-image: url(images/fond-salle.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.imagette_gauche {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	line-height: 12px;
	border: thin none #2B3640;
	padding: 0px;
	color: #979797;
	margin-right: 10px;
}
.textpetit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	font-size: 28px;
	line-height: 28px;	
}

h2 {
	font-size: 20px;
	line-height: 20px;	
}
