
/* {margin:0;padding:0;}
html, body {height: 100%;}*/

@font-face {
	font-family:HelveticaNeue-Light;
	src: url("../fonts/HelveticaNeue-Light.otf") format("opentype");
}
@font-face {
	font-family:HelveticaNeue-Light-Italic;
	src: url("../fonts/HelveticaNeue-LightItalic.otf") format("opentype");
}
@font-face {
	font-family:HelveticaNeue-Light-bold;
	src: url("../fonts/HelveticaNeue-Roman.otf") format("opentype");
}

body {
	font-family:HelveticaNeue-Light,arial;
	margin:0px;
	color:#404040;
}

#page{
	position:relative;
	margin:auto;
	padding-left:20px;
	padding-right:20px;
	width:870px;
}

#page_large{
	position:relative;
	margin:auto;
	padding-left:20px;
	padding-right:20px;
	width:1030px;
}

#page_extralarge{
	position:relative;
	margin:auto;
	padding-left:20px;
	padding-right:20px;
	width:1120px;
}
#page_extralarge_bis{
	position:relative;
	margin:auto;
	padding-left:20px;
	padding-right:20px;
	width:1140px;
}

p {
	margin-top:10px;
	margin-bottom:10px;
}
a {
	text-decoration:none;
	/*cursor:url(../img/pave.gif), pointer;*/
}
img {
	border:none;
}
.italic{
	font-family:HelveticaNeue-Light-Italic;
}
.bold{
	font-family:HelveticaNeue-Light-bold;
	/*font-weight:bold;*/
}
.top_margin{
	margin-top:10px;
}
.top_margin2{
	margin-top:5px;
}
#upper_margin{
	margin-top:80px;
}
#bottom_margin{
	margin-bottom:25px;
}
#wrap {min-height: 100%;}

#main {
	/*overflow:auto;*/
	padding-bottom:95px;
}
#main_bis {
	/*overflow:auto;*/
	padding-bottom:50px;
}

#footer {
	position: relative;
	/*margin-top: -90px;*/ /* negative value of footer height */
	height: 90px;
	clear:both;
	margin-left:65px;
}

#footer_bis {
	position: relative;
	/*margin-top: -90px;*/ /* negative value of footer height */
	height: 90px;
	clear:both;
}
#footer_ter {
	position: relative;
	/*margin-top: -90px;*/ /* negative value of footer height */
	height: 90px;
	clear:both;
	margin-left:60px;
}
#copyright{
	text-align:right;
	font-size:14px;
	margin-top:40px;
}

/* default page*/
#img_index {
	border:0px none;
	width:100%;
}
/* end default page */

/* index page */
#title {
	padding-bottom:5px;
}
#span_title {
	font-size:34px;
	font-weight:bold;
}

#img_accueil {
	/*width:500px;
	height:400px;*/
}
/* end index page */

/* menu */
#menu {
	padding-bottom:20px;
}

#menu_large {
	padding-bottom:20px;
	padding-left:65px;
}
#menu_extralarge {
	padding-bottom:20px;
	padding-left:60px;
}

#menu1 {
	width:100%;
	clear:both;
	font-size:25px;
	height:32px;
	padding-bottom:5px;
}

#menu1 div {
	float:left;
	background-image:url(../img/square_grey.jpg);
	background-repeat: no-repeat;
	background-position:0 50%;
	padding-left:30px;
    padding-right:10px;
}

#menu1 div a {
	color:#404040;
}

#menu1 div a:hover {
	color:#D9D9D9;
}

#menu2 {
	width:100%;
	clear:both;
	font-size:18px;
	height:25px;
	padding-bottom:5px;
}

#menu2 div {
	float:left;
	background-image:url(../img/square_grey_small.jpg);
	background-repeat: no-repeat;
	background-position:0 68%;
	padding-left:20px;
    padding-right:10px;
}

#menu2 div a {
	color:#404040;
}

#menu2 div a:hover {
	color:#838383;
}
/* end menu */

/* container */
.container_block{
	width:98%;
	margin: 0 auto;
}
.container_justify{
	text-align:justify;
}

.containerRow{
	float:left;
	height:142px;
	/*margin-bottom:10px;*/
    margin-top:5px;
}

.containerCell{
	float:left;
	margin-right:5px;
}

.containerCellImg{
	height:142px;
	width:200px;
}

#div_viewer{
	height:235px;
	margin-top:90px;
}
#div_viewer_large{
	height: 353px;
	margin-top:30px;
}

.div_buttonsViewer {
	display:inline;
	float:left;
	padding-top:70px;
}
.div_buttonsViewer_bisleft {
	display:inline;
	float:left;
	padding-top:70px;
	padding-right:10px;
}
.div_buttonsViewer_bisright {
	display:inline;
	float:left;
	padding-top:70px;
	padding-right:10px;
}
.div_buttonsViewer_bisright {
	display:inline;
	float:left;
	padding-top:70px;
	padding-left:10px;
}
.div_buttonsViewer_largeleft {
	display:inline;
	float:left;
	padding-top:130px;
	padding-right:10px;
}
.div_buttonsViewer_largeright {
	display:inline;
	float:left;
	padding-top:130px;
	padding-left:5px;
}
.img_disabled{
	visibility:hidden;
}

.viewerImg {
	width:300px;
	height:212px;
}
.viewerImg_bis {
	width:300px;
	float:left;
}
.viewerImg_ter {
	width:500px;
	float:left;
}
.viewerImg_ter_space{
	width:500px;
	float:left;
	margin-right:10px;
}
.viewerImgLarge {
	width:500px;
	height:353px;
}
.viewerImgLarge_space {
	width:500px;
	height:353px;
	margin-right:10px;
}

.div_titleimgviewer{
	text-align:center;
	font-size:14px;
	display:none;
}

/* end container */

/*contact*/
#link_email{
	color:#404040;
	font-size:20px;
}
.div_center{
	text-align:center;
}
#img_contact{
	margin-top:20px;
	margin-bottom:20px;
}
#legende{
	font-size:14px;
}
#legende_contact{
	margin-left:185px;
	font-size:14px;
}
/*end contact*/
