/* CSS Document */
/* Feuille de style pour l'impression */
@page { 
	size: portrait;
	margin: 2cm;
}
* { margin: 0; padding: 0; }
ul, ol { list-style-type: none; }
a { text-decoration: none; }
hr.cleaner {
	visibility: hidden;
	}
img { border: 0; }


body {
	background-color: white;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
}

/* Layout */
#global {
	text-align: left;
	width: 100%;
}
#left {
	display: none;
}
#footer {
	display: none;
}
#retour {
	display: none;
}


#home {
	font-size: 1em;
	position: absolute;
	top: 40px;
	left: 75px;
	height: 220px;
	width: 230px;
}
#home a {
	display: block;
	height: 100%;
	width: 100%;
}
#home a:hover { text-decoration: none; }
#home span { visibility: hidden; }


#header h1 {
	color: #501268;
	font-size: 1.9em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 1.5em;
}
#header h1 span {
	font-size: 0.75em;
}

#intro p.intro {
	font-size: 1.3em;
}

#intro p.intro strong {
	font-size: 1.4em;
}

#content a {
	color: #00AEEF;
}
#content a:hover, #left a.on {
	display: inline;
	color: #666666;
	border-bottom: 1px dotted #ef7f00;
	text-decoration: none;
	width: 100%;
}

#content p {
	font-size: 1.2em;
	line-height: 140%;
	margin-bottom: 1.5em;
}

h2 {
	background: url(images/h2.jpg) no-repeat left top;
	border-left: 5px solid #501268;
	font-size: 1.8em;
	margin-bottom: 1.5em;
	padding-left: 10px;
}
h3 {
	color: #501268;
	font-size: 1.5em;
	margin-bottom: 1.5em;
	margin-top: 1em;
}
h4 {
	border-bottom: 1px solid #EC008C;
	font-size: 1.2em;
	margin-bottom: 0.5em;
}


table {
	border: 1px solid #EC008C;
	border-collapse: collapse;
	width: 100%;
}
td, th {
	border: 1px solid #EC008C;
	padding: 0.5em;
}
th {
	background-color: #EC008C;
}
