/* styles vuillemet.com */
body {
	color: #0c2552;
	background: #ffffff;
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #AD48AD;
}
strong {
	color: #AD48AD;
}

/* Page */
#global {
	background: #fff;
}

/* content */
#content {
	color: #0c2552;
	background: #ffffff;
}
#content a {
	color: #0c2552;
}
#content a:hover, #content a:focus {
	color: #AD48AD;
}
#content strong {
	color: #181A12;
}

/* footer de page */
#footer {
	color: #0c2552;
}
#footer a {
	color: #0c2552;
}
#footer a:hover, #content a:focus {
	color: #AD48AD;
}

/* --- POSITIONNEMENT --- */

/* Page */
html, body {
	height: 100%;
}
body {
	padding: 0;
}
#global {
	min-height: 100%;
	width: 900px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

/* header */
#header {
	padding: 15px 20px 10px 20px;
}
#header h1 {
	margin: 0;	
}
#header h1 img {
	float: left; 
	margin: 7px 20px 5px 0;
}
#header .sous-titre {
	margin: 4px 0 15px 0;
}
#header .sous-titre img {
	float: left; 
	margin: 1px 10px 1px 0;
}
/* content */
#content {
    border-top: 1px solid #AD48AD;
	padding: 10px 20px;
}
#content > :first-child {
	margin-top: 10px;
}
#content p, #content li {
	line-height: 1.5;
}
#content img {
	float: right; 
	margin: 7px 13px 10px 0;
}
/* footer */
#footer {
    text-align: center;
	border-top: 1px solid #AD48AD; 
	padding: 15px 20px;
	font-size: .85em;
}
#footer p {
	margin: .7em 0;
}
#copyright {
	text-align: center;
	font-size: 1em;
}



