

/*AUTRE*/

strong
{
color:blue;
font-weight:bold;
}

.superstrong
{
font-size:15px;
color:red;

}

caption
{
font-size:20px;
color:orange;
font-family:"Times New Roman",serif;
}



td
{
text-align:left;
height:30px;
color: rgb(103,59,21);
font-weight:bold;
}

.form
{
width:auto;
color:brown;
text-align:left;
font-weight:normal;
}

.form1
{
text-align:right;
font-weight:normal;
color:black;
width:auto;
color:brown;
}



/*PLACE IMAGE*/


img
{
border: 2px solid black;
}

.droite
{
position:relative;
left:2%;
}

/*LA BASE*/

div#coeur
{
text-align:justify;

height:auto;
width:auto;

position:absolute;
top:110px!important;
top:138px;
left:225px;

}

div#banniére
{
background-image:url("gif/nouvellebani.gif");
background-repeat:no-repeat;
width:85%;
height:19%!important;
height:120px;
}

div#logo
{
background-image:url("gif/banniéres copie.gif");
background-repeat:no-repeat;

width:24%;
height:19%;

position:absolute;
right:1%;
top:1.3%!important;
top:2.5%;
}


/*Formats du texte*/

h2
{
color:brown;
font-size:35px;
font-size:arial,serif;
}

p
{
font-family:Arial,serif;
font-style:italic;
font-size:12px;
}

.centre
{
font-size:16px;
}

.banal
{
color:rgb(79,100,139);
font-size:16px;
font-style:normal;
text-indent:20px;
}

.important
{
color:orange;
font-size:20px;
font-style:normal;
}

.coindroit
{
margin-left:37%;
font-size:19px;
font-family:Courier New,serif;
font-style:normal;
}

/*FORMULAIRE*/

label
{
font-family:Arial,serif;
color:brown;
font-size:18px;
}

.petit
{
font-size:15px;
}


legend
{
font-family:Courier New,serif;
color:blue;
font-size:22px;
text-transform:uppercase;
font-weight: bold;
}

fieldset
{
background-color:rgb(254,244,224);
}

input.boutton
{
font-family:Arial,serif;
color:blue;
text-decoration:none;
font-size:22px;
text-transform:uppercase;
font-weight: bold; 
background-color:rgb(251,220,159);
text-align:center;
}

/*MENU*/

a.image
{
text-decoration: none;
border:0px black solid;
}

a.menu
{
font-family:Arial,serif;
background-color:#4a5a79;
font-size:15px;
border:3px black solid;
text-decoration: none;/*pas de soulignement de liens*/
}


div#menu {

    width:180px;
	background-image:url("gif/menufond.gif");
	border: 10px rgb(103,59,21) double;
	
	position:absolute;
	top:140px;
	left:7px;
}

div#menu li {
    margin:5px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    list-style-type: none;
    background-repeat: no-repeat;
	
	
}
div#menu li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
	margin-left:-22px!important;
	margin-left:-40px;
	background-image: url("gif/bouton1.gif");
}

div#menu li a:link {
    color: blue;
}

div#menu li a:visited {
    color: rgb(103,59,21);
}

div#menu li a:hover {
    font-weight: bold;
    color: orange;
}

div#menu li a:active {
    font-weight: bold;
    color: red;
    background-image: url(gif/bouton1.gif);
    background-repeat: no-repeat;
}

div#global {
margin-left:auto;
margin-right:auto;
max-width:1000px;
}
 
 

