/* CSS Document */

/* balises générales */
a {
    color: #3300ff;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

body {
	background-color: #67152a;
	color: #000;
    font-family: 'Trebuchet MS', Arial, Verdana;
	font-size: 1px;
}

body, h1, h2, h3, h4, h5, li, p, ul {
    margin: 0;
	padding: 0;
}

h1 {
	color: #37434e;
    font-size: 16px; 
	font-weight: bold;
	line-height: 25px;
}

h1 img {
    display: block;
    float: left;
	padding: 5px 8px 0 0;
}

h2 {
	color: #003366;
    font-size: 16px; 
	font-weight: bold;
}

h3 {
    color: #669900;
    font-size: 14px;
	font-weight: bold;
	text-align: center;
}

h4 {
	color: #003366;
    font-size: 14px; 
	font-weight: bold;
}

h5 {
    color: #65152a;
    font-size: 16px; 
	font-weight: bold;
	text-align: center;
}

img {
    border: 0;
	display: block;
}

table {
	border-collapse: collapse; 
	border-style: solid;
	border-width: 0;
}

/* classes personnalisées */
.bdx {
	color: #65152a;
    font-size: 16px; 
	font-weight: bold;
}

.bleu {
    color: #003366;
}

.bord {
    border: 1px solid #000;
}

.rouge
{
	color: red;
	font-size: 12px; 
}

.traitH {
    border-top: 2px solid #7ba1d7;
	padding-top: 5px;
}

.texte {
    text-align: justify;
}

.texte ul {
    padding-left: 20px;
}

.texte ul#square {
    list-style-type: square;
    padding-left: 40px;
}

.under {
    text-decoration: underline;
}

.vert {
    color: #669900;
}

/* id de balises générales */
div#container {
    background-color: #fff;
	font-size: 14px;
    margin: 0 auto 0 auto;
	padding: 10px;
	width: 790px !important;
}

div#footer {
    background-color: #778a9a;
	color: #fff;
	font-size: 12px;
	padding: 3px;
	text-align: center;
}

div#header {
    background-color: #67152a;
}

div#menuH1 {
	height: 25px;
}

div#menuH1 li {
	float: left;
	line-height: 25px;
	list-style-type: none;
}

div#menuH1 li.pre {
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 40px;
}

div#menuH1 li.sepa {
	color: #fff;
	text-align: center;
	width: 10px;
}

div#menuH1 span {
	color: #fff;
	font-weight: bold;
}

div#menuH2 {
	background: url(../images/gris.gif) repeat-x;
	height: 25px;
}

div#menuH2 li {
	float: left;
	line-height: 25px;
	list-style-type: none;
	padding-left: 8px;
}

div#menuH2 li.sepa {
    color: #37434e;
	padding: 0;
	text-align: center;
	width: 10px;
}

div#navHisto {
    padding: 10px 0 10px 0;
}

table#inscription td {
	border-color: #fff;
	border-style: solid;
	border-width: 2px;
}

/* liens */
div#navHisto a, .a2 {
    color: #65142a;
    text-decoration: underline;
}

div#navHisto a:hover, a2 {
    text-decoration: none;
}

div#footer a {
	color: #fff;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
}

div#menuH1 li a {
	color: #fff;
	display: block;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	width: 80px;
}

div#menuH1 li a.acc {
    display: block;
	text-align: left;
    width: 350px;
}

div#menuH2 li a {
    background: url(../images/puce.jpg) no-repeat left center;
	color: #fff;
	padding: 0 5px 0 15px;
	text-decoration: none;
}

div#footer a:hover, div#menuH1 li a:hover, div#menuH2 li a:hover {
	text-decoration: underline;
}
