/* CSS Document */

body {
font-weight: bold;
font-size: 1em;
font-family: arial, helvetica, verdana, sans-serif;
font-family: 'times new roman', times, serif;/* ajouté */
color: black;
margin: 10px 0 ;
padding: 0 ;
}
#header {
font-size: 1.5em;
height: 60px;
background-color: #CC9966;
color: #008000;
margin: 15px;
text-align: center;
border-radius: 10px;
}

#conteneur {
position: absolute;
width: 760px;
left: 50%;
margin-left: -375px;
background-color: #fc0;
border-radius: 10px;
}
#centre {
padding: 10px;
}

#pied {
width: 760px;
height: 40px;
background-color: #6600FF;
}

.francardo {
float: right;
margin-top: 0px;
margin-right: 20px;
border-radius: 10px;
background-color: #6600FF;
}
.auto {
float: left;
margin-left: 30px;
margin-right: 30px;
}
.toga {
float: left;
margin-left: 80px;
margin-right: 30px;
}
.reunies {
float: right;
margin-left: 30px;
margin-right: 30px;
}
p{

margin-left: 20px;
}
h1 {
font-size: x-large;
}
h2 {
font-size: medium;
margin: 0px;
}
h3 {
font-size: 1em;
text-align: center;/* centre le texte mes billets Corse*/
}
a img/* supprime la bordures bleu autour des vignettes*/
{
border: none ;
}
.spacer {
background-color: #990000;
clear: both;

}	
#formulaire {
width: 330px;
height: 200px;
background-color: #FFCC00;
padding: 70px;
}
body,td,th {
	font-weight: bold;
	font-size: 1em;
}

a {
	font-size: 1em;
	color: #990000;
	font-weight: bold;
}
a:visited {
	color: #9900FF;
}
a:active {
	color: #0000FF;
}	
