/* Document CSS */
/*------------------------------------------------------------------------------------------------*/
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

img{ border:0; }

input{
	border:1px solid #233674;
	color:#333333;
	background-color:#D3E2F8;
}

select{
	border:1px solid #233674;
	color:#333333;
	background-color:#D3E2F8;
}

textarea{
	border:1px solid #233674;
	color:#333333;
	background-color:#D3E2F8;
}

ul{
	margin-left:0;
	padding-left:5px;
	list-style-type:none;
	line-height:200%;
}

ul.list_arrow {
	list-style-image:url(../images/fleche2.gif);
}

/*--------------------------------------------- Class ---------------------------------------------*/

.plop {
       text-decoration: blink;
}

.border_bottom_grey {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDCDCD;
}

/*
.border_left_grey {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CDCDCD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDCDCD;
}

.border_right_grey {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CDCDCD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDCDCD;
}
*/

.border_bottom_blue {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3394E1;
}

.border_left_blue{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3394E1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3394E1;
}

.border_right_blue {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3394E1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3394E1;
}

.border_top_left_orange {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF6600;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF6600;
}

.border_bottom_right_orange {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}

.border_right_white {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.mail_print{
	color:#666666;
}

.tab_form{
	border:1px solid #666666;
}

.text_title{
	color:#FF6600;
	font-size:13px;
	font-weight:bold;
}

/*---------------------------------------------- Link ---------------------------------------------*/

a:hover{
	text-decoration:underline;
}

a:hover.menu_link{
	text-decoration:none;
	color:#FF6600;
}

a.mail_print{
	text-decoration:none;
}

.link_orange {
	text-decoration:none;
	color:#FF6600;
}

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

.menu_link {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}

#mr_firts_second_part{ display:none; }
