﻿/**
 * Css Styles - By Manuel Eidenberger for bzz.fr
 */
body {
	font-size: 62.5%;
	font-family: Georgia;
}

h4{ 
 	padding: 21px 0 21px 55px;

 	height: 41px;
 	width: 600px;
 	background-image: url(IMG/h4_title.jpg);
 	background-repeat: no-repeat;
 	color: #444;
 	word-spacing: 0.1em;
 	text-align: left;
 	letter-spacing: 0;
 	line-height: 1.5em;
 	font-size: 1.8em;
 	font-variant: small-caps;
 	font-style: italic;
 	font-weight: lighter;
}


h3{

 	margin: 0 21px 0 35px;
  	color: #444;
 	word-spacing: 0.1em;
 	letter-spacing: 0;
 	line-height: 1.5em;
 	font-size: 1.5em;
 	font-weight: lighter;
}

h2
{
	margin: 0 21px 0 35px;
	color: #C00;
	word-spacing: 0.1em;
	letter-spacing: 0;
	line-height: 1.5em;
	font-size: 2.2em;
	font-weight: lighter;
}

h1
{
	margin: 0 21px 0 35px;
	color: #444;
	word-spacing: 0.1em;
	letter-spacing: 0;
	line-height: 1.5em;
	font-size: 1.9em;
	font-weight: lighter;
}
p {
	margin: 0 21px 0 35px;
	color: #444;
	text-decoration: none;
	word-spacing: 0.1em;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.5em;
	font-size: 1.2em;
}

ul {
	margin: 5px 21px 10px 75px;
}

li {
	
	color: #444;
	text-decoration: none;
	word-spacing: 0.1em;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.5em;
	font-size: 1.2em;
}
/**
 * Footer Style
 */
#footer p {
	text-align:center;
	font-size: 95%
}

#footer p a { color: #F90; }

/**
 * col_droit Style
 */
#col_droit h1 {
	margin:inherit;
	padding: inherit;
	margin-top:20px;
	text-align:center;
}

#col_droit a {
	font-size: 110%;
	color: #F63;
	display: block;
	padding: inherit;
	margin: 0 10px 10px 10px;
}