/* CSS Document */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	background: url(../img_graph/fond.jpg) top center repeat-y #E7D1E5;
}

body {
	margin: 0;
	padding: 0;
}

A {
	color: #92388f;
}

.nouveau {
	position: absolute;
	z-index: 3;
	top: 15px;
	margin-left: 700px;
}

#corps {
	width: 990px;
	margin: auto;
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}

html>body #corps {
	height: auto;
}

.entete {
	height: 114px;
	color: #666666;
	font-size: 11px;
	background: url(../img_graph/entete/entete.jpg) top left no-repeat;	
}

.menu {
	padding: 0 10px 0 10px;
	height: 30px;	
	background: #93368E;
}

.menu UL  {
	margin: 0px;
	list-style-type: none;
	padding:0;
}

.menu_off {
	float: left;
	list-style: none;
	padding: 0 0 0 9px;
}

A.menu_off {	
	height: 21px;
	padding: 9px 18px 0px 9px;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	
}

A.menu_off:hover {
	background-color: #FFFFFF;
	background:url(../img_graph/entete/menu/a.jpg) no-repeat right top;
	padding: 8px 18px 0px 9px;
	color: #93368E;
	border-top: solid 1px #93368E;
}

.menu_on {
	float: left;
	list-style: none;
	padding: 0 0 0 9px;
	background:url(../img_graph/entete/menu/li.jpg) no-repeat left top;
}

A.menu_on {	
	display: block;
	height: 21px;
	text-decoration: none;
	background-color: #E2C7E0;
	padding: 8px 18px 0px 9px;
	border-top: solid 1px #93368E;
	color: #93368E;
	font-weight: bold;
	background:url(../img_graph/entete/menu/a.jpg) no-repeat right top;
}

.sous_menu {
	position: absolute;
	z-index: 99;
	display: none;
	background-color: #D0A4CC;
	border: solid 1px #D0A4CC;
}

.sous_menu A {
	display: block;
	background-color: #D0A4CC;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

.sous_menu A:hover {
	background-color: #FFFFFF;
	color: #93368E;
}

.contenu {
	padding: 0 0 30px 0px;
	background: #FFFFFF;
}

.contenu LI {
	list-style: none;
	padding: 0 0 10px 20px;
	background:url(../img_graph/contenu/puce_li.gif) no-repeat left top;
}

.pied {
	position: absolute;
	bottom: 0;
	padding: 10px 10px 0 10px;
	background-color: #93368E;
	width: 970px;
	height: 20px;
	color: #FFFFFF;
}

* html .pied { /* ie6 hack */
     position: absolute;
	 margin-top: -30px;
     top: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.pied A {
	color: #FFFFFF;
	text-decoration: none;
}


/* MINI NEWS */

.mini_news {
	width: 213px;
	height: 91px;
	padding: 40px 40px 40px 40px;
	background:url(../img_graph/contenu/mini_news/fond.jpg) no-repeat left top;
}

/* FORMULAIRE CONTACT */

#form_contact {
	width: 500px;
	height: 370px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

#form_contact .input_text {
	font-size: 12px;
	border: solid 1px #93368E;
	background-color: #FFFFFF;
	width: 150px;
}

#form_contact .input_text_long {
	font-size: 12px;
	border: solid 1px #93368E;
	background-color: #FFFFFF;
	width: 300px;
}

#form_contact .input_textarea {
	width: 100%;
	height: 100px;
	font-size: 12px;
	border: solid 1px #93368E;
	background-color: #FFFFFF;
	
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #93368E;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
}

#form_contact .contact_recap_message {
	margin: auto;
	border: solid 1px #93368E;
	background-color: #FFFFFF;
	padding: 5px;
	color: #93368E;
	font-weight: normal;
	font-style: italic;
	width: 400px;
}

#form_contact .bouton {
	border: solid 1px #93368E;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #93368E;
	color: #FFFFFF;
	font-size: 12px;
}

/* TABLEAUX DES CONCOURS */

.tableau_1 {
	color: #93368E;
	font-weight: bold;
}

.tableau_1 A {
	color: #93368E;
	font-size: 13px;
	text-decoration: none;
}

.tableau_1 .tr_1 {
	background: #C9A6C6;
}

.tableau_1 .tr_2 {
	background: #E3D2E2;
}

.tableau_1 .td_titre_concours {
	border-left: solid 1px #93368E;
	border-right: solid 1px #93368E;
	border-bottom: solid 1px #93368E;
	padding: 10px;
}

.tableau_1 TD {
	border-right: solid 1px #93368E;
	border-bottom: solid 1px #93368E;
	padding: 10px;
}

.tableau_2 {
	color: #EE7F00;
	font-weight: bold;
}

.tableau_2 A {
	color: #EE7F00;
	font-size: 13px;
	text-decoration: none;
}

.tableau_2 .tr_1 {
	background: #FBCFA1;
}

.tableau_2 .tr_2 {
	background: #FDE7D0;
}

.tableau_2 .td_titre_concours {
	border-left: solid 1px #EE7F00;
	border-right: solid 1px #EE7F00;
	border-bottom: solid 1px #EE7F00;
	padding: 10px;
}

.tableau_2 TD {
	border-right: solid 1px #EE7F00;
	border-bottom: solid 1px #EE7F00;
	padding: 10px;
}

/* FORMATIONS */

.grand_arbre {
	text-align: center;
	width: 100%;
	height: 674px;
}

/* FICHES CONCOURS */

.contenu_concours_1 {
	background:url(../img_graph/contenu/fiches_concours/fond_1.jpg) right top no-repeat;
}

.contenu_concours_2 {
	background:url(../img_graph/contenu/fiches_concours/fond_2.jpg) right top no-repeat;
}

.fiche_concours_titre {
	font-size: 36px;
	font-weight: bold;
	color: #93368E;
	font-style: italic;
}

.contenu_concours_2 .fiche_concours_titre {
	font-size: 36px;
	font-weight: bold;
	color: #EE7F00;
	font-style: italic;
}

.fiche_concours_debut {
	text-align: left;
	border: solid 4px #93368E;
	padding: 10px;
}

.fiche_concours_debut UL {
	margin: 0;
	padding: 10px 0 0 30px;
}