/******************************
$ Page Decoration
******************************/

#header {
	background-image:url(img/bg-blue-top.gif);
}

.block a, .block-double .txt a {
	color:#449ccd;
	font-weight:bold;
}

.block a:hover, .block-double .txt a:hover {
	color:#fbfcef;
	background-color:#449ccd;
}

h2 {
	margin-top:0;
}

#page {
	background-image:url(img/bg-blue-sides.gif);
}


/******************************
$ Links Color
******************************/

#link-2d {
	color:#4986c5;
}

#link-2d:hover {
	color:#fbfcef;
	background-color:#5195db;
}

#link-3d {
	color:#47a1c6;
}

#link-3d:hover {
	color:#fbfcef;
	background-color:#4fb4dd;
}

#link-video {
	color:#45bdc8;
}

#link-video:hover {
	color:#fbfcef;
	background-color:#4dd2df;
}

#link-photo {
	color:#2ae7c1;
}

#link-photo:hover {
	color:#fbfcef;
	background-color:#2ae7c1;
}

/******************************
$ Background & Footer
******************************/

#bg-img-complex .bg-img-a {
	left:702px;
	bottom:350px;
}

#bg-img-complex .bg-img-b {
	left:-185px;
	bottom:200px;
}

#foot {
	background-image:url(img/bg-blue-bottom.gif);
}

/******************************
$ Menu Galerie
******************************/

#menu-galerie {
	height:30px;
	width:347px;
	position:relative;
	left:400px;
	top:-36px;
	font-family:Verdana;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	line-height:23px;
}

#menu-galerie li, #menu-galerie ul {
	list-style-type:none;
	float:left;
}

#menu-galerie a {
	display:block;
	height:30px;
	text-decoration:none;
	color:#000000;
}

#m-2d {
	width:86px;
	height:30px;
	float:left;
	background-image:url(img/a-submenu-bt1.gif);
	background-repeat:no-repeat;
}

#m-2d:hover, #m-2d-actif {
	width:86px;
	height:30px;
	float:left;
	background-image:url(img/a-submenu-bt1.gif);
	background-position:-86px 0;
}

#m-3d {
	width:86px;
	height:30px;
	float:left;
	background-image:url(img/a-submenu-bt2.gif);
	background-repeat:no-repeat;
}

#m-3d:hover, #m-3d-actif {
	width:86px;
	height:30px;
	float:left;
	background-image:url(img/a-submenu-bt2.gif);
	background-position:-86px 0;
}

#m-video {
	width:86px;
	height:30px;
	float:left;
	background-image:url(img/a-submenu-bt3.gif);
	background-repeat:no-repeat;
}

#m-video:hover, #m-video-actif {
	width:86px;
	height:30px;
	float:left;
	background-image:url(img/a-submenu-bt3.gif);
	background-position:-86px 0;
}

#m-photo {
	width:86px;
	height:30px;
	float:left;
	background-image:url(img/a-submenu-bt4.gif);
	background-repeat:no-repeat;
}

#m-photo:hover, #m-photo-actif {
	width:86px;
	height:30px;
	float:left;
	background-image:url(img/a-submenu-bt4.gif);
	background-position:-86px 0;
}

/******************************
$ Block Double
******************************/

.block-double {
	width:870px;
	height:501px;
	line-height:19px;
}

.block-double .top {
	height:74px;
	background-image:url(img/block-double-top.gif);
	background-repeat:no-repeat;
}

.block-double .body {
	height:355px;
	background-repeat:repeat-y;
}

.block-double h3 {
	margin-top:5px;
	margin-bottom:25px;
	line-height:25px;
}

.block-double p {
	line-height:19px;
}

.block-double .clic {
	display:block;
	text-align:center;
	width:410px;
	height:17px;
	background-color:#000000;
	margin-top:2px;
	padding-top:4px;
	font-weight:bold;
	font-size:13px;
	line-height:12px;
	letter-spacing:2px;
}

.block-double .img a {
  color:#449ccd;
}

.block-double .img a:hover {
  color:#7cbadc;
}

.block-double .txt {
	display:block;
	text-align:justify;
}

.block-double .left, .block-double .right {
	width:408px;
	height:355px;
	padding-left:9px;
	padding-right:9px;
	background-color:#e2e6b7;
}

.block-double .left {
	float:left;
}

.block-double .right {
	float:right;
}

.block-double .bottom {
	height:74px;
	background-image:url(img/block-double-bottom.gif);
	background-repeat:no-repeat;
}

/******************************
$ Specifique Block Photo
******************************/

.thumb {
		padding:0;
		margin:0;
}

/******************************
$ Autre Elements
******************************/

.ico {
	text-align:center;
	margin-top:30px;
}

.ico img {
	margin-left:5px;
	margin-right:5px;
}

.block li {
	color:#449ccd;
}