@import url("http://www.paratroc.com/css/menu.css");
@import url("http://www.paratroc.com/moteur/css/style.css");
body {
	margin: 0; /* pour eviter les marges */
	padding: 0px;
	font-family:"Trebuchet MS", Arial, Tahoma;
	text-align: center; /* pour corriger le bug de centrage IE */
	vertical-align: text-top;
	font-size: 11px;
	background-image: url(http://www.paratroc.com/images/gabarit/fond.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #F3F3F3;
}
div {
	display: block;
	text-align: left;
}
iframe{
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
/********************************************************************TABLEAUX**************************************************************/
table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border:0px;
	border-collapse:collapse;
	vertical-align:top;
	text-align: left;
	overflow: hidden;
}
.tablefondentete {
	width: 100%;
	font-size: 10pt;
	font-weight: bold;
	background-image: url(http://www.paratroc.com/images/form/textarea.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
}
td {
	padding: 0px;
	vertical-align:top;
}
td .texte {
	text-align: left;
}
th {
	background-color: #FFCC99;
}
.tabligne1{
	background-image: url(http://www.paratroc.com/images/fond/fonddegrade3.jpg);
	background-repeat: repeat;
	background-position: center bottom;
	color: #333333;
}
.tabligne2{
	background-color:#FBF0E5;
}
.tabout {
	margin-right: 4px;
	padding-right: 4px;
	}
.tabover{
	padding: 4px;
	background-color:#E85108;
	color: #FFFFFF;
}
.prix {
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-size: 12px;
}
.actualite th{
	margin: 0px;
	padding: 0px;
	background-color: #FF6600;
	background-image: url(http://www.paratroc.com/images/fond/fond-promo.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.actualite td{
	margin: 0px;
	padding: 0px;
	background-color: #FF6600;
	background-repeat: repeat-x;
	background-position: center top;
	text-align: left;
	vertical-align: top;
}
hr {
	width: 50%;
	border: thin outset #FF6600;
	text-align: center;
	vertical-align: top;
}
br {
	margin: 0px;
	padding: 0px;
}
/*********************************************************************LIENS********************************************************************/
a{ 
	color:#990000; 
	text-decoration:underline;
	outline: none;/* supprime la bordure en pointille autour des liens*/
	cursor: pointer;
}
a:hover{ 
	text-decoration:none;
}

.textebandeau a {
	color: #FFFFFF;
}
.actualite a {
	color: #FFFFFF;
}
.pieddepage a {
	color: #FFFFFF;
}
/*********************************************************PUCES & NUMEROS**************************************************************/
ul{
	margin-left: 7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px; 
	display: block;
	list-style:none; 
	line-height:14px;
}
ul li{
	margin-left: 7px;
	list-style-position: inside;
	list-style-image: url(http://www.paratroc.com/images/icones/list_marker.gif);
}
ul li a{ 
	text-decoration: underline;
}
ul li a:hover{ 
	text-decoration:none;
}
ol {
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
}
ol li {
	margin-left: 7px;
	list-style-type: upper-roman;
}
ol li ul li {
	list-style-image: url(http://www.paratroc.com/images/icones/list_marker.gif);
}
/*********************************************************FORMULAIRE**********************************************************************/
form {
	margin:0px; 
	padding:0px;
}
.texte input {
	margin:0px; 
	padding:0px;
	border:1px solid #CC9966;
}
input#ajouter {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image:none;
}
input[type="image"]{
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
textarea {
	overflow: auto;
	border:1px solid #CC9966;
	background-image: url(http://www.paratroc.com/images/form/textarea.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 12px;
}
option {
	border:1px solid #CC9966;
	font-size: 10px;
}
label {
	font-weight: bold;
	color: #663300;
	vertical-align: top;
}
fieldset {
	margin: 7px;
	padding: 7px;
	border: thin solid #663300;
}
legend {
	color: #663300;
	font-size:140%;
	font-weight: bold;
}
.submit {
	height: 19px;
	margin: 0px;
	padding: 5px;
	background-image: url(http://www.paratroc.com/images/form/textarea.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: thin solid #000000;
	font-size: 90%;
	color: #003399!important;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}
.submit:hover{
	color: #FF6600!important;
	text-decoration: underline;
}
/*************************************************************IMAGES*******************************************************************/
.imagegauche {
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right:15px;
	margin-top:2px;
	padding-right: 10px;
	float: left;
}
.imagedroite {
	margin-left: 5px;
	float: right;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}
.imgbordure {
	margin-right: 5px;
	margin-left: 5px;
	border: thin groove #999999;
	background-color: #FFFFFF;
}
.imgsansbordure {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imagenonsurvol {
	margin-left: 0px;
	float: left;
	border: 1px groove #CCCCCC;
}
.imagesurvol{
	margin: 0px;
	padding :0px;
	float: left;
	opacity : 0.3; /* valeur entre 0.00 et 1 definissant l'opacite pour les navigateur style firefox (CSS3 et Mozilla recents)*/
	border: 1px groove #CCCCCC;
}
/****************************************************************TEXTE********************************************************************/
p {
	padding-left: 10px;
}
h1 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
	font-size:150%;
	text-align: center;
	text-transform: uppercase;
	color: #990000;
}
.fonddegrade h1 {
	margin: 0px;
	padding: 0px;
	top: 0px;
	text-align: left !important;
	font-size: 110% !important;
}
.conteneur .bordures .corps .texte .actualite h1 {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #FFFFFF;
}
.actualite h1 {
	margin: 0px;
	padding: 0px;
	line-height: 13px;
	background:#FF6600 url(http://www.paratroc.com/images/fond/fond-promo.jpg) repeat-x center top;
	background-position: center;
	border: 3px solid #FF8400;
}
.textebandeau h1 {
	margin:0px;
	padding: 0px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.fileupload_content h1 {
	margin: 0px;
	padding: 0px;
	font-size: 110%;
	text-transform: uppercase;
	color: #990000;
}
h2 {
	margin: 0px;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 13px;
	color: #FF6600;
}
h3 {
	padding-left: 20px;
	font-size: 12px;
}
h4 {
	margin-top: 0px;
	padding-top: 5px;
	padding-left: 30px;
	clear: right;
	font-size: 11px;
}
.titredatemaj {
	color: #FF8400;
	font-size: 14px;
	font-weight: bold;
}
.titrepack {
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 16px;
	color: #CC6600;
	font-weight: bold;
}
.barre {
	font-size: 80%;
	text-decoration: line-through;
	color: #666666;
}
.gauche {
	text-align: left !important;
}
.centre {
	margin:0px;
	padding: 0px;
	text-align: center;
}
.droite {
	padding: 0px;
	text-align: right;
}
.blocgauche{
	width:49%;
	padding: 0px;
	margin: 0px;
	float: left;
	display: table-column;
}
.blocdroite {
	top: 0px;
	right: 0px;
	width: auto;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: right;
	display: block;
}
.blocdroite h1 {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background:#FF6600 url(http://www.paratroc.com/images/fond/fond-promo.jpg) repeat-x center top;
	text-align: center;
	color: #FFFFFF;
	font-size: 100%;
}
.blocdroite ul li ul li {
	list-style-image: url(http://www.paratroc.com/images/icones/marker.gif);
}
.vendu{
	background-color: #66CC99;
}
/***************************************************************STRUCTURE************************************************************/
.conteneur {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.entete {
 	width: 1030px;
	height:185px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
	text-align: center;
	z-index: 101;
	background-image: url(http://www.paratroc.com/images/gabarit/fond-entete.png) ;	
	background-repeat: no-repeat;
	background-position: center top;
}
.corps {
	width:100%;
	margin: 0px;
	padding: 0px;
	z-index: 10;
	clear: both;
}
#coing{
	height:112px;
 	width:105px;
	background-image: url(http://www.paratroc.com/images/gabarit/coin_h_g2.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#paratroc{
	height:112px;
 	width:auto;
	position:relative;
	float: left;
	background-image: url(http://www.paratroc.com/images/gabarit/fond_noir.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#logoshop{
	height:112px;
 	width:43px;
	position:relative;
	float: left;
	background-image: url(http://www.paratroc.com/images/gabarit/logo_shop.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#occasion{
	height:112px;
 	width:269px;
	position:relative;
	float: left;
}
#shop{
	height:112px;
 	width:255px;
	position:relative;
	float: left;
}
#compte{
	height:112px;
 	width:188px;
	margin: 0px;
	padding: 0px;
	position:relative;
	color: #FFFFFF;
	float: left;
	background-image: url(http://www.paratroc.com/images/gabarit/coin_h_d.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#compte a{
	color: #EBC535;
	text-decoration: none;
}
#compte a:hover{
	color: #FFFFFF;
}
.bordures {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}
.menushop {
	width: 100%;
	background-image: url(http://www.paratroc.com/images/fond/fondtexte.jpg);
	background-repeat: repeat;
	background-position: center;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}
.textebandeau {
	width:100%;
	height:40px;
	margin:0px;
	padding: 0px;
	background:#FF6600 url(http://www.paratroc.com/images/fond/fond-titre.jpg) repeat-x center top;
	text-align: left;
	color: #FFFFFF;
}
.textebandeau p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-size: 10px;
}
.texte {
    padding: 0px;
    margin: 0px;
	z-index: 10;
	overflow: hidden;
	color:#000000;
}
.fileariane{
	height: 24px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(http://www.paratroc.com/images/fond/fond_ariane.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color:#000000;
}
.fileariane a{
	color:#6B6A6A;
}
.sousmenushop {
	width: 33%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	float: left;
	font-size: 110%;
	font-weight: bold;
}
.textemenushop {
	width: 60%;
	height: 40px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: left;
	font-size: 90%;
}
.textesousmenushop {
	width: 60%;
	height: 110px;
	margin-bottom: 20px;
	padding: 0px;
	float: left;
	text-align: left;
	font-size: 85%;
}
.textesousmenushop ul li{
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}
.textesousmenushop ul li a{
	text-decoration:none;
	color: #666666;
}
.textesousmenushop ul li a:hover{
	color: #000000!important;
	text-decoration:underline!important;
}
.textesousmenushop ul li li a:hover{
	text-decoration:underline!important;
}
.pieddepage {
	width:100%;
	height: 54px;
	bottom:0px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background: url(http://www.paratroc.com/images/gabarit/pied.gif) repeat-x center top;
	color:#FFFFFF;
	text-align: center;
	clear: both;
}
.enteteemail {
	width:766px;
	height:107px;
	background:url(http://www.paratroc.com/images/bandeau_PARATROC.jpg) no-repeat left bottom;
}
/*****************************************************INFORMATIONS - ILLUSTRATION***************************************************/
noscript {
	position:absolute;
	background-color:#FFFFFF;
	border:1px solid #BCBCBC;
	overflow:auto;	
    left: 50%; 
    top: 50%;
    width: 500px;
    height: 300px;
    margin-top: -75px; /* moitie de la hauteur */
    margin-left: -250px; /* moitie de la largeur */ 
}
.titremenu {
	width: 100%;
	height: 30px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 5px;
	font-size: 130%;
	color: #FFFFFF;
	background-image: url(http://www.paratroc.com/images/fond/fond-promo.jpg);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.promotion {
	font-size: 14pt;
	color: #FF0000;
}
.error {
	width:100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.paratroc.com/images/error/error.jpg);
	font-size: 100%;
	color: #FFFFFF;
	overflow: hidden;
	letter-spacing: 2px;
}
.error a{
	color: #CCCCCC!important;
}
.error ul {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
.error ul ul {
	list-style-position: inside;
	margin-left: 5px;
	padding-left: 0px;
}
.toutok {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-color: #66CC99;
	font-size: 100%;
	color: #CC0033;
	font-style: italic;
	overflow: hidden;
}
#supprimer{
	left: 0px;
	top: 0px;
	width: 100%;
	margin:0px;
	padding:0px;
  	position:absolute;
	background-image: url(http://www.paratroc.com/images/fond/fond-alpha.png);
	background-repeat: repeat;
	z-index:500;
}
.fenetre_h{
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FC9F9F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FC9F9F;
	background-color: #B90303;
	font-size:120%;
}
.fenetre_m{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:30px;
	padding-right:30px;
	background-color: #FCCFCF;
	font-size:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FC9F9F;
	font-size:90%;
}
.milieu{
	width: 100%;
	margin-top:200px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	position: relative;
}
.attention {
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}
.administration {
	margin-left: 300px;
	font-size: 9pt;
	color: #000000;
	text-align: center;
	vertical-align: top;
}
.illustration {
	top: 0px;
	margin-top: 0px;
	font-size: 80%;
	font-style: italic;
	color: #666666;
}
.pagination {
	width: auto;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	text-align: left;
	clear: both;
}
.pagination img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.page_active{
	background-image: url(http://www.paratroc.com/images/icones/fond_page_active.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.page {
	background-image: url(http://www.paratroc.com/images/icones/fond_page_inactive.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.page, .page_active {
	padding: 0px;
	margin: 1px;
	width: 19px;
	height: 16px;
	display: block;
	float: left;
	text-align: center;
}
.page a{
	display: block;
	width: 19px;
	height: 16px;
}
.page a:hover{
	background-image: url(http://www.paratroc.com/images/icones/fond_page_active.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.pagination_debut{
	width: auto;
	display: block;
	float: left;
}
.pagination_fin{
	width: auto;
	display: block;
	float: left;
}
.legende {
	padding-left: 10px;
	font-style: italic;
}
.fonduni {
	margin: 5px;
	padding: 5px;
	background-color: #FCEBD0;
}
.fonddegrade {
	margin: 5px;
	padding: 5px;
	background-color: #F7FCD0;
	color: #333333;
}
.floatgauche{
	float: left;
}
.floatdroite{
	float: right;
}
.fraisdeport {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #666666;
	vertical-align: top;
	line-height: 13px;
}
a.info {  
	position:relative; /* Tres important */  
	z-index:150;   
	color:#000000;  
	font-family:Arial, Helvetica, sans-serif;  
}  
a.info:hover {  
}  
a.info span {  
	display:none;  
}
a.info span br {  
	margin: 0px;
	padding: 0px;
}
a.info:hover span { /*la tag SPAN apparaitra avec l effet hover*/  
	width:272px;  
	height:auto;  
	top:10px;   
	left:-50px;  
	/*elements pour positionner le texte dans la bulle*/  
	padding-left:5px;  
	padding-top:40px;   
	padding-bottom:10px;  
	padding-right:23px;  
	z-index:160;   
	float: none;
	display:block;
	position:absolute; 
 	overflow: visible;
	visibility: visible;
           
	/* Style du caractere dans la bulle */  
	font-family:Arial, Helvetica, sans-serif;  
	font-weight:normal;  
	font-size:10px;  
	color:#000000;  
	text-decoration:none;  
	text-align:left;  
}  
/* Pour avoir un beau background de bulle avec PNG transparent*/  
a.info:hover>span {
	background-image:url(http://www.paratroc.com/images/fond/info_bulle.gif);
	background-repeat: no-repeat;
	background-position: left top;
}  
.fileupload_conteneur {
	width: auto;
	display: block;
	visibility: visible;
	height: auto;
	clear: both;
}
.fileupload_content {
	width: 100%;
	height: auto;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	float: none;
	overflow: visible;
	display: block;
}
.fileupload_header {
	width: 100%;
	height: 42px;
	margin: 0px;
	padding: 0px;
	font-size: 130%;
	line-height: 140%;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(http://www.paratroc.com/images/form/header_bg.gif);
	background-repeat: repeat-x;
	float: none;
	clear: both;
}
.fileupload_header_left {
	float: left;
	height: 42px;
	width: 45px;
	margin: 0px;
	padding: 0px;
}
.fileupload_header_main {
	width: auto;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.fileupload_header_right {
	top: 0px;
	right: 0px;
	height: 42px;
	width: 45px;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: right;
}
.bloc_float_conteneur {
	display: block;
	visibility: visible;
	height: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: left;
}
.bloc_float_content {
	width: 100%;
	height: auto;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 85%;
	font-weight: normal;
	color: #333333;
	float: none;
	overflow: visible;
	display: block;
}
.bloc_float_header {
	width: 100%;
	height: 25px;
	margin: 0px;
	padding: 0px;
	font-size: 110%;
	line-height: 140%;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(http://www.paratroc.com/images/form/header_bg.gif);
	background-repeat: repeat-x;
	float: none;
	clear: both;
}
.bloc_float_header_left {
	float: left;
	height: 25px;
	width: 45px;
	margin: 0px;
	padding: 0px;
}
.bloc_float_header_main {
	width: auto;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.bloc_float_header_right {
	top: 0px;
	right: 0px;
	height: 25px;
	width: 45px;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: right;
}
.bloc_bleu_h, .bloc_jaune_h, .bloc_noir_h, .bloc_vert_h{
	height: 41px;
	width: 182px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	color : #FFFFFF;
	text-align: center;
	line-height: 35px;
	font-weight: bold;
	font-size:120%;
}
.bloc_bleu_m, .bloc_jaune_m, .bloc_noir_m, .bloc_vert_m{
	width: 182px;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.paratroc.com/images/gabarit/band_bleu_m.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.bloc_vert_m{
	text-align: center;
}
.bloc_bleu_b, .bloc_jaune_b, .bloc_noir_b, .bloc_vert_b{
	height: 13px;
	width: 182px;
	margin: 0px;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(http://www.paratroc.com/images/gabarit/band_bleu_b.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bloc_bleu_h{
	background-image: url(http://www.paratroc.com/images/gabarit/band_bleu_h.gif);
}
.bloc_jaune_h{
	background-image: url(http://www.paratroc.com/images/gabarit/band_jaun_h.gif);
}
.bloc_noir_h{
	background-image: url(http://www.paratroc.com/images/gabarit/band_noir_h.gif);
}
.bloc_vert_h{
	background-image: url(http://www.paratroc.com/images/gabarit/band_vert_h.gif);
}

.bloc_or_gd{
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 2%;
	margin-right: 2%;
	padding: 0px;
	overflow: hidden;
	width: 100%;
}
.bloc_or_h_m_gd a, .bloc_vert_h_m_gd a, .bloc_noir_h_m_gd a, .bloc_bleu_h_m_gd a{
	color: #FFFFFF;
}
.bloc_or_m_m_gd, .bloc_vert_m_m_gd, .bloc_noir_m_m_gd, .bloc_bleu_m_m_gd{
	width: 92%;
	margin-left: 1px;
	padding-left: 12px;
	padding-right: 13px;
	float: left;
	overflow: hidden;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E75012;
	border-left-color: #E75012;
	overflow:auto;
}
.bloc_or_h_g_gd{
	height: 31px;
	width: 15px;
	left:0px;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.paratroc.com/images/gabarit/band_or_h_g_gd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
.bloc_or_h_m_gd{
	height: 31px;
	width: 92%;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.paratroc.com/images/gabarit/band_or_h_m_gd.gif);
	float: left;
	color : #FFFFFF;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	font-size:150%;
}
.bloc_or_h_d_gd{
	height: 31px;
	width: 15px;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.paratroc.com/images/gabarit/band_or_h_d_gd.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	clear: right;
}
.bloc_or_b_g_gd{
	height: 29px;
	width: 15px;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.paratroc.com/images/gabarit/band_or_b_g_gd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	clear: left;
}
.bloc_or_b_m_gd{
	height: 29px;
	width: 92%;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(http://www.paratroc.com/images/gabarit/band_or_b_m_gd.gif);
	background-repeat: repeat-x;
	background-position: center top;
	float: left;
	text-align: left;
	vertical-align: bottom;
}
.bloc_or_m_m_gd a{
	color:#DB3408;
}
.bloc_or_b_d_gd{
	height: 29px;
	width: 15px;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.paratroc.com/images/gabarit/band_or_b_d_gd.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	clear: right;
}
.bloc_vert_h_g_gd{
	height: 31px;
	width: 15px;
	left:0px;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.paratroc.com/images/gabarit/band_vert_h_g_gd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
.bloc_vert_h_m_gd{
	height: 31px;
	width: 92%;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.paratroc.com/images/gabarit/band_vert_h_m_gd.gif);
	float: left;
	color : #FFFFFF;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	font-size:150%;
}
.bloc_vert_h_d_gd{
	height: 31px;
	width: 15px;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.paratroc.com/images/gabarit/band_vert_h_d_gd.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	clear: right;
}
.bloc_vert_m_m_gd a{
	color:#377E0E;
}
.bloc_noir_h_g_gd{
	height: 31px;
	width: 15px;
	left:0px;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.paratroc.com/images/gabarit/band_noir_h_g_gd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
.bloc_noir_h_m_gd{
	height: 31px;
	width: 92%;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.paratroc.com/images/gabarit/band_noir_h_m_gd.gif);
	float: left;
	color : #FFFFFF;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	font-size:150%;
}
.bloc_noir_h_d_gd{
	height: 31px;
	width: 15px;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.paratroc.com/images/gabarit/band_noir_h_d_gd.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	clear: right;
}
.bloc_noir_m_m_gd a{
	color:#3D3C3C;
}
.bloc_bleu_h_g_gd{
	height: 31px;
	width: 15px;
	left:0px;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.paratroc.com/images/gabarit/band_bleu_h_g_gd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
.bloc_bleu_h_m_gd{
	height: 31px;
	width: 92%;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.paratroc.com/images/gabarit/band_bleu_h_m_gd.gif);
	float: left;
	color : #FFFFFF;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	font-size:150%;
}
.bloc_bleu_h_d_gd{
	height: 31px;
	width: 15px;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.paratroc.com/images/gabarit/band_bleu_h_d_gd.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	clear: right;
}
.bloc_bleu_m_m_gd a{
	color:#22B5D0;
}