@charset "UTF-8";
body{
	line-height:20px!important
}

a {
	color:#9FC500;
	text-decoration:underline;
}
a:link, a:visited {
	color: #333333;
}
a:hover  {
	color:#000000;
}
a:active {
	text-decoration:none;
	background-color: transparent;
}
.fluo {
	color: #2b2b2b;
	background-color: #FFFF00;
}
#file {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	background-color:#ebebeb;
	padding: 10px;
	margin-top: 10px;
	text-shadow:0 1px 0 #ffffff;
}
#file2 {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	background-color:#ebebeb;
	padding: 10px;
	margin-top: 10px;
	text-shadow:0 1px 0 #ffffff;
}

.fichier {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	background-image: url(../../Design/img/icon_document.png);
	background-repeat: no-repeat;
	background-position: left 11px;
}
.extension  {
	border-bottom:0px dotted #CCCCCC;
	display:block;
	height:28px;
	line-height:28px;
	padding-bottom:4px;
	padding-left:0;
	padding-top:4px;
	text-align:justify;
	background-image: url(../../Design/img/border_inset.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 11px;
	text-transform: uppercase;
}
.section  {
	float: right;
	width: 96px;
	line-height:20px;
	background-color: #cccccc;
	text-shadow:0 1px 0 #ffffff;
	background-position: left center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding-left: 0px;
	-moz-border-radius:4px;
	font-size: 9px;
	text-transform: uppercase;
}
.section a {
	height: 20px;
	width: 20px;
	background-attachment: scroll;
	height:20px;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
	-moz-border-radius:2px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.ai, .psd, .pdf, .jpg {
	height: 24px;
	width: 24px;
	float: left;
	line-height: 24px;
	text-align: center;
	background-color: #EBEBEB;
	color: #939392;
}
.section  .ai  a{
	border: 2px solid #cccccc;
	background-position: 0px 0px;
	background-attachment: scroll;
	background-image: url(../../Design/img/logo/logo-extension.png);
	height:20px;
	width: 20px;
	display: block;
	float: left;
	margin-right: 2px;
	line-height: 20px;
}
.section  .psd  a{
	border: 2px solid #cccccc;
	background-position: 20px 0px;
	background-image: url(../../Design/img/logo/logo-extension.png);
	height:20px;
	width: 20px;
	background-attachment: scroll;
	display: block;
	float: left;
	margin-right: 2px;
	line-height: 20px;
}
.section  .pdf  a{
	background-position: 40px 0px;
	background-image: url(../../Design/img/logo/logo-extension.png);
	height:20px;
	width: 20px;
	background-attachment: scroll;
	display: block;
	float: left;
	border: 2px solid #CCCCCC;
	margin-right: 2px;
	line-height: 20px;
}
.section  .jpg  a{
	border: 2px solid #cccccc;
	background-position: 60px 0px;
	background-image: url(../../Design/img/logo/logo-extension.png);
	height:20px;
	width: 20px;
	background-attachment: scroll;
	display: block;
	float: left;
	line-height: 20px;
}
.section a:hover {
	height: 20px;
	width: 20px;
	background-attachment: scroll;
	background-image: url(../../Design/img/logo/logo-extension.png);
}
.section  .ai a:hover {
	background-position: 0px 20px;
	background-image: url(../../Design/img/logo/logo-extension.png);
	background-attachment: scroll;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D7761D;
	border-right-color: #D7761D;
	border-bottom-color: #D7761D;
	border-left-color: #D7761D;
}
.section   .psd a:hover {
	background-position: 20px 20px;
	background-image: url(../../Design/img/logo/logo-extension.png);
	background-attachment: scroll;
	color: #FFFFFF;
	text-shadow:0 1px 0 #000000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2A508C;
	border-right-color: #2A508C;
	border-bottom-color: #2A508C;
	border-left-color: #2A508C;
}
.section  .pdf a:hover  {
	border: 2px solid #B51F2E;
	background-position: 40px 20px;
	background-image: url(../../Design/img/logo/logo-extension.png);
	background-attachment: scroll;
	color: #FFFFFF;
	text-shadow:0 1px 0 #000000;
}
.section  .jpg a:hover {
	background-position: 60px 20px;
	background-image: url(../../Design/img/logo/logo-extension.png);
	background-attachment: scroll;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #73B1F4;
	border-right-color: #73B1F4;
	border-bottom-color: #73B1F4;
	border-left-color: #73B1F4;
}
.grey {
	color: #666666;
	margin-right: 10px;
}
.left {
	float: left;
	margin-right: 10px;
	padding-top: 1px;
}
.left-big   {
	width:640px;
	float: left;
	
}
.right {
	float: right;
	margin-left: 10px;
	top: 0px;
	padding-top: 1px;
	width:315px;
}
.center {
	top: 10px;
	margin-right: 328px;
	margin-left: 328px;
	padding-top: 1px;
	width: 309px;
}
.clearfloat { 
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
}
#wrapGabarit {
	width: 985px;
	margin-right: auto;
	margin-left: auto;
}


.prevnext  {
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:10px;
}
.prevnext span {
display:none;
}
.prevnext .prev {
float:left;
height:13px;
width:39px;
}
.prevnext .next {
float:right;
height:13px;
width:39px;
}
.prevnext .prev a {
-moz-background-clip:border;
-moz-background-origin:padding;
-moz-background-size:auto auto;
background-attachment:scroll;
background-color:transparent;
background-image:url("../../Design/img/btn-prev.png");
background-position:0 0;
background-repeat:no-repeat;
display:block;
float:left;
height:13px;
width:39px;
}
.prevnext .prev a:hover {
-moz-background-clip:border;
-moz-background-origin:padding;
-moz-background-size:auto auto;
background-attachment:scroll;
background-color:transparent;
background-image:url("../../Design/img/btn-prev.png");
background-position:0 -13px;
background-repeat:no-repeat;
}
.prevnext .next a {
-moz-background-clip:border;
-moz-background-origin:padding;
-moz-background-size:auto auto;
background-attachment:scroll;
background-color:transparent;
background-image:url("../../Design/img/btn-next.png");
background-position:0 0;
background-repeat:no-repeat;
display:block;
float:right;
height:13px;
width:39px;
}
.prevnext .next a:hover {
-moz-background-clip:border;
-moz-background-origin:padding;
-moz-background-size:auto auto;
background-attachment:scroll;
background-color:transparent;
background-image:url("../../Design/img/btn-next.png");
background-position:0 -13px;
background-repeat:no-repeat;
}
.content  ul, .center ul  {
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
padding-bottom:0;
padding-left:0;
padding-right:0;
padding-top:0;
}

