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

body{
	margin:0px;
	padding:0px;
	background-color: #f6f6f6;
	width:100%;
}

input[type=submit]:hover{
	
	cursor: pointer;
	
}

@font-face {
    font-family: 'DINRegular';
    src: url('../typo/DIN-Regular/din-regular-webfont.eot');
    src: url('../typo/DIN-Regular/din-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../typo/DIN-Regular/din-regular-webfont.woff') format('woff'),
         url('../typo/DIN-Regular/din-regular-webfont.ttf') format('truetype'),
         url('../typo/DIN-Regular/din-regular-webfont.svg#DINRegular') format('svg');
  
}

@font-face {
    font-family: 'DINMediumRegular';
    src: url('../typo/DIN-Medium/din-medium-webfont.eot');
    src: url('../typo/DIN-Medium/din-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../typo/DIN-Medium/din-medium-webfont.woff') format('woff'),
         url('../typo/DIN-Medium/din-medium-webfont.ttf') format('truetype'),
         url('../typo/DIN-Medium/din-medium-webfont.svg#DINMediumRegular') format('svg');

}

@font-face {
    font-family: 'HelveticaNeueLTStd45Light';
    src: url('../typo/HelvetNeue-Light/helveticaneueltstd-lt-webfont.eot');
    src: url('../typo/HelvetNeue-Light/helveticaneueltstd-lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../typo/HelvetNeue-Light/helveticaneueltstd-lt-webfont.woff') format('woff'),
         url('../typo/HelvetNeue-Light/helveticaneueltstd-lt-webfont.ttf') format('truetype'),
         url('../typo/HelvetNeue-Light/helveticaneueltstd-lt-webfont.svg#HelveticaNeueLTStd45Light') format('svg');

}


@font-face {
    font-family: 'HelveticaNeueLTStd75Bold';
    src: url('../typo/HelvetNeue-Bold/helveticaneueltstd-bd-webfont.eot');
    src: url('../typo/HelvetNeue-Bold/helveticaneueltstd-bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../typo/HelvetNeue-Bold/helveticaneueltstd-bd-webfont.woff') format('woff'),
         url('../typo/HelvetNeue-Bold/helveticaneueltstd-bd-webfont.ttf') format('truetype'),
         url('../typo/HelvetNeue-Bold/helveticaneueltstd-bd-webfont.svg#HelveticaNeueLTStd75Bold') format('svg');

}




*{
	border:none;
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
}

.clear{
	clear:both;
}

/*div#sur-contener{
	position:relative;
	margin:0px auto;
	background-color: #f6f6f6;
	width:980px;
	height:1137px;
}*/

div#contener{
	position:relative;
	margin:0px auto;
	width:960px;
	height:auto;
}

div#contener #header{
	position:relative;
	width:960px;
	height:150px;
}


div#contener #menu{
	position:relative;
	width:960px;
	height:auto;
        z-index: 10;
}


div#contener #main{
	position:relative;
	width:960px;
	height:auto;
        background:url(../images/fond-main.jpg) repeat-y;
}


div#contener #main #left{
	position:relative;
	width:753px;
	height:auto;
	float:left;
        background:url(../images/fond-left.jpg) repeat-y;
        
}


div#contener #main #right{
	position:relative;
	width:207px;
	height:auto;
	background: #f7f7f7; /* Old browsers */
background: -moz-linear-gradient(left, #f7f7f7 0%, #dcdcdc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f7f7f7), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #f7f7f7 0%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #f7f7f7 0%,#dcdcdc 100%); /* Opera11.10+ */
background: -ms-linear-gradient(left, #f7f7f7 0%,#dcdcdc 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dcdcdc',GradientType=1 ); /* IE6-9 */
background: linear-gradient(left, #f7f7f7 0%,#dcdcdc 100%); /* W3C */
	float:left;
        
       
}



div#contener #footer{
	position:relative;
	width:960px;
	height:auto;
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top, #f7f7f7 0%, #d5d5d5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#d5d5d5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#d5d5d5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7f7f7 0%,#d5d5d5 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f7f7f7 0%,#d5d5d5 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#d5d5d5',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f7f7f7 0%,#d5d5d5 100%); /* W3C */
}
