/* Ce modèle de feuille de style a objet :
   de formater des principaux éléments constituant 
   une page web destinée a un affichage à l'écran */
@import "forms_items.css";
body {
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: auto;
	background: #FFFFFF url(../images/shadow.gif) repeat-y 760px 0px;
	scrollbar-3dlight-color : #C5CFF2;
	scrollbar-arrow-color : #333366;
	scrollbar-base-color : #C5CFF2;
	scrollbar-darkshadow-color : #333366;
	scrollbar-face-color : #C5CFF2;
	scrollbar-highlight-color : #C5CFF2;
	scrollbar-shadow-color : #333366;
	scrollbar-track-color : #FFFFFF;

	}
body, p, table, caption, th, td, blockquote, ol, ul, li, a {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #333366;	
	
	}

/* les titres */

h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	letter-spacing: 0.2em; 
}
h2, h3, h4 {
	color: #333366; 
}
h1 {
	font-size: 22px;
	color: #C5CFF2;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
	text-transform: uppercase;
	
	}
h2 {  
	font-size: 18px; 
	line-height: 1.5em
	
	}
h3 {  
	font-size: 16px; 
	font-style: italic; 
	line-height: 1.6em;
	
	}
h4 {  
	font-size: 14px; 
	line-height: 1.5em;
	
	}
	
/* les tableaux */

caption {
	text-align: left;
	font-weight: bold;
	background-color: #CCCCFF;
	margin-bottom: 1em;
	padding-left: 1em;

}
th {  
	font-size: 1em;
	line-height: 1em;
	
	}
td {  
	font-size: 12px; 
	
	}

/* Les textes */

p {  
	text-indent: 0.5em; 
	line-height: 1.2em;
	
	}
ul {	
	list-style-type: disc;	
	list-style-position: outside;
	margin-top: 1em;
	}
ol {
	list-style-type: upper-roman;
	list-style-position: outside;
	
	}
li {
	text-indent: 0.5em;
	list-style-position: outside;
	font-style: normal;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin-left: -1em;

	}
	
/* Les liens */	

a {  
	text-decoration: none;
	
	}
a:active {
	
	}
a:hover {
	text-decoration: underline;
	
	}
a:link {
	
	}
a:visited {
	
	}
	
/* Les mises en forme */
	
.italique {
	font-style : italic;
	
	}
.bold {
	font-weight: bold;
	
	}
.exp {
	font-size: 1em;
	vertical-align: super;

	}
.small {
	font-size: 9px;
	
	}

.big {
	font-size: 18px;
}
.justify {
	text-align: justify;
}
