html { /*  document */
  font: 14px Cosmic;
  color: #330099;
background-color:white;
}

body {
margin: 0;
font: 16px Comic Sans MS;
color:black;
background-color:black;
background-image:url(img/fond_orange-02.gif);
}

a { /* lien */
  color: #0033CC;
  background: inherit;
  text-decoration: none;
}
a:hover { /* lien survolé */
  color: #FF3366;
  text-decoration: none;
  font-weight: bold;
  background-color: inherit; position: relative; top: 1px; left: 1px;
}

p { /* paragraphe */
  margin: 4px 0px;
}

h1 { /* titre niveau 1 */
	font-size: 26px;
	color: #CC0000;
	text-align: center;
}

h1.avecli { /* titre niveau 1 */
	font-size: 26px;
	color: #CC0000;
	text-align: left;
}

h2 { /* titre niveau 2 */
	font-size:18px;
}
h3 { /* titre niveau 3 */
	font-size:16px;
}
h4 { /* titre niveau 4 */
	font-size:14px;
}

table.table1  { /*  */
  border: none;
  width: 80%;
  height: 700px ;
  font: inherit;
  color: inherit;
  text-align: center;
  background-color: inherit;
}

table.table2  { /*  */
  border: none;
  padding:0px;
  width: 100%;
  font: inherit;
  color: inherit;
  text-decoration: none;
  text-align: left;
}

table.tableformulaire  { /*  */
  font: 12px Arial, Helvetica, sans-serif;
  background-color: inherit;
  border: none;
  color: inherit;
  text-align: left;
  border: medium solid #000000;
}

td.tdformulaire { /*  */
font: inherit;
text-align: left;
color: inherit;
margin-left: 1px;
margin-top: 1px;
margin-bottom: 1px;
margin-right: 1px; 
padding:0px;
 }

td.tdcentre  { /*  */
padding-top: 1px;
padding-left: 10px;
padding-right: 3px;
margin : 5px ;
  font: inherit;
  font-style: inherit;
  color: inherit;
  text-decoration: none;
  text-align: left;
    background-color:inherit;



}

 
td { /*  */
  font: inherit;
  font-style: inherit;
  color: inherit;
  text-decoration: none;
  text-align: left;
  padding:15px;
}

td.tdtete { /*  */
  font: bold 20px Arial, Helvetica, sans-serif;
  color: inherit;
  text-decoration: none;
  text-align: center;
  width: 100%;
  height: 100px ;
  padding:1px;
 
}


td.cadre2barre { /* titre niveau 1 */
border-left: 3px ridge #E9E9E9;
border-right: 3px ridge #E9E9E9;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
height:350px;
}


span.spantitre { /*  */
  border: medium solid #000000;
  font: bold 18px Helvetica, sans-serif;
  color: blue;
  text-decoration: none;
  text-align: center;
  padding:2px;
  width: 100%;
  background-color:white;

}

span.PourMenu { /*  */
border: medium solid blue;
font: bold 16px Helvetica, sans-serif;
color: blue;
text-decoration: none;
text-align: center;
padding:1px;
width: 120px;
background-color:white;
border-top: 1px ridge blue;
border-right: 1px ridge blue;
border-bottom: 0px ridge blue;
border-left: 3px ridge blue;
margin-left: 10px;
margin-top: 20px;
margin-bottom: 20px;
margin-right: 10px;
}

div { /*  */
  font: inherit;
  color: inherit;
  margin-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 10px;
  text-decoration: none;
  width: 95%;
}

div.centre1 { /*  */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 95%;
  font: inherit;
  color: inherit;
  text-decoration: none;
  text-align: left;
}

div.cadrearrondi{
font-style:italic ;
 padding:25px;
  margin-top: 5px ; 
  margin-right: 5px ; 
  margin-bottom: 5px ; 
  margin-left: 5px ; 
  border-bottom: 5px ridge #FFCCCC;
  background-color:inherit;
  border: medium solid blue;
 -moz-border-radius: 10px 10px 10px 10px;
 -webkit-border-radius:10px 10px 10px 10px;
 behavior:url(border-radius.htc);
}

input.boutonsumit {
font-family: inherit;
font-size: 20px;
background-color: #CCCCCC;
color: #000000;
font-style: normal;
font-weight: 100%;
text-transform: none;
border-top: 1px ridge red;
border-right: 1px ridge red;
border-bottom: 6px ridge red;
border-left: 6px ridge red;

}
