body{
	background-color:#FFFFFF;
	color:#000;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 90%;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	font-weight: normal;
	padding-right:5px;
	text-align:center;
}

.row {display:table;width:900px; margin:230px 0 0 0;font-size:11px;}
.cell {display:table-cell;vertical-align:top;padding-left:0px;}

img {
margin:0;
padding:0;
border:0;
}

h1 {
	display:inline;
	color:#444;
	margin: 0 0 15px 5px; 
	padding-left:8px;
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	font-weight: normal;
	font-size:1.5em;
	border-left:15px double #b3a39d;
	margin-bottom:10px;
}

ol {counter-reset: colloque;margin-left:-20px;padding-left:0;} /* on initialise et nomme un compteur */
li {
    list-style-type: none;
    counter-increment: colloque; /* on incrémente le compteur à chaque nouveau li */
    margin-bottom: 10px;
	margin-left:0;
	padding-left:0;
}
li:before {
    content: counter(colloque); /* on affiche le compteur */
    padding: 0 10px 2px;
    margin-right: 8px;
    vertical-align: top;
    background: #678;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 0.8em;
    color: white;
}

a { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-style: normal; 
line-height: 16px; 
font-weight: bold; 
color: #660000; 
text-decoration: underline;
} 

A:hover { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-style: normal; 
line-height: 16px; 
font-weight: bold; 
color: #660000; 
text-decoration: none;
}
/*


fieldset {
border:1px;
border-style:dashed;
border-color:#993300;
margin:0;
padding:5px;
}

legend {
background-color:#FFFFFF;
border:1px;
padding:3px;
margin:0;
}



.table {
border-width:1px 1px 0 1px;
border-style:solid;
border-color:#E8E7E7;
}

.table TD{
border-width:0 1px 1px 0;
border-style:solid;
border-color:#E8E7E7;
padding:6px;
}

.table .bgbluelight{
background-color: #EFEFFD;
border-width:0 1px 1px 0;
border-style:solid;
border-color:#FFF;
}

.table .bgbluelighter{
background-color: #F7F7FE;
border-width:0 1px 1px 0;
border-style:solid;
border-color:#FFF;
}

.table .bgbluelight_noborder {
background-color: #EFEFFD;
border:0;
}

.table .bgbluelighter_noborder {
background-color: #F7F7FE;
border:0;
}

.table TD.noborder{
border:0;
padding:6px;
}
.bgbeige {
	background-color: #FEFEEC;
}
.H1rgebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #993300;
}

.tabletitrejaune
{
background-color: #FEFEEC;
border-width:1px;
border-style:solid;
border-color:#E8E7E7;
padding:6px;
}

.tabletitrejaune .droite
{
background-color: #FEFEEC;
border-width:0 1px 0 0;
border-style:solid;
border-color:#E8E7E7;
padding:6px;
}

.tabletitrebleu
{
background-color: #F7F7FE;
border-width:1px;
border-style:solid;
border-color:#E8E7E7;
padding:6px;
}

.tabletitrerge
{
background-color: #FFF1F1;
border-width:1px;
border-style:solid;
border-color:#E8E7E7;
padding:6px;
}

.tabletitrerge .droite
{
background-color: #FFF1F1;
border-width:0 1px 0 0;
border-style:solid;
border-color:#E8E7E7;
padding:6px;
}
*/