@import url("style.css");

body {
    background-color: #ffffff;
    color: #333333;
    font: 10pt Georgia, "Times New Roman", serif;
    line-height: 110%;
    margin: 0;
    padding: 0;
}

h1, h2, h3 { line-height: 120%; } 
h1, h2, h3, h4, h5, h6 { page-break-after:avoid; } 
p { orphans: 2; } 
a:after {
	content:" ("attr(href)")";
}

blockquote, q{
	font-style: italic;
	quotes: '\0000ab\0000a0' '\0000a0\0000bb' '\00201c\0000a0' '\0000a0\00201d';
}

#sidebar,
#menu,
.communaute,
.lienPermanent,
.navigation,
.hautPage,
#respond, #commentform,
#footer {
	display: none;
}

#header a:after {
	content: none;
}
#headerimg, #headerInfos, #headerInfosPlus {
	font-size: 9pt;
	padding: 0 5pt;
	margin: 0;
}
#headerimg {
	width: 30%;
}
#headerimg h2, #headerimg .description {
	font-size: 9pt;
}
#headerInfos{
	width: 33%;
}
#headerInfosPlus {
	width: 30%;
}

#page, #header {
	width: 100%;
}
#content, .contenuElement , .infosElement {
	width: 95%;
	float: none;
}
