@charset "UTF-8";
/* CSS Document */

body{
	background-image: url(../../imgs/fond.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #051B5C;
	margin-top: 0px;
	padding-top: 0px;
}

#global{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS";
	margin-top: 10px;
}

#header{
	height: 153px;
	width: 800px;
}

#menu{
	background-image: url(../../imgs/fond_menu.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 800px;
	margin-top: 5px;
	font-size: 11px;
	line-height: 30px;
	font-weight: bold;
	color: #051B5C;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}

#nav{
	height: 28px;
	width: 770px;
	font-size: 11px;
	line-height: 28px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	letter-spacing: 1px;
}


#content{
	background-image: url(../../imgs/fond_cont.png);
	background-repeat: no-repeat;
	height: 267px;
	width: 800px;
	background-position: center center;
}

#content_accueil{
	background-image: url(../../imgs/fond_contaccueil.png);
	background-repeat: no-repeat;
	height: 339px;
	width: 800px;
	background-position: center center;
	margin-bottom: 5px;
}

#gauche{
	float: left;
	width: 616px;
}


#titre{
	height: 42px;
	width: 595px;
	margin-top: 5px;
	margin-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	font-size: 16px;
	line-height: 42px;
	color: #FB9B1B;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#contenu{
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	height: 189px;
	width: 590px;
	margin-top: 10px;
	margin-left: 15px;
	letter-spacing: 1px;
	overflow: auto;
	padding-right: 5px;
}
.titre {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #051B5C;
}
#retrait {
	width: 555px;
	margin-left: 0px;
	font-size: 11px;
	background-color: #f9deb1;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#contenu_acc{
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	height: 265px;
	width: 595px;
	margin-top: 10px;
	margin-left: 15px;
	letter-spacing: 1px;
}

#boite{
	background-image: url(../../imgs/boite.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	height: 154px;
	width: 175px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0066CC;
	padding-top: 87px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	color: #E68E19;
	line-height: 20px;
	margin-top: 12px;
	font-weight: bold;
}

#mission{
	font-size: 11px;
	text-transform: uppercase;
	color: #051B5C;
	background-image: url(../../imgs/fond_mission.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 78px;
	width: 720px;
	padding-bottom: 10px;
	padding-right: 30px;
	padding-left: 50px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 10px;
	padding-top: 0px;
}

#footer{
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	color: #051B5C;
	background-image: url(../../imgs/fond_foot.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 92px;
	width: 795px;
	padding-bottom: 20px;
	padding-right: 5px;
}

#adresses{
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	color: #051B5C;
	height: 72px;
	width: 650px;
	float: right;
	margin-top: 20px;
}

#diff{
	float: left;
	height: 103px;
	width: 115px;
	margin-left: 8px;
	margin-top: 5px;
}

#terre{
	color: #a9b8c6;
	font-family: "Trebuchet MS";
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	height: 30px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 1px;
	font-weight: normal;
}

#menu a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;	
}

#menu a:hover{
	color: #051B5C;	
}
#nav a {
	font-size: 11px;
	color: #FB9B1B;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	letter-spacing: 1px;
}
#terre a {
	color: #a9b8c6;
	text-decoration: underline;
}
#terre a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#boite a {
	text-transform: uppercase;
	color: #0D2667;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}
#boite a:hover {
	color: #0D2667;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}

#nav a img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}#nav a:hover img {
	border: 1px solid #FFFFFF;
}
#contenu_liens {
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	height: 189px;
	width: 600px;
	margin-top: 10px;
	letter-spacing: 1px;
	overflow: auto;
	padding-left: 12px;
}
#contenu_profil {
	font-size: 11px;
	line-height: 15px;
	height: 189px;
	width: 595px;
	margin-top: 10px;
	margin-left: 15px;
	letter-spacing: 1px;
	overflow: auto;
}
#contenu_profil li {
	font-size: 15px;
	line-height: 26px;
	color: #1E3D7F;
	list-style-image: url(../../imgs/puce_profil.png);
	font-weight: bold;
}
#contenu_profil li a {
	font-size: 15px;
	line-height: 16px;
	text-decoration: underline;
	color: #1E3D7F;
}

