/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of INDUXIA's work.
 * Copyright (c) 2006 INDUXIA and contributors. All rights
 * reserved.
 *
 * INDUXIA is a multimedia production company which provides highly 
 * interactive, design driven and functional solutions.
 *
 * ***** END LICENSE BLOCK *****
 *
 * Contributor(s):
 *  Guillaume Vialet
 */

html, body {
	margin: 8px;
	padding: 0;
	background: #FAFAFA;
	font: normal normal 10pt arial, helvetica, sans-serif;
	color: #000;
}

#wrapper {
	border: 1px solid #BFDBEE;
	background: #fff;
	width: 97%;
	height: 100%;
	padding: 5px;
}

h1 {
	color: #96C3E1;
	font-size: 1.5em;
	text-align: right;
	/*float: right; */
	margin: 0;
	padding: 0;
	/*padding: 0px 0px 15px 20px;*/
}

dfn { font-style: normal; font-weight: bold; color: #0071BC; font-size: 1.3em; }

p { /*padding-top: 15px;*/ }

a { color: #96C3E1; text-decoration: none; }
a:hover { text-decoration: underline; color: #0071BC; }

.alignRight { text-align: right; }
.alignCenter { text-align: center; clear: both; }

img.picto { margin: 0px 15px 30px 5px; float: left; }

li { list-style: square; }

