body {
	font-size: 9pt; color: #00000; font-family: Arial;
}
table {
	font-size: 9pt; color: #000000; font-family: Arial;
}
input {
	font-size: 9pt; color: #000000; font-family: Arial;
}
select {
	font-size: 9pt; color: #000000; font-family: Arial;
}
img {
	border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px
}
table {
	text-align: left
}

a:hover {
	color: #000000; text-decoration: none
}
a {
	color: #000000; text-decoration: none
}


.noir {text-decoration:none; 
		color:#000000; 
		font-size:9 pt; 
		font-family:Arial;
		}

.noir:hover {text-decoration:underline; 
		color:#ffffff; 
		font-size:9 pt; 
		font-family:Arial;
		}
.noir:link {color:#000000;
}



.gris {text-decoration:none; 
		color:#999999; 
		font-size:9 pt; 
		font-family:Arial;
		}

.gris:hover {text-decoration:underline; 
		color:#ffffff; 
		font-size:9 pt; 
		font-family:Arial;
		}
.gris:link {color:#999999;
}



.blanc {text-decoration:none; 
		color:#ffffff; 
		font-size:9 pt; 
		font-family:Arial;
		}

.blanc:hover {text-decoration:underline; 
		color:#999999; 
		font-size:9 pt; 
		font-family:Arial;
		}
.blanc:link {color:#ffffff;
}

.bleu {text-decoration:none; 
	color: #003366; 
	font-size: 9pt; 
	font-family: Arial;
}
.bleu a:hover {text-decoration:underline; 
	color:#003366; 
	font-size:9 pt; 
	font-family:Arial;
}
.bleu a:link {color:#003366;}



.rouge {text-decoration:none; 
	color: #cc3333; 
	font-size: 9pt; 
	font-family: Arial;
}
.rouge a:hover {text-decoration:underline; 
	color:#cc3333; 
	font-size:9 pt; 
	font-family:Arial;
}
.rouge a:link {color:#a26883;}



.rougegros {text-decoration:none; 
	color: #cc3333; 
	font-size: 14pt; 
	font-family: Arial;
}
.rougegros a:hover {text-decoration:underline; 
	color:#cc3333; 
	font-size:14 pt; 
	font-family:Arial;
}
.rougegros a:link {color:#a26883;}


li {
	margin-left: 5px;
}

.gras {
	font-weight: bold;
}

.puces_concours {
	color: #CA3435;			
}

.puces_gras_concours {
	color: #CA3435;
	font-weight: bold;
}

.puces_ip {
	color: #1E9227;
}

.puces_gras_ip {
	color: #1E9227;
	font-weight: bold;
}

.souligne_concours {
	text-decoration: underline;
	font-weight: bold;
	color: #CA3435;
}

.souligne_ip {
	text-decoration: underline;
	font-weight: bold;
	color: #1E9227;
}

.italique_concours {
	font-style: italic;
	font-weight: bold;
	color: #CA3435;
}

.italique_ip {
	font-style: italic;
	font-weight: bold;
	color: #1E9227;
}

.email_concours {
	color: #CA3435;
}

.email_ip {
	color: #1E9227;
}

.background_concours {
	font-weight: bold;
	background-color: #CA3435;
	color: white;
}

.background_ip {
	font-weight: bold;
	background-color: #1E9227;
	color: white;
}

/* END */

.noborder {
	border: 0;
}

.style_petit {
	color: #000000;
	text-decoration: none;
	font-size: 8pt;
}

.orange {
	text-decoration: none; 
	color: #633C29; 
	font-weight: bold;
}

.big_orange {
	text-decoration: none; 
	color: #633C29; 
	font-size: 10pt;
	font-weight: bold;
}

.big_black {
	text-decoration: none; 
	color: black; 
	font-size: 10pt;
}

.border_black {
	border: 1px solid black;
	border-collapse: collapse;
}

.border_black th {
	border: 1px solid black;
	background-color: #DFDBDE;
	text-align: center;
}

.border_black td {
	border: 1px solid black;
}

.border_black td table {
	border: 0;
}

.border_white {
	border: 1px solid white;
	border-collapse: collapse;
}

.border_white th {
	border: 1px solid white;
	background-color: #DFDBDE;
	text-align: center;
}

.border_white td {
	border: 1px solid white;
	text-align: center;
}

.border_white td table {
	border: 0;
}

h1 {
	font-size: 12pt;
	color: #CA3435;
	font-weight: bold;
	text-decoration: underline;
}

h2 {
	font-size: 10pt;
	color: black;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 15px;
}

h3 {
	font-size: 10pt;
	color: black;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

h4 {
	font-size: 12pt;
	color: #1E9227;
	font-weight: bold;
	text-decoration: underline;
}

h5 {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: black;
	margin-left: 15px;
}

h6 {
	font-size: 10pt;
	color: black;
	font-weight: none;
	margin-left: 15px;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

.border_default {
	border: 1px solid #633C29;
}

.background_default {
	background-color: #633C29;
}

.menu {
	padding: 3px;
	padding-left: 15px;
	color: white;
	font-weight: bold;
	font-size: 9pt;
}

.menu a, .menu a:hover, .menu a:visited {
	color: white;
}

.menu_little {
	padding: 3px;
	padding-left: 15px;
	color: #BD3329;
	font-weight: bold;
	font-size: 9pt;
}

.menu_little a, .menu_little a:hover, .menu_little a:visited {
	color: #BD3329;
}

.menu_w {
	border-bottom: 1px solid black;
	padding: 3px;
	padding-left: 15px;
	color: white;
	font-weight: bold;
}

.menu_w a, .menu_w a:hover, .menu_w a:visited {
	text-decoration: none;
	color: white;
}

.white a, .white a:hover, .white a:visited {
	text-decoration: none;
	color: white;
}
