/* --------------------------------------------------------------------- */
/*  DESIGNUS CSS													     */
/* --------------------------------------------------------------------- */
/*  last modification: January 10 2010									 */
/*  by: Maxime GUY													     */
/* --------------------------------------------------------------------- */

html, body, ul, ol, li, p, h1, form, fieldset, a { 
	margin: 0; 
	padding: 0; 
	border: 0; 
}

body {
	margin: 30px;
	background-color: #F4F3EE;
	background: url(../images/bg.gif) repeat-y;
	font-family: "Century Schoolbook", Georgia, serif;

}

a {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #777777;
}


p {
	margin: 1em 0 1em 0;
	font-size: 0.7em;
}

ul, ol {
	margin: 0 0 0 0;
}


h1 {
	font-size: 1.25em;
	margin-top: 80px;
	padding-bottom:10px;
}



/* ------------- TEXTES -------------------------------------------------- */

#textintro {
	margin-bottom: 10px;
	font-size: 1.15em;
	font-style: italic;
	font-family: "Century Schoolbook", Georgia, serif;
	line-height: 1.75em;
	margin-right: 5%;
	color: #7d796d;
	padding:0;
}

#ref {
	margin-bottom: 10px;
	font-size: 0.7em;
	font-style: normal;
	font-family: "Century Schoolbook", Georgia, serif;
	line-height: 1.5em;
	margin-right: 5%;
	color: #7d796d;
	padding:0;
	width: 320px;
	color: #999999;
}

#contact {
	margin: 5em 0 1em 0;
	font-size: 1em;
}

.miseavant {
	color: #000000;
	font-style: normal;
}

strong {
	font-weight: bold;
}

.small {
	font-size: 10px; color: #999999;
}
.description {
	background-color:#edebe4;
	max-width: inherit;
}

.image {
	margin-left: -2.5em;
}

/* ------------- BLOCS -------------------------------------------------- */

#header {
	height: 150px;
	padding: 2px 0 5px 0;
}
.separateur {
	margin-bottom: 10px;
	border-bottom: thin dotted #d3d2cd;
}


