/* CSS Document */
body {
	background-color:#000000;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
}


/*Liens*/
a {
	color:#000000;
	text-decoration: underline;
}
a:hover {
	color: #CC6600;	
	text-decoration: none;
}
/*
a:visited {
	color:#000000;	
	text-decoration: underline;
}
a:active {
	color:#000000;
	text-decoration: none;
}
*/

a.link {
	color:#FFFFFF;
	text-decoration: none;
}
a.link:hover {
	color: #FF6600;	
	text-decoration: none;
}
/*
a.link:visited {
	color:#FFFFFF;
	text-decoration: none;
}

a.link:active {
	color:#FFFFFF;
	text-decoration: none;
}
*/

/*Mise en page*/

.baniere_haut{
	background-image:url(../img/baniere_haut.jpg);
	background-repeat:no-repeat;
	height:120px;
}


.bouton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:18px;
	line-height:20px;
	width:119px;
	height:23px;
	background-image: url(../img/bouton_menu.jpg);
}

.bouton2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:18px;
	line-height:20px;
	width:119px;
	height:23px;
	background-image: url(../img/bouton_menu2.jpg);
}

.boutonhorizontal {
	font-family:    Verdana, Arial, Helvetica, sans-serif;
	font-size:      12px;
	font-weight:    bold;
	padding:        0 8px;
	line-height:    14px;
	height:         14px;
	border-left: 	solid 3px #939;	
}

.boutonhorizontal a.link {
	color:#939;
}

.boutonhorizontal a.link:hover {
	color:FF6600;
}
.menu{
	background-image:url(../img/menu_fond.jpg);
	background-repeat:no-repeat;
}

.page_haut{
	background-image:url(../img/page_haut.jpg);
	background-repeat:no-repeat;
	border-top-width: 0px;
	border-right-width: 4px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #92147e;
	padding-left:5px;
}

.login {
	background-color:#FFFFFF;
	color:#000000;
	font-size:9px;
	font-weight:bold;
	border: 1px solid #000000;
}

.tab_lien{
	font-size:11px;
	font:Arial, Helvetica, sans-serif;
	color:#000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top:10px;
}

.tab_expert_det{
	font-size:11px;
	font:Arial, Helvetica, sans-serif;
	color:#000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top:10px;
}

/*Textes*/
.text9_n{
	font-size:9px;
	font:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	padding-left:20px;
}
 
.text11_n{
	font-size:12px;
	font:Arial, Helvetica, sans-serif;
	color:#000000;
	padding-left:40px;
}
.text12_n{
	font-size:13px;
	font:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
}


.text12_b{
	font-size:13px;
	font:Arial, Helvetica, sans-serif;
	color: #000099;
	font-weight:bold;
	padding-left:20px;
}
.text12_v{
	font-size:13px;
	font:Arial, Helvetica, sans-serif;
	color: #92147e;
	font-weight:bold;
	padding-left:20px;
	padding-bottom:3px;
}
.text11_or{
	font-size:11px;
	font:Arial, Helvetica, sans-serif;
	color: #CC6600;
	font-weight:bold;
	padding-left:5px;
}
.text13_or{
	font-size:13px;
	font:Arial, Helvetica, sans-serif;
	color: #CC6600;
	font-weight:bold;
	padding-left:20px;
}

.text15_or{
	font-size:15px;
	font:Arial, Helvetica, sans-serif;
	color: #CC6600;
	font-weight:bold;
	padding-left:20px;
}
.text11_ble{
	font-size:11px;
	font:Arial, Helvetica, sans-serif;
	color: #003399;
	font-weight:bold;
}
.link{
	font-size:11px;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

/*Images*/
.photo {
	width:150;
}

.photo_gd {
	width:320;
}

textarea.error {
    border:         solid 1px red;
}

input.error {
	border:         solid 1px red;
}

label {
	display:inline-block;
	width: 70px;	
}

.overline {
	text-decoration: underline;	
}
