body, p, div, ul, li, h1, h2{
      margin:0;
      padding:0;
}

a {
	width: 200px;
	overflow: hidden;
}

html{
	text-align: center;
	background-color: #ccc;
}

body{
	position: relative;
	top: 0px;
	border: 1px solid #669;
	width: 988px;
	height: 500px;
	background-color: white;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
	font-family: verdana;
	padding: 4px;
}

html>body{
	min-height: 500px;
	height: auto;
}

.header{
	padding: 0px;
	margin: 0px;
}

.bottom{
	margin-top: 30px;
}

.contenu{
	position: relative;
	top: 20px;
	left: 195px;
	width: 755px;
	text-align: justify;
	padding: 10px;
	height: 400px;
	overflow: auto;
	font-size: 13px;
	font-family: verdana;
}

.texte{
	width: 500px;
}

html>body .contenu{
	min-height: 400px;
	height: auto;
}

form{
	width: 500px; 
}

.menu li{
	float: right;
	padding : 3px;
	list-style-image: url("../img/puce.jpg");
}

table{
	border: 1px solid black;
	background-color: white;
	font-size: 11px;
}

td{
	padding: 10px;
	text-align: left;

}

li{
	display:list-item;
	margin-right: 25px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}

h2{
	color: navy;
	font-family: verdana;
	font-size: 22px;
	margin-top: 15px;
	margin-bottom: 35px;
	font-weight: 1.1;
}





.rubrique a:visited {
	color: white;
	text-decoration: none;
}
.menu a:active {
	color: white;
	text-decoration: none;
}
.rubrique a:hover {
	color: #ff5400;
	text-decoration: none;
}
.rubrique a:link {
	color: white;
	text-decoration: none;
}


.menu{
	position: absolute;
	top: 5px;
	left: 80px;
	color: white;
}

html>body .menu{
	left: 100px;
}

.tile1{
	position: absolute;
	top: 68px;
	right: 62px;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}

.tile2{
	position: absolute;
	top: 92px;
	right: 80px;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}

.tile1 a:visited {
	color: #036;
	text-decoration: none;
}
.tile1 a:link {
	color: #036;
	text-decoration: none;
}

.tile1 a:hover {
	color: #ff5400;
	text-decoration: none;
}
.tile1 a:active {
	color: #ff5400;
	text-decoration: none;
}

.tile2 a:visited {
	color: #036;
	text-decoration: none;
}

.tile2 a:link {
	color: #036;
	text-decoration: none;
}

.tile2 a:hover {
	color: #ff5400;
	text-decoration: none;
}

.tile2 a:active {
	color: #ff5400;
	text-decoration: none;
}

a:visited {
	color: blue;
}

a:link {
	color: blue;
}

a:hover {
	color: orange;
}

a:active {
	color: orange;
}




.sous-menu{
	width: 115px;
	position: absolute;
	top: 140px;
	left: 4px;
	border-right: 1px dotted black;
	padding: 30px;
	padding-top: 45px;
	text-align: right;
	direction: rtl;
	color: navy;
	line-height: 20px; 
}

.sous-menu ul{
	text-align: right;
	list-style-image: url('../img/puce2.jpg');
}

.sous-menu li{
	margin: 10px;
	margin-left: 2px;
	font-size: 10px;
}


.sous-menu a:visited {
	color: #036;
	text-decoration: none;
}

.sous-menu a:link {
	color: #036;
	text-decoration: none;
}

.sous-menu a:hover {
	color: #ff5400;
	text-decoration: none;
}

.sous-menu a:active {
	color: #ff5400;
	text-decoration: none;
}

.sous-menu li .liste{
	font-size: 9px;
	margin-bottom: 0px;
	font-weight: normal;
	line-height: normal;
	list-style-type: square;	
}






table.cra{
	border-spacing:0px;
}

table.cra td{
	border : 0.2px solid black;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.cra input{
	width: 28px;
	height: 28px;
	text-align: right;
	border: 1px solid grey;
}

form p{
 	margin-bottom:5px;
 	background-color: #d0deed;
 	padding:10px 0;
}

label {
	display:block;
	width: 250px;
	float:left;
	font-size:12px;
	margin-left:8px;
}

.submit{
	text-align: center;
}

form ul li{
	list-style-type: none;
	font-size: 14px;
	color: #d0deed
	line-height: double;
	margin-bottom:5px;
 	background-color: #d0deed;
	padding: 5px;
 	padding-left:20px;
	margin-right: 0px;
	text-align: center;
}

#extranet {
	display: none;
}

