@charset "UTF-8";
/* CSS Document */


body {
	width:100%;
	height: 100%;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
body.iframe {
	width:100%;
	height: 100%;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background: url(../img/bg.jpg) repeat-x #08151d;
}

div#contenu {
	width:947px;
	height: 615px;
	margin-left: auto;
	margin-right: auto;
	background:url(../img/bg_corps.jpg) no-repeat;
}
div.frame{
	width:947px;
	height: 615px;
	margin-left: auto;
	margin-right: auto;
}
div.son{
	width:947px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	margin-top: 70px;
}

span.bleu{
	color: #75c5f7;
}
span.bleu2{
	color: #6992ad;
}
span.bleu3{
	color: #0489b4;
}
span.red{
	color: #8f0006;
}

div#header {
	width:100%;
	height: 90px;	
}

div.clear{
	clear: both;
}


a.underline{
color: #b9bec2;
	text-decoration:none; 
    border-bottom:1px solid #48789c; 


}



/* MENU */

div#menu {
	width: 938px;
	height: 35px;
	color: #fff;
	text-align: center;
	background: url(../img/bg_menu.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav {
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
	overflow: hidden ;
}

#nav li {
	float: left ;
	width: 187px ;
}

#nav li a {
	display: block ;
	height: 35px;
	color: #fff ;
	padding: 5px 0 ;
	text-align: center ;
	text-decoration: none ;
	border-right: 1px solid #000;
}

#nav li a:hover, #nav li a:focus, #nav li a:active, #nav li a.selected {
	background: url(../img/bg_menu_hover.jpg) repeat-x;
	text-decoration: none ;
	cursor: pointer;
}




/* INTRO */

div#intro {
	font-size: 17px;
	color: #fff;	
}
div#intro a {
	color: #75c5f7;	
}
div#intro a:hover {
	color: #fff;	
}




/* CORPS PAGES*/


div#photos {
	width: 938px;
	height: 162px;	
}

div#corps {
	width: 938px;
	height: 318px;	
	display: inline-block;
	color: #b9bec2;
}

div#corps div.texte_centre{
	width: 630px;
	display: inline-block;
	margin-left: 80px;
	padding-top: 30px;
	text-align: justify;
	line-height: 30px;
	vertical-align :top;
	float: left;
}
div#corps div.texte_centre a{
	color: #b9bec2;
	text-decoration:none; 
}

div#corps div.images_right{
	width: 151px;
	float: right;
}
div#corps div.images_right div{
	margin-top: 1px;
}



/* HOME */

div.map_link{
	display: inline-block; 
	height:35px; 
}





/* MANIITSOQ */


div.retour_btn{
	font-size: 13px;
	padding-right: 120px;
	margin-top: 20px;
}
div.retour_btn a{
	color: #fff;
	text-decoration: none;
}

div#corps div.texte_centre_large{
	width: 705px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	text-align: justify;
	font-size: 15px;
	vertical-align :top;
}
div#corps div.texte_centre_large a{
	color: #b9bec2;
	text-decoration:none;  
}


div.bottom_links{
	text-align: center;
	margin-top: 30px;
}
div.bottom_links2{
	text-align: center;
	margin-top: 30px;
}
div.bottom_links3{
	text-align: center;
	margin-top: 40px;
}

div.bottom_links div{
	display: inline-block;
	padding-left: 80px;
	padding-right: 80px;
	
}
div.bottom_links3 div{
	display: inline-block;
	color: #659ec3;
}
div.bottom_links2 div{
	display: inline-block;
	padding-left: 60px;
	padding-right: 60px;
	color: #659ec3;
}
div.bottom_links3 div.left{
	display: inline-block;
	width:440px;
	color: #659ec3;
}
div.bottom_links3 div.left a{
	margin-left: 30px;
}








/* CONTACT */


div#corps div.contact_top{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #071e2b;
	padding-top: 0px;
	text-align: center;
	font-size: 15px;
	vertical-align :top;
	border-bottom: solid #8e0006 5px;
}
div#corps div.contact_top a{
	color:#75c5f7;
}

div.contact_left{
	margin-top: 20px;
	display: inline-block;
	float: left;
	width: 440px;
	margin-left: 30px;
	font-size: 15px;
}

div.contact_right{
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
	float: right;
	width: 410px;
	background: #071e2b;
	margin-right: 30px;

}

div.contact_right input[type="submit"]{
	background: #071e2b;
	color: #75c5f7;
	font-size: 15px;
	border: none;
	padding: 0;
	cursor: pointer;
}



div.links{
	float: right;
	margin-right: 10px;
	font-size: 11px;
	color: #878d90;
	
}
div.links table{
	text-align: center;
}
div.links a{
	color: #878d90;
	text-decoration: none;
}
div.links a:hover{
	color: #69a1c6;
	text-decoration: none;
}