/* CSS Document */
/* Styles : Alexis Braillon */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #F3F3F3;
	background-image:  url(imgs/background3.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#conteneur {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 781px;
}
#header {
	width: 781px;
	height: 125px;
	text-align: right;
	font-style: italic;
	font-size: 14px;
	background-image:  url(imgs/logo.gif);
	background-repeat: no-repeat;
}
.logo {
	width: 581px;
	float: left;
}
.liens {
	width: 180px;
	float: right;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
}
.liens a:link, .liens a:active, .liens a:visited {
	color: #000000;
	text-decoration: none;
}
.liens a:hover {
	color: #000000;
	text-decoration: none;
}
#content {
	width: 781px;
	clear: both;
	padding-top: 30px;
}
.gauche {
	width: 150px;
	float: left;
	padding-top: 5px;
}
.contact {
	background-image: url(imgs/vert.gif);
	background-repeat: no-repeat;
	width: 150px;
	padding-left: 12px;
	padding-top: 8px;
	height: 310px;
}
.white {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.contact p {
	width: 150px;
	font-size: 11px;
	padding: 15px 0 10px 0;
	margin: 0 0 0 0;
	line-height: 150%;
}

#droite {
	width: 581px;
	height: 335px;
	float: right;
}
.bloc1 {
	width: 581px;
	height: 105px;
}
.green {
	font-size: 14px;
	color: #86b918;
	font-weight: bold;
	margin-left: -25px;
}
.bloc1 p {
	font-size: 11px;
	line-height: 150%;
}
.bloc1 ul {
	font-size: 11px;
	line-height: 150%;
	padding-left: 25px;
	margin-top: -8px;
}
.bloc1 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bloc1 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bloc1 h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.legal {
	font-size: 11px;
	padding-left: 25px;
	overflow: auto;
	visibility: visible;
	width: 600px;
	height: 275px
}
.clients {
	font-size: 11px;
	padding-left: 25px;
	overflow: auto;
	visibility: visible;
	width: 581px;
	height: 275px
}

a:link.email, a:active.email, a:visited.email {
	color: #000000;
	text-decoration: underline;
}
a:hover.email {
	color: #000000;
	text-decoration: none;
}
#footer {
	text-align: center;
	clear: both;
	padding-top: 10px;
}
#footer p {
	font-size: 10px;
	padding: 0 0 3px 0;
	margin: 0 0 0 0;
	line-height: 150%;
	color: #636464;
}
a:link.network, a:active.network, a:visited.network {
	color: #000000;
	text-decoration: none;
}
a:hover.network {
	color: #000000;
	text-decoration: underline;
}
a:link.mentions, a:active.mentions, a:visited.mentions {
	color: #000000;
	text-decoration: none;
}
a:hover.mentions {
	color: #000000;
	text-decoration: underline;
}
