/*
	This is a proposed base stylesheet for your web projects.
	By Florent Verschelde - http://www.covertprestige.com/
*/

/* Page */
html {
	font-size: 100%; 
	height: 100%;
}
body {
	margin: 0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: .75em;
	color: #565555;
	height: 100%;
	background: #FFFFFF url(../images/fond_header.png) repeat-x;
}

/* Titles */
h1{
	margin:0;
}	
h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0;
	font-weight: bold;
	font-style: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2 {font-size: 1.8em; margin-top:10px;}
h3 {font-size: 1.35em; background:#FFFFFF url(../images/deco_h3.png) repeat-x 0 9px; clear:left;}
h4 {font-size: 1em;}
h5 {font-size: 1em; font-weight: normal; font-style: italic;}

/* Lists */
ul, ol {
	margin: .75em 0 .75em 32px;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}
dl {
	margin: .75em 0;
	padding: 0;
}
dt {
	margin: .75em 0 0 0;
	padding: 0;
	font-weight: bold;
}
dd {
	margin: .25em 0 .25em 32px;
	padding: 0;
}

/* Paragraphs */
p {
	margin: .75em 0; 
}
li p, blockquote p {
	margin: .5em 0;
}
address {
	font-style: normal; 
}

/* Quotations */
blockquote {
	margin: .75em 0 .75em 20px;
	padding: 0 0 0 10px;
	border-left: solid 2px #ccc;
}
q {font-style: italic;}
cite {font-style: italic;}


/* Links */
a {
	color: #C7396C;
	text-decoration: underline;
	font-weight:bold;
}
a:visited {color: #C7396C;}
a:hover, a:focus, a:active {color: #C7396C;text-decoration: none;}

a img {border: none;}

em {font-style: italic;}
strong {font-weight: bold;}
del {text-decoration: line-through;}

/* Forms */
form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input, button, select {
	vertical-align: middle;
}

.centre {
	margin: 0 auto;
	display: block;
}

