/* COMMUN ************************************************************************/
* {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: arial, verdana, helvetica, sans-serif;
	border: none;
	color: #4c4c4c;
}

body {
	background: #ffffff;
}

.gras {
	font-weight: bold;
}
.noDeco {
	text-decoration: none;
}

.page {
	position: absolute;
	width: 760px;
	top: 0;
	left: 0;
	margin-left: 0;
	background: none;
	text-align: center;
}
.logo {
	margin: 0 260px;
}
.rouge {
	color: #ff0000;
}



/* PAGE ********************************************************************************/
.leftCol {
	width: 760px;
	text-align: center;
	float: left;
}
.Content {
	text-align: center;
	width: 760px;
	float: left;
	padding-bottom: 20px;
}

.Content h1 {
	font-family : Times New Roman, Times, serif;
	font-size: 36px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 32px 0 25px 0;
	color: #801d1e;
	width: 760px;
	text-align: center;
}
.Content .visioBox {
	width: 760px;
	float: left;
	margin: 0;
	text-align: center;
}
.Content .visuel {
	width: 540px;
	height: 408px;
	margin-left: 110px;
}
.Content .vListBox {
	display: none;
}

.Content  p {
	float: left;
	width: 700px;
	font-size: 14px;
	text-align: center;
	margin: 15px 0 0 15px;
	text-align: justify;
}
html>body .Content  p {
	margin: 15px 0 0 30px;
}
.Content  p a, .Content strong, .Content b, .Content i, .Content td {
	font-size: 14px;
}
.Content table {
	border-collapse: collapse;
	float: left;
	margin: 0;
}
 .Content td {
	font-size: 14px;
	border: 1px #eed7bf solid;
	padding: 4px;
}
 .Content td .petit {
	font-size: 11px;
}
.Content iframe {
	margin: 5px 0 0 10px;
	float: left;
}



/* FOOTER ********************************************************************************/
.footer {
	float: left;
	padding: 25px 0 5px 0;
	background: #ffffff url(../../imagerie/commun/bg_footer.gif) top no-repeat;
	width: 760px;
	color: #d4d0c8;
	font-size: 10px;
	text-align: center;
}
.footer p {
	color: #d4d0c8;
}

.footer a {
	color: #d4d0c8;
	font-size: 10px;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

/* NAVIGATION  *************************************************************************/

.leftCol .navBox {
	background: none;
	width: 430px;
	float: left;
	text-align: center;
}
html>body .leftCol .navBox {
	width: 455px;
}
.leftCol .navBox .menu {
	display: none;
}
.leftCol .navBox .bookBox {
	display: none;
}
.leftCol .navBox .infoBox {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	width: auto;
	font-size: 11px;
	background: none;
	text-align: center;
	float: right;
}
.leftCol .navBox .infoBox .dlBox {
	display: none;
}
.leftCol .navBox .infoBox a {
	font-size: 10px;
}
.leftCol .partBox {
	float: left;
	list-style: none;
	width: 760px;
	margin: 10px 0;
	display: none;
}

