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

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

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: #FFF; margin-bottom: 1em; margin-left: -25px; margin-right: -25px; padding-left: 20px; text-transform: uppercase; background-image: url(/images/interface/fond_titre.gif); background-repeat: no-repeat; background-color: #000;}
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;
}

.dwnld_icon {
	vertical-align: middle;
}


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

#page {
	width: 744px;
}

#screenshot {
	width: 950px;
	padding: 1em 0;
}


/* ------------------------
 * Entête principale
 * ------------------------ */
#header {
	background-image: url(/images/interface/fond_entete.gif);
	background-repeat: no-repeat;
	background-color: #28B4E4;
}
#header p {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	width: 744px;
	height: 155px;
}
#header a {
	display: block;
	width: 358px;
	height: 53px;
	margin-top: 20px;
	margin-left: 20px;
}
#header strong, #header span {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}


/* ------------------------
 * Contenus
 * ------------------------ */
#contents_wrapper {
	background-color: #FFF;
}
 

/* ------------------------
 * Conteneur principal
 * ------------------------ */
#main_wrapper {
	margin-left: 25px;
	margin-right: 25px;
}


/* ------------------------
 * Conteneur d'encart
 * ------------------------ */
div.insert_wrapper {
	float: right;
	clear: right;
	margin: 0 0 15px 15px;;
	font-size: 0.9em;
	width: 235px;
	background-color: #B8E6F6;
}
div.insert_wrapper div.first_insert_subwrapper {
	background-image: url(/images/interface/fond_encart_haut.gif);
	background-repeat: no-repeat;
}
div.insert_wrapper div.second_insert_subwrapper {
	padding: 10px 10px 10px 10px;
	background-image: url(/images/interface/fond_encart_bas.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
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.85em;
	margin-top: 0.6em;
}

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

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


/* ------------------------
 * 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 {
	clear: both;
	height: 39px;
	background-image: url(/images/interface/fond_pied.gif);
	background-repeat: no-repeat;
	background-color: #28B4E4;
}

#copyright {
	margin: 0 5px 0 0;
	padding: 22px 0 0 0;
	color: #C9ECF8;
	font-size: 0.8em;
	font-style: italic;
	text-align: right;
}