a {
	text-decoration: underline;
	color : #252525;
}

a:hover {
	background:#ccc;
}

a.a {
	background:#EEF352;
	border :solid 1px ; 
	border-color :#FFF;
	text-decoration: none;
}

a:hover.a {
	background:#F29214;
}

a.a3 {
	background:#EDF3F2;
	border :solid 1px ; 
	border-color :#C4C4C4;
	text-decoration: none;
}

a:hover.a3 {
	background:#D0D1D1;
}


a.bouton {
	display:block;
	text-align:center;
	width: 200px;
	line-height: 50px;
	vertical-align:middle;
	margin-left: auto;   
	margin-right: auto; 
	border-style: ridge;
	font-size: 150%;
	font-weight: bold;
	background:#EDF3F2;
	color:#5E6161;
	text-decoration: none;
}

a:hover.bouton {
	background:#D0D1D1;
}

a:visited.bouton {
	color:#5E6161;
}

a img {
	border: none;
}

a:visited {
	color:#652B6A;
}


acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

ul {
	list-style : square;
	margin: 10 0 10px 20px;   
}

li {
    line-height: 18px;
    margin: 0 0 5px;
}

body {
	font: 80%/1.5 Arial,"Helvetica Neue",Helvetica,sans-serif;
	margin-right: 0%;
	margin-left: 20%;
	padding-right: 20%;
	padding-left: 0%;
}


h1 {
	border-bottom: 1px dotted #ccc;
	font: 150% 'Arial', Verdana, sans-serif;
	color : #737373;
	letter-spacing: 0.17em;
}

h2 {
	border-bottom: 1px dotted #ccc;
	font: 130% 'Lucida Grande', 'Arial', Verdana, sans-serif;
	color:#737373;

}

h3 {
	font: 120%'Arial', Verdana, sans-serif;
	color : #737373;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

cite{
	color:#656A67;
}
