/* www.libreclic.com -> feuille de style principale */
/**/
/* Mise en page */
body {
	margin: 0;
	padding: 0;
	background: #ffffff;
}

.body_home {
	background-color: #000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0 10px 0;
	padding: 0;
}

h1 {
	font-family: "Century Gothic";
	font-size: 22px;
	font-weight: bold;
	color: #ee6407;
}

h2 {
	font-family: "Century Gothic";
	font-size: 16px;
	font-weight: bold;
	color: #ee6407;
}

h3 {
	font-family: "Century Gothic";
	font-size: 15px;
	font-weight: bold;
	color: #000;
}

h4 {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight:bold;
	color: #000;
	text-align:center;
}

h4 a{
	color: #000;
	text-decoration:none;
}
h4 a:hover{
	color: #ee6407;
	text-decoration:none;
}


p {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-align: justify;
	margin: 0;
	padding: 0;
}

p.underline {
	text-decoration: underline;
}

p a {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

p a:hover {
	text-decoration: underline;
}

p.alert {
	font-family: "Century Gothic";
	font-size: 10px;
	font-weight: normal;
	color: #ff0000;
	margin: 0;
	padding: 0;
}

li {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: normal;
	color: #000;
	list-style-type: none;
}

li a {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

li a:hover {
	text-decoration: underline;
}

.bold {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
	color: #8cbd44;
}

.blackbold {
font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.citation {
	font-family: "Century Gothic";
	font-size: 14px;
	font-style:italic;
	color: #ee6407;
}

.auteur {
	font-family: "Century Gothic";
	font-size: 15px;
	font-style:italic;
	color: #000;
	float:right;
}


/* Blocs */
#anim {
	position: absolute;
	width: 862px;
	height: 700px;
	top: 50%;
	left: 50%;
	margin-top: -340px;
	margin-left: -431px;
}
#header {
	width: 860px;
	height: 217px;
	background: url(../images/header.jpg) repeat-x;
	margin: auto;
}

#main {
	width: 860px;
	margin: auto;
	padding: 0 0 20px 0;
	background: url(../images/body_fd_1.jpg) no-repeat top center #fff;
}

#main_contact {
	width: 860px;
	margin: auto;
	padding: 0 0 20px 0;
	background-color: #fff;
	border: solid 1px #333333;
}

#menu_top {
	float: left;
	height: 50px;
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	color: #333333;
	clear: both;
}

#menu_top a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#menu_top a:hover {
	text-decoration: underline;
}

#bodyp_1 {
	margin: 0;
	padding: 40px 10px 5px 10px;
	background: url(../images/slogan_1.png) no-repeat 450px 30px;
	clear: both;
}

#bodyp_2 {
	margin: 0;
	padding: 0 10px 5px 10px;
	clear: both;
}

#bottom {
	height: 100px;
	background-color: #22101a;
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	color: #ee6407;
}

#bottom a {
	color: #fff;
	text-decoration: none;
}

#bottom a:hover {
	text-decoration: underline;
}

#copyright_barre {
	width: 100%;
	height: 100px;
}

#copyright {
	width: 840px;
	margin: auto;
	padding: 10px 0 0 0;
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	list-style-type: none;
}

#copyright ul {
	float: left;
	margin: 0;
}

#copyright li {
	float: left;
	width: 134px;
	line-height: 20px;
}

#copyright li.first {
	float: left;
	width: 164px;
	font-size: 12px;
	color: #ee6407;
	margin: 0;
	line-height: 20px;
}

#copyright li a:link, #copyright li a:visited {
	display: block;
	margin: 0;
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	border-right: solid 1px #ee6407;
	text-align: center;
	color: #ee6407;
	text-decoration: none;
}

#copyright li a.last:link, #copyright li a.last:visited {
	display: block;
	margin: 0;
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	border: 0;
	color: #8e202c;
	text-decoration: none;
}

#copyright li a:hover, #copyright li a.last:hover {
	color: #ee6407;
	text-decoration: underline;
}

.block {
	display: block;
	height: 50px;
}


/* Images */
img.logo {
	border:0;
}

img.ariane_1 {
	float: left;
}

img.puce_1 {
	float: right;
	border: 0;
}


/* Tableaux */
table {
	width: 350px;
	border-top: none;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
	margin: 10px 0 10px 0;
}
table.rdv th {
	height: 20px;
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
	color: #ee6407;
	text-align: left;
	text-indent: 10px;
	background-color: #e9e9e9;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}

table.rdv td {
	height: 20px;
	font-family: "Century Gothic";
	font-size: 13px;
	text-indent: 5px;
}
