html{
	scrollbar-base-color:#CCCCFF;
	scrollbar-arrow-color:#DDDDFF;
} 

body {
	background-color: #BFBFFF;
}

.Titre{
	font-family:Cursive ,sans-serif,Arial; 
	font-style: bold; 
	font-size:30pt; 
	color:#000099;
	background-image: url(images/barre0.jpg);
} 

.Titre1{
	font-family:Cursive ,sans-serif,Arial; 
	font-style: bold; 
	font-size:20pt; 
	color:#000099;
	text-align:center;
}

.Titre2{
	font-family:Cursive ,sans-serif,Arial; 
	font-style: bold; 
	font-size:14pt; 
	color:#000099;
	background-color:#AAAAEE;
	background-image: url(images/barre1.jpg);
	text-align:center;
}

.Corps {
	font-family:Cursive, sans-serif,Arial;
	background-color:#DDCCF6;
}

.Corps0 {
	font-family:Cursive, sans-serif,Arial;
}

.Corps1 {
	font-family:Cursive, sans-serif,Arial;
	font-size:8pt; 
}

.header {font-family:sans-serif,Arial; font-style: bold; font-size:14pt; color:#000000; cursor:pointer;}
A.header:link {COLOR: #000000; text-decoration: none}
A.header:active {COLOR: #003399; text-decoration: none}
A.header:visited {COLOR: #000000; text-decoration: none}
A.header:hover {COLOR: #003399; text-decoration: underline}
 
 
.content {font-family:sans-serif,Arial; font-size:14pt; color:#000000; padding-left:2;}
A.content:link {COLOR: #000000; text-decoration: none}
A.content:active {COLOR: #003399; text-decoration: none}
A.content:visited {COLOR: #000000; text-decoration: none}
A.content:hover {COLOR: #003399; text-decoration: underline}

hr{
 color: #FF66CC;
 background: #CC99FF;
 height: 1px;
 padding: 1;
 margin: 10;
 border: 5;
}

.bouton{
	color:#9900FF;
	background-color:#FFEEEE;
	border-bottom:thin solid #CC00CC;
	border-right:thin solid #CC00CC;
	border-top:thin solid #FFCCFF;
	border-left:thin solid #FFCCFF;
	font-size:12px;
	font-family:Verdana,Helvetica,sans-serif;
	font-weight:normal;
} 

.bouton:hover{
	color:green;
}

input[type="submit"]{
	color:#9900FF;
	background-color:#FFEEEE;
	border-bottom:thin solid #CC00CC;
	border-right:thin solid #CC00CC;
	border-top:thin solid #FFCCFF;
	border-left:thin solid #FFCCFF;
	font-size:12px;
	font-family:Verdana,Helvetica,sans-serif;
	font-weight:normal;
} 

input[type="submit"]:hover{
	color:green;
}

textarea {
	color:black;
	background-color:#FFEEEE
	}

select {
	color:black;
	background-color:#FFEEEE
	}

input[type="text"] {
	color:black;
	background-color:#FFEEEE;
	font-family:Verdana,Arial,Helvetica,sans-serif
}

input[type="password"] {
	color:black;
	background-color:#FFEEEE;
	font-family:Verdana,Arial,Helvetica,sans-serif
}

input[type="file"] {
	color:black;
	background-color:#FFEEEE;
	border-bottom:thin solid #CC00CC;
	border-right:thin solid #CC00CC;
	border-top:thin solid #FFCCFF;
	border-left:thin solid #FFCCFF;
	font-size:12px;
	font-family:Verdana,Helvetica,sans-serif;
	font-weight:normal;
	}
