@charset "UTF-8";
/* CSS Document */

html, body { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
} 
body {
	background-color: #efefef;
	color: #010101;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-style: normal;
	letter-spacing: normal;
}
a {
	text-decoration: none;
}
a:focus {
    outline: none;
}
p {
	margin: 0 0 3px 0;
}
h1 {
	margin: 18px 0px 18px 25px;
	padding: 0;
	text-transform: uppercase;
}
h2 {
	margin: 18px 50px 47px 25px;
	padding: 0;
	color: #808080;
	font-size: 11px;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 0.085em;
	font-family: arial;
	font-style: normal;
	font-weight: normal;
	/*line-height: 18px;*/
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
}
h2 span {
	letter-spacing: 0.07em;
}
h3 {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	font-size: 16px;
	letter-spacing: 1px;
	color: #00b6b7;
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
}
h3:hover {
	color: #808080;
}
ul {
	margin: 0 32px 0 54px;
	padding: 0;
	line-height: 18px;
}
li {
	list-style-image:url(pix/point.png);
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}
#main {
	position: absolute;	
	top: 0px;	
	left: 0px;	
	width: 100%;	
	height: 630px;
	top: 50%;
	margin-top: -315px;
}
#contenu {	
	position: relative;
	height: 630px;
	width: 930px;
	/*margin-top: 24px;
	margin-bottom: 0px;*/
	margin-left: auto;
	margin-right: auto; 
	text-align: left;
}
#left {
	float: left;
	background-color: #fff;
	width: 450px;
	height: 580px;
}
#vertical_container {
	height: 413px;
}
#vertical_container .lettrine { 
	float: left;
	font-size: 36px;
	font-style: italic;
	font-weight: lighter;
	margin: 0; 
	padding: 0 4px 0 0; 
	font-family: "Times New Roman", Times, serif;
	color: #00b6b7;
	line-height: 36px;
	/*vertical-align:text-bottom;*/
}
#vertical_container p {
	line-height: 18px;
	margin: 6px 32px 3px 25px;
}
#edito {
	margin-bottom: 12px;
}
#edito p {
	margin-bottom: 6px;
}
.top-margin {
	padding-top: 6px;
}
.top {
	font-size: 10px;
	padding: 0;
	margin: 0;
}
.accordion_content .top strong {
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
}
.formation {
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 1px;
}
#coordonnees {
	font-size: 10px;
	letter-spacing: 1px;
	margin-left: 25px;
	height: 18px;
}
#coordonnees a:link, #coordonnees a:visited {
	color: #00b6b7;
	text-decoration: none;
}
#coordonnees a:hover, #coordonnees a:active {
	color: #808080;
	text-decoration: none;
}
#coordonnees span, #ref span {
	background-image: url(pix/point.png);
	background-repeat: no-repeat;
}
#right {
	float: left;
	background-image: url(pix/typographie.png);
	background-repeat: no-repeat;
	width: 469px;
	height: 616px;
}
#icones {
	float: left;
	margin: 494px 0 0 12px;
	width: 418px;
}
#icones img {
	margin: 0 27px 0 0;
}
.imgfade {
	-moz-opacity:0;
	-khtml-opacity:0;
	filter: alpha(opacity=0);
   	opacity:0;
}
#virgule {
	float: left;
	margin: 550px 0 0 0;
	width: 37px;
}
.accordion_toggle {
	display: block;
	border-bottom: 2px solid #efefef;
	padding: 0 32px 0 1px;
	cursor: pointer;
	margin: 6px 0 0 0;
}
.accordion_toggle_active {
	border-bottom: 2px solid #fff;
}	
.accordion_content {
	overflow: hidden;
}
.clear {
	clear: both;
}
#copyright {
	position: relative;
	margin-top: 24px;
	margin-right: 6px;
	font-size: 9px;
	font-family: verdana;
	color: #bbb;
	text-align: right;
}
#copyright a:link, #copyright a:visited, #copyright a:hover, #copyright a:active {
	color: #bbb;
	text-decoration: none;
}

