 
body,td,div,.p,a{font-family:arial,sans-serif; }

a{
	color:blue;
}
a:visited{
	color:darkblue;
}

h1{
	margin:5px;
	color:#000066;
}

h2,h3{
	color:#3366cc;;
	margin:2px;
}

#header{
	width:100%;
	height:100px;
	background-color: #e5ecf9;
	border:1px solid #a3bae8;
	display:block;
	text-align:center;
	margin-bottom:5px;
}

#header ul{
	float:right;
	margin:5px;
	list-style-type: none;
	display:block;
}
#header ul li{
	display:inline;
}
#css-rouge{
	display:block;
	padding:2px;width:12px;height:12px;
	background-color: #f9e5ec;
	border:1px solid #e8a3ba;
}
#css-bleu{
	display:block;
	padding:2px;width:12px;height:12px;
	background-color: #e5ecf9;
	border:1px solid #a3e8ba;
}
#css-vert{
	display:block;
	padding:2px;width:12px;height:12px;
	background-color: #e5f9ec;
	border:1px solid #a3bae8;
}

hr{
	height:2px;
	color:#a3bae8;
	background-color:#e5ecf9;
	width:50%;
	border:none;
}

ul,li{
	margin:0;
	padding:0;
}
ul{
	padding-left:20px;
}
li.select{
	background-color: #a3bae8;
	font-weight:bold;
}
ul li:hover,ul li a:hover{
	background-color:#ffffdd;
}

.tabresult{
	border-bottom:1px solid #a3bae8;
}

.easy_last td{padding:3px}
.easy_last img{border:2px solid #a3bae8}


/* styles pour le cadre arrondi */

div.rounded{
	background-color: #e5ecf9;
	padding: 0 5px;
}
div.rounded p{ margin: 0; }


.intro{
	color:darkgray;
	font-size:80%;
	font-style:italic;
	padding-bottom:10px;
}

.cadre{
width: 100%;
background-color: #e5ecf9;
border:1px solid #a3bae8;
margin:auto;
margin-bottom:8px;
}

.cadre_hg, .cadre_hd,
.cadre_bg, .cadre_bd{
width: 11px;
height: 11px;
background-repeat: no-repeat;
font-size: 1px;
border:0px;
}

.cadre_hg{
margin-left:-1px;
margin-top:-1px;
background: url('cadre_rounded-bleu.png') 0 0;
}
.cadre_hd{
margin-right:-1px;
margin-top:-1px;
background: url('cadre_rounded-bleu.png') 11px 0;
float: right;
}
.cadre_bg{
margin-left:-1px;
margin-bottom:-1px;
background: url('cadre_rounded-bleu.png') 0 11px;
}
.cadre_bd{
margin-right:-1px;
margin-bottom:-1px;
background: url('cadre_rounded-bleu.png') 11px 11px;
float: right;
}

input, textarea, select {border : 2px solid #CEDDF0;font-weight : bold;color: #000066;font-size: 9pt;background-image : url('bbleu.png');background-repeat:repeat-x}
input[type=submit], input[type=button], input[type=reset]{
	background:url('bbleu.png') repeat-x 0px -5px;
	border-style:outset;
	border-width:1px;
	color:white;
	margin-left:20px;
}
input[type=submit]:hover, input[type=submit]:focus, input[type=button]:hover, input[type=button]:focus, input[type=reset]:hover, input[type=reset]:focus{
	background-position:0px 0px;
	cursor:pointer;
	color:white;
}
input[type=submit]:active, input[type=button]:active, input[type=reset]:active{
	border-style:inset;
	color:white;
}
