@media screen
{

/* Tabulation au debut des paragraphes */
#content p.first {
	text-indent: 2em;
}

/* Liens soulinés */
#content a:visited {
	color: #33444F;
}

/* Images */
#content img {
	border: 0px;
}
#content p.img_bloc {
	margin-top: 10px;
	margin-bottom: 25px;
	text-align: center;
}

/* Blocs de citations */
.citation {
	border: 1px solid black;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
	width:90%;
	background-color:#EEE;
	float: none;
}

/* Bloc de detail technique */
#content .technique {
	background: #C3CED5 url('../img/technique.png') no-repeat 0.5em 0.5em;
	padding: 1em 4ex 1em 80px;
	margin: 0;
	-moz-border-radius: 0 2em;
	min-height: 50px;
}
#content .technique a {
	color: #33444F;
}
#content .technique a:visited {
	color: #527388;
}

/* Correction des listes de definitions */
#content dd {
	margin-left: 2em;
	margin-bottom: 15px;
}

/* Correction des tables par defaut */
#content table.std, #content td.std {
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	text-align: left;
	border: 0px;
	width: auto;
}

/* Correction pour les blocs PRE */
#content pre.pre_code {
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-image: none;
	overflow: inherit;
	-moz-border-radius: 0px;
	min-height: 0px;
	background: #BBD5DB;
	color: #0D325B;
}

/* Code */
#content .code, #content .code_paragraphe {
	background: #BBD5DB;
	color: #0D325B;
	font-family: monospace;
	white-space: nowrap;
	margin-bottom: 10px;
}
#content .code_paragraphe {
	background-color: white;
}

/* Bloc de titre 4 */
#content h4 {
	font-size: 1.2em;
	margin-top: 25px;
	margin-bottom: 10px;
}

}
