
/* CSS Document */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
// Perso for images & color
//:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

body{
	background-color:#293655;
}

#bg_body{
	position:fixed;
	width:100%;
	height:100%;
	left:50%;
	top:0;
	margin-left:-50%;
	z-index:1;
}

*html body{
	background:#293655 url(bg_body.jpg) no-repeat center top;
}

*html #bg_body{
	display:none;
}

#global{
	z-index:10;
	position:relative;
}

a {
	color:#f50002;
}

a:hover {
	color:#f50002;
}

#menu_object a:hover, #mapsearch a:hover {
	color: #f50002;
}

#menu_object a {
	color: #333;
}

#menu_object li.title {
	background-color: #FD1A00;
}

.content h2 {
	color: #f50002;
}

#map_container h3 {
	color: #f50002;
}

.content h4 {
	color:#f50002;
}

.content h3 a, .content h3 a:link {
	color:#f50002;
}

.box_header h3 {
    color#f50002;
}

#mapsearch{
	padding:12px 10px 13px;
	margin:20px 0 0 15px;
	border-top:2px #686868 solid;
	width:166px;
	//background-color:#F0F0F0;
}

#mapsearch ul{
	margin-right:0;
}

#mapsearch a{
	background:none;
	text-align:center;
	width:154px;
}

#mapsearch a div.mapsearch{
	display:block;
	width:156px;
	height:80px;
	padding:0;
	margin:4px 0;
	background:url(map.png) no-repeat center top;
}

#mapsearch a span.mapsearch_text{
	margin-top:4px;
}

#mapsearch a:hover div.mapsearch, #mapsearch a:hover span.mapsearch_text{
	background-position:center bottom;
	text-decoration:underline;
	color:#601A14;
}

#identification{
	margin:0 0 0 15px;
}

/*-------------- BUTTON ------------*/

.content a.positive:hover {
    border-color: #CCEE88 #AADD66 #AADD66 #CCEE88;
	color:#0157ad;
}

.content a.negative:hover {
    border-color:#EEDDDD #DDBBBB #DDBBBB #EEDDDD;
	color:#0157ad;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
// FINANCEMENT
//:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

#finance_container input.text {
	border:1px solid #f50002;
	color:#f50002;
}

.total {
	background-color:#f50002;
}

/*----------- defind in the default -----------*/

#navigation ul a:hover {
	color:#f50002;
}

.conveniences .value3 {
	color:#f50002;
}

.value {
	color:#f50002;
}

.value a {
	color:#f50002;
}

.value a:hover {
	color:#f50002;
}

.content h5 {
	border:dotted #f50002;
	color:#f50002;
}

#contact_container #contact_table .label {
    width:180px;
}

#logo {
    margin:-201px 0 0 4px;
}

*html #logo {
    margin-top:-200px;
}

*html #logo a {
    height:200px;
}

#team_container .team_content {
margin-left: 0px;
}
h6{
	color: #727272;
    font-size: 12px;
    margin-top:20px;
}
.function{
	font-style:italic;
}
.sector{
	color: #003366;
}
