/* Feuille de styles dédiée à l'impression */

/* ------------------------
 * Redéfinitions générales
 * ------------------------ */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
}

p {
	padding: 0;
	margin-top: 0;
	margin-bottom: 1em;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin-top: 0;
}
h1 { font-size: 1em; color: #000; margin-bottom: 1em; margin-left: -10px; margin-right: -10px; text-transform: uppercase;}
h2 { font-size: 1.2em; color: #28B4E4; margin-bottom: 0.4em;}
h3 { font-size: 1em; color: #28B4E4; margin-bottom: 0.4em;}
h4 { font-size: 1em; text-decoration: overline;} /* taille de titre inutile */
h5 { font-size: 1em; text-decoration: overline;} /* taille de titre inutile */
h6 { font-size: 1em; text-decoration: overline;} /* taille de titre inutile */

a {
	color: #28B4E4;
}

hr {
	display: none;
}

img {
	border: none;
}

li {
	/*list-style-image:  url("/images/puce.gif");*/
}

cite {
	font-style: italic;
}


/* ------------------------
 * Classes générales
 * ------------------------ */
.float_left {
	float: left;
}

.float_right {
	float: right;
}

.centred_text {
	text-align: center;
}

.clear {
	clear: both;
	width: 0;
	height: 0;
	overflow: hidden;
}

.first_letter {
	font-size: 150%;
	font-weight: bold;
}

img.dwnld_icon {
	vertical-align: middle;
}


/* ------------------------
 * Conteneur principal
 * ------------------------ */
#page, #screenshot {
	font-size: 1em;
	text-align: left;
	margin: auto;
	padding: inherit;
}


/* ------------------------
 * Entête principale
 * ------------------------ */
#header {}
#header p {font-size: 150%; border-bottom: 1px solid #666;}
#header a {text-decoration: none;}
#header strong, #header span {}


/* ------------------------
 * Contenus
 * ------------------------ */
#contents_wrapper {
	background-color: #FFF;
}
 
/* ------------------------
 * Conteneur principal
 * ------------------------ */
#main_wrapper {
	margin-left: 10px;
	margin-right: 10px;
}

/* ------------------------
 * Conteneur d'encart
 * ------------------------ */
div.insert_wrapper {
	float: right;
	clear: right;
	margin: 0 0 15px 15px;
	font-size: 0.9em;
	width: 235px;
	border: 1px dashed #666;
}
div.insert_wrapper div.first_insert_subwrapper {
}
div.insert_wrapper div.second_insert_subwrapper {
	padding: 10px 10px 10px 10px;
}
div.insert_wrapper p {
	margin-bottom: 0.4em;
}

div.insert_image_wrapper {
	float: right;
	clear: right;
	margin-bottom: 20px;
}

div.insert_wrapper li {
	padding: 0;
	margin: 0;
}
div.insert_wrapper ul {
	padding: 0;
	margin: 0 0 0 1em;
}


/* ------------------------
 * Liste de réalisations
 * ------------------------ */
div.creation_list {
	margin: 1em 0;
}

dl.creation {
	float: left;
	clear: left;
	margin: 1em 0 0 0;
	padding: 0;
	display: inline;
	width: 100%;
}

dl.zebra {
	background-color: #EEE;
}

dl.creation dt {
	float: left;
	clear: both;
	margin: 0 1em 0 0;
	padding: 0;
}

dl.creation dd {
	margin: 0 0 0.2em 0;
	padding: 0;
}

dl.creation dd.description {
	font-size: 0.9em;
	margin-top: 0.6em;
}

div.creation_list ul {
	margin: 0;
	padding: 0;
}

div.creation_list li {
	margin: 0;
	padding: 0;
	margin-left: 1.6em;
}


/* ------------------------
 * Navigation captures
 * ------------------------ */
div#prev_screenshot, div#next_screenshot {
	width: 100px;
	font-weight: bold;
}

div#prev_screenshot {
	float: left;
}

div#next_screenshot {
	float: right;
	text-align: right;
}


/* ------------------------
 * Pied de page
 * ------------------------ */
#footer {
	border-top: 1px solid #666;
}

#copyright {
	font-style: italic;
	font-size: 0.8em;
	margin-top: 5px;
}