/*--- ACCORDION ---*/
#accordion .clear{
	clear: both;
}
#accordion h4{
	font-size:15px;
	color:#494949;
	width:510px;
	line-height:23px;
	cursor:pointer;
	background-color: #010101;
	background-image: url(../../imgs/profil-norm.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 30px;
	margin-top: 0px;
	position: relative;
	height: 23px;
	margin-bottom: 3px;
}
#accordion h4 img{
	float:right;
	position:absolute;
	top:2px;
	right:5px;
}
#accordion dl{
	width:540px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#accordion a .imgportfolios{
	float:left;
	border:1px solid #D9D9D9;
	margin:-20px 0 20px 0;
	width:170px;
	height:170px;
}
#accordion .intituletravail{font-weight:bold;}
#accordion .descriptiontravaux, #accordion dt{
}
#accordion dt{
	color:#FB9B1B;
	width: 525px;
	margin-left: 15px;
	margin-top: 2px;
	text-transform: uppercase;
}
#accordion dt img{vertical-align:text-bottom;}
#accordion dt acronym,#accordion h4 acronym{
	border:none;
	cursor:pointer;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 9px;
}
#accordion dd{
	margin-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#accordion a:hover .imgportfolios{border:1px solid #f0785c;}
#accordion p{
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
}
#accordion ul{
	color:#494949;
	font-size:12px;
	margin:4px 0;
	font-weight:normal;
	font-style:italic;
}

#accordion dt{
	font-weight:bold;
	font-size:12px;
	margin-bottom: 5px;
}
#accordion .toggler{
	line-height: 23px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 30px;
	height: 23px;
}

.clear{clear:both;}
#accordion {
	margin-left: 15px;
}
#contenu_formulaires {
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	height: 189px;
	width: 595px;
	margin-top: 10px;
	margin-left: 15px;
	letter-spacing: 1px;
	overflow: auto;
}
#contenu_formulaires li {
	font-size: 12px;
	line-height: 22px;
	list-style-image: url(../../imgs/puce_plus.png);
}
#contenu_formulaires li a {
	font-size: 12px;
	line-height: 20px;
	list-style-image: url(../../imgs/puce_plus.png);
	text-decoration: underline;
	color: #000000;
}
#contenu_formulaires li a:hover {
	list-style-image: url(../../imgs/puce_plus.png);
	text-decoration: none;
	color: #FB9B1B;
}
#global a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contenu_services {
	font-size: 11px;
	line-height: 14px;
	text-align: justify;
	height: 189px;
	width: 585px;
	margin-top: 7px;
	margin-left: 15px;
	letter-spacing: 1px;
	overflow: auto;
	padding-right: 10px;
}
#contenu_services li {
	font-size: 11px;
	line-height: 17px;
	list-style-image: url(../../imgs/puce_li.png);
}
.titre2 {
	font-size: 12px;
	line-height: 17px;
	text-transform: uppercase;
	color: #FB9B1B;
}
#mission a {
	color: #051B5C;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
}
#mission a:hover {
	text-transform: uppercase;
	color: #FB9B1B;
	text-decoration: none;
}
.sous-titre {
	font-size: 14px;
	font-style: italic;
	color: #051B5C;
	line-height: 30px;
}
.italique {
	font-style: italic;
	color: #1E3D7F;
	font-size: 11px;
	font-weight: normal;
}
.sous_titre2 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #051B5C;
}
#contenu a {
	font-size: 11px;
	line-height: 15px;
	color: #FB9B1B;
	text-decoration: underline;
}
.titre3 {
	font-size: 11px;
	font-weight: bold;
	color: #051B5C;
	text-transform: uppercase;
}
#contenu_profil li a:hover {
	text-decoration: none;
	color: #FB9B1B;
}
#sous-profil {
	height: 50px;
	width: 770px;
	margin-top: 5px;
	font-size: 11px;
	color: #051B5C;
	letter-spacing: 1px;
	text-align: center;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	line-height: 16px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #FB9B1B;
	border-right-width: 15px;
	border-right-style: solid;
	border-right-color: #FB9B1B;
}
#sous-profil a {
	font-size: 11px;
	color: #051B5C;
}
#sous-profil a:hover {
	font-size: 11px;
	color: #FB9B1B;
	font-weight: bold;
}
#contenu_pro2 li a:hover {
	text-decoration: none;
	color: #FB9B1B;
}
#contenu_pro2 {
	font-size: 11px;
	line-height: 15px;
	height: 189px;
	width: 595px;
	margin-top: 10px;
	margin-left: 15px;
	letter-spacing: 1px;
	overflow: auto;
}
#contenu_pro2 li {
	font-size: 13px;
	color: #1E3D7F;
	list-style-image: url(../../imgs/puce_profil.png);
	line-height: 22px;
}
#contenu_pro2 li a {
	font-size: 13px;
	text-decoration: underline;
	color: #1E3D7F;
}
.sous-titre3 {
	font-size: 13px;
	font-style: italic;
	color: #051B5C;
	line-height: 24px;
}
#contenu a:hover {
	font-size: 11px;
	line-height: 15px;
	color: #051B5C;
	text-decoration: underline;
}
