﻿
/***************************CONTACT PAGE******************************/
#contener-navContact {
width:980px;
height:67px;
border:0px solid blue;
background-image:url(img/BackgroundNavBarContact.png);
background-repeat:no-repeat;
background-position:left top;
margin:0;
padding:0;
}
#liContact.on a {
	background-position:-420px -72px;
}
.contactleft {
width:200px;
height:700px;
}

.mainContact {
	float:left;
	width:780px;
	height:auto;
	background-color:#FFFFFF;
}
.FirstRow {
	height:199px;
	width:780px;
	background-color:#cfdae2;
	position:relative;
	top:-20px;
	left:-30px;
}
p.titleContact {

	padding-top:20px;
	margin-left:25px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #014984;
	font-weight: normal;
}
p.textIntroContact {
font-family:Verdana, sans serif;
	font-size:12px;
	color:#00315b;
	font-weight:normal;
	padding-top:20px;
	margin-left:25px;
	margin-right:38px;
}
.secondRow {
	width:745px;
	height:220px;
	position:relative;
	top:-20px;
	left:-30px;
}
.secondRowTop {
	margin-left:5px;
}
.secondRowTopTwo {
	margin-left:4px;
}
.secondRowTwo {
	height:150px;
	width:745px;
	background-image:url(Images/fond_one.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
.secondRowTwoBottom {
	height:200px;
	width:745px;
	background-image:url(Images/fond_two.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

.colLeft {
float:left;
width:320px;
padding-left:85px;
}
p.textBoxBold {
	font-family:Verdana, sans serif;
	font-size:12px;
	color:#00315b;
	font-weight:bold;
}
p.textNormal {
	font-family:Verdana, sans serif;
	font-size:12px;
	color:#00315b;
	font-weight:normal;
}
p.textNormal a {
text-decoration:underline;
color:#00315b;
}
.espaceTop {
	margin-top:8px;
}
.colRight {
float:left;
}
p.topSpace {
margin-top:5px;
}
p.textNormalEspace {
margin-bottom:7px;
font-family:Verdana, sans serif;
	font-size:12px;
	color:#00315b;
	font-weight:normal;
}
p.textNormalEspace a {
text-decoration:underline;
color:#00315b;
}
/***************************END CONTACT PAGE**********************************/