/********************/
/* COMMUN           */
/********************/

td { font-size: 12px; font-family: 'trebuchet ms'; }

a { color:#000; }


/* See license.txt for terms of usage */

.firebugHighlight {
    z-index: 2147483647;
    position: absolute;
    background-color: #3875d7;
}

.firebugLayoutBoxParent {
    z-index: 2147483647;
    position: absolute;
    background-color: transparent;
    border-right: 1px dashed #BBBBBB;
    border-bottom: 1px dashed #BBBBBB;
}

.firebugRulerH {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 14px;
    background: url(chrome://firebug/skin/rulerH.png) repeat-x;
    border-top: 1px solid #BBBBBB;
    border-right: 1px dashed #BBBBBB;
    border-bottom: 1px solid #000000;
}

.firebugRulerV {
    position: absolute;
    top: 0;
    left: -15px;
    width: 14px;
    height: 100%;
    background: url(chrome://firebug/skin/rulerV.png) repeat-y;
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #000000;
    border-bottom: 1px dashed #BBBBBB;
}

.overflowRulerX > .firebugRulerV {
    left: 0;
}

.overflowRulerY > .firebugRulerH {
    top: 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.firebugLayoutBoxOffset {
    z-index: 2147483647;
    position: absolute;
    opacity: 0.8;
}

.firebugLayoutBoxMargin {
    background-color: #EDFF64;
}

.firebugLayoutBoxBorder {
    background-color: #666666;
}

.firebugLayoutBoxPadding {
    background-color: SlateBlue;
}

.firebugLayoutBoxContent {
    background-color: SkyBlue;
}

/*.firebugHighlightGroup .firebugLayoutBox {
    background-color: transparent;
}

.firebugHighlightBox {
    background-color: Blue !important;
}*/

.firebugLayoutLine {
    z-index: 2147483647;
    background-color: #000000;
    opacity: 0.4;
}

.firebugLayoutLineLeft,
.firebugLayoutLineRight {
    position: fixed;
    width: 1px;
    height: 100%;
}

.firebugLayoutLineTop,
.firebugLayoutLineBottom {
    position: absolute;
    width: 100%;
    height: 1px;
}

.firebugLayoutLineTop {
    margin-top: -1px;
    border-top: 1px solid #999999;
}

.firebugLayoutLineRight {
    border-right: 1px solid #999999;
}

.firebugLayoutLineBottom {
    border-bottom: 1px solid #999999;
}

.firebugLayoutLineLeft {
    margin-left: -1px;
    border-left: 1px solid #999999;
}

body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: 12px;
	/*color: #1c3856;*/
	/*color:#1c3856;*/
	color:#000;
}

a{
	text-decoration:underline;
}

p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
ul li{
list-style:none;
}
ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}
li{
	list-style-position:outside;
}
li.liste{
	padding: 0px 0px 0px 10px;
	list-style:inside;
}

/********************/
/* LIENS            */
/********************/

a.bleu{
	text-decoration: none;
	color: #1c3856;
	font-weight:bold;
}
a.bleu:hover{
	text-decoration: underline;
}
a.titre{
	text-decoration: none;
	color: #1c3856;
}
a.titre:hover{
	text-decoration: none;
}

a.titre_code{
	text-decoration: none;
	color:#000000;
	font-weight:bold;
	font-size:14px;
}
a.titre_code:hover{
	text-decoration: none;
}

a.titre_code:visited{
	text-decoration: none;
	color:#000000;
}

a.bleu_petit{
	text-decoration: none;
	color: #1c3856;
	font-size:10px;
}
a.bleu_petit:hover{
	text-decoration: underline;
}
a.bleu_rien{
	text-decoration: none;
	color: #1c3856;
}
a.bleu_rien:hover{
	text-decoration: none;
}
a.bleu_rien:visited{
	text-decoration: none;
	color: #1c3856;
}
a.none{
	text-decoration: none;
	color: #1c3856;
}
a.none:hover{
	text-decoration: none;
	color: #1c3856;
}

/********************/
/* MISE EN FORME    */
/********************/

img{
	border-style: none;
}
/********************/
/* POLICES          */
/********************/

.police_bold{
	font-weight:bold;
}
.police_titre_center{
	font-weight:bold;
	text-align:center;
}
.police_underline{
	text-decoration:underline;
}
.police_bleu {
	text-decoration: none;
	color: #1c3856;
	font-weight:bold;
}

.police_noire {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}

.police_bold_centre{
	font-weight:bold;
	text-align:center;
}

.police_gros_titre{
	font-family: Arial;
	font-size: 48px;
	color: #1c3856;
}
.police_gros_titre_h1{
	font-family: Arial;
	font-size: 40px;
	color: #1c3856;
}

h1,h2{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:Arial;
}



/********************/
/* PARTIE TOUT      */
/********************/

.box_all{
	width: 900px;
	background-color: #f8f8ed;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border: solid;
	border-color: #cccccc;
	border-width: 1px;
}

/********************/
/* PARTIE HAUT */
/********************/

.box_haut{
	width: 900px;
	height: 150px;
	position: relative;
	background-image:url(gfx/pixel_gris_haut.gif);
}

.onglet_prefecture{
	width: 250px;
	position:relative;
	border-style: solid solid none solid ;
	border-color:#000000;
	border-width:1px;
	margin-left:120px;
	padding-left:15px;

}

.prefecture{
	width: 600px;
	position:relative;
	border-style: solid solid solid solid ;
	border-color:#000000;
	border-width:1px;
	margin-left:120px;
	text-align:left;
	padding-left:15px;
	padding-top:15px;
}

.prefecture h1,h2,h3,h4 {
	text-align:left;
	font-family:Arial;
}

.prefecture p {
	text-align:left;
	font-family:Verdana;
}

.box_haut_logo{
	width: 315px;
	height: 40px;
	left: 50px;
	top: 20px;
	position: absolute;
}
.box_haut_baniere{
	width: 450px;
	height: 150px;
	left:450px;
	top:0px;
	position: absolute;
}
.box_haut_zoneText{
	width: 315px;
	height: 40px;
	left:50px;
	top: 70px;
	position: absolute;
	color: #1c3856;
	font-size:14px;
	font-weight:bold;
}
/********************/
/* PARTIE MENU */
/********************/

.box_menu_contenu{
	height:18px;
	width:100%;
	top: 150px;
	position: absolute;
	font-size:12px;
	z-index:250;
	background-color:#FFFFFF;
	border-bottom:1px solid #000;
}
.box_menu_debut{
	width: 41px;
	height: 16px;
	left:481px;
	top: 150px;
	position: absolute;
	background-image:url(gfx/debut_menu.gif);
	background-repeat:no-repeat;
	font-size:12px;
	z-index:250;
}
.box_menu_liens{
	width: 378px;
	height: 16px;
	left:588px;
	top: 150px;
	position: absolute;
	font-size:12px;
	z-index:250;
}

/********************/
/* PARTIE CONTENU   */
/********************/

.box_contenu{
	width: 850px;
	left: 25px;
	top: 0px;
	margin: 0 0 20px 0;
	position: relative;
	min-height:750px;
	margin-top:50px;
}

.box_contenu_intermediaire{
	width: 850px;
	position: relative;
	height:750px;
}

.box_contenu_bis{
	width: 700px;
	height: auto;
	min-height:5px;
	left: 50px;
	top: 100px;
	position: absolute;
}

/********************/
/* PARTIE S/CONTENU */
/********************/

.box_sous_contenu{
	width: 800px;
	height: auto;
	min-height:5px;
	left: 0px;
	top: 85px;
	position: absolute;
	margin-bottom:50px
}

/********************/
/* PARTIE TITRE     */
/********************/

.box_titre{
	width: 800px;
	height: 10px;
	left: 0px;
	top: 20px;
	position: relative;
	text-align:center;
	font-size:20px;
	color: #1c3856;
	font-weight:bold;
	margin-top:50px;
	
}

/********************/
/* PARTIE DE GAUCHE */
/********************/

.box_partieG_titre{
	width: 350px;
	height: 65px;
	left: 0px;
	position: relative;
	text-align:center;
	line-height: 20px;
}


.box_partieG_texte{
	width: 350px;
	height: 100px;
	left: 0px;
	position: relative;
	text-align:justify;
}
.box_partieG_cadrePoints{
	width: 158px;
	height: 89px;
	left: 0px;
	top:166px;
	position: absolute;
	background-image:url(gfx/cadre_points.gif);
	background-repeat:no-repeat;

}
.box_partieG_cadreChiffre{
	width: 54px;
	height: 54px;
	left: 16px;
	top:180px;
	position: absolute;
}
.box_partieG_cadreTexte{
	width: 65px;
	height: 54px;
	left: 77px;
	top:180px;
	position: absolute;
	line-height:15px;
	font-weight:bold;
	font-size:13px;
	padding-top:3px;
}
.box_partieG_cadreMAJ{
	width: 122px;
	height: 16px;
	left: 16px;
	top:234px;
	position: absolute;
	line-height:16px;
	font-size:10px;
	text-align:center;
}

.box_partieG_btn{
	width: 158px;
	height: 89px;
	left: 192px;
	top:166px;
	position: absolute;
	line-height:13px;
}
.box_partieG_voirEtComprendre{
	width: 350px;
	height: 29px;
	left: 0px;
	top:285px;
	position: absolute;
	text-align:center;
}
.box_partieG_titreInfos{
	width: 350px;
	height: 20px;
	left: 0px;
	top:450px;
	position: absolute;
	text-align:center;
	font-weight:bold;
	z-index:10;
}

.box_partieG_infos{
	width: 350px;
	height: 80px;
	left: 0px;
	top:450px;
	position: absolute;
	text-align:justify;
}

/********************/
/* SEPARATION       */
/********************/

.box_separationH{
	width: 800px;
	height: 2px;
	left: 20px;
	top:110px;
	position: relative;
	background-image:url(gfx/separationH.gif);
	background-repeat:no-repeat;
	background-position:center;
	margin-top:30px;
	margin-bottom:30px;
}

.box_separationV{
	width: 2px;
	height: 190px;
	left: 399px;
	top:0px;
	position: absolute;
	background-image:url(gfx/separationV.gif);
	background-repeat:no-repeat;
}



/********************/
/* PARTIE DE DROITE */
/********************/


.box_partieD_titre{
	width: 350px;
	height: 65px;
	left: 450px;
	top:0px;
	position: absolute;
	text-align:center;
	line-height: 20px;
}
.box_partieD_texte{
	width: 350px;
	height: 100px;
	left: 450px;
	top:65px;
	position: absolute;
	text-align:justify;
}
.box_partieD_cadrePoints{
	width: 158px;
	height: 89px;
	left: 450px;
	top:166px;
	position: absolute;
	background-image:url(gfx/cadre_points.gif);
	background-repeat:no-repeat;

}
.box_partieD_cadreChiffre{
	width: 54px;
	height: 54px;
	left: 466px;
	top:180px;
	position: absolute;
}
.box_partieD_cadreTexte{
	width: 65px;
	height: 54px;
	left: 527px;
	top:180px;
	position: absolute;
	line-height:15px;
	font-weight:bold;
	font-size:13px;
	padding-top:3px;
}

.box_partieD_btn{
	width: 158px;
	height: 89px;
	left: 646px;
	top:166px;
	position: absolute;
	line-height:13px;
}
.box_partieD_voirEtComprendre{
	width: 350px;
	height: 29px;
	left: 450px;
	top:285px;
	position: absolute;
	text-align:center;
}
.box_partieD_attention{
	width: 350px;
	height: 80px;
	left: 450px;
	top:340px;
	position: absolute;
	text-align:justify;
}
.box_partieD_titreInfos{
	width: 350px;
	height: 20px;
	left: 450px;
	top:450px;
	position: absolute;
	text-align:center;
	font-weight:bold;
	z-index:10;
}
.box_partieD_infos{
	width: 350px;
	height: 80px;
	left: 450px;
	top:450px;
	position: absolute;
	text-align:justify;
}


/********************/
/* MAJ Contenu V2   */
/********************/


.box_sous_contenu_V2{
	width: 800px;
	height: auto;
	min-height:5px;
	left: 0px;
	top: 80px;
	margin-bottom:50px;
	position: absolute;
}

.box_partie1_all_V2{
	width: 900px;
	height: 160px;
	left: 0px;
	top:0px;
	position: relative;

}

.box_partie_G_titre_V2{
	width: auto;
	height: auto;
	left: 0px;
	position: relative;
	text-align:center;
}

.box_partie_G_texte_V2{
	width: 350px;
	height: auto;
	left: 0px;
	top:70px;
	position: absolute;
	text-align:justify;
}
.box_partie_G_texte_V2_retif{
	top:100px;
}

.box_partie_D_cadrePoints_V2{
	width: 450px;
	height: 89px;
	left: 350px;
	top:30px;
	margin-top:20px;
	font-size:16px;
	font-weight:bold;
	position: absolute;
	background-repeat:no-repeat;
}

.box_partie_D_cadreChiffre_V2{
	width: 54px;
	height: 54px;
	left: 466px;
	top: 44px;
	position: absolute;
}

.box_partie_D_cadreTexte_V2{
	width: 65px;
	height: 54px;
	left: 527px;
	top:44px;
	position: absolute;
	line-height:15px;
	font-weight:bold;
	font-size:13px;
	padding-top:3px;
}

.box_partie_D_btn_V2{
	width: 158px;
	height: 89px;
	left: 646px;
	top:30px;
	position: absolute;
	line-height:13px;
}

.box_partie_D_voirEtComprendre_V2{
	width: 350px;
	height: 29px;
	left: 450px;
	top:135px;
	position: absolute;
	text-align:center;
}




.box_partie2_all_V2{
	top:130px;
	width: 800px;
	height: 270px;
	left: 20px;
	position: relative;
	text-align:left;
	padding-top:20px;
}

.titre_bas{
	top:130px;
	width: 800px;
	height: 30px;
	left: 25px;
	position: relative;
	text-align:left;
}



.box_logo_amendes_gouv{
	width: 276px;
	height: 50px;
	left: 40px;
	top:465px;
	position: absolute;
	text-align:center;
}

.box_partie_D_cadrePoints_V2 a {
	color:#1c3856;	
}

.paiement{
	width: 350px;
	height: auto;
	left: 370px;
	top:480px;
	position: absolute;
	text-align:center;
	font-weight:bold;
	font-size:16px;
}

.paiement a {
	color:#1c3856;	
}


.box_logo_permisapoints{
	width: 350px;
	height: auto;
	left: 0px;
	top:30px;
	position: absolute;
	text-align:center;
}

/*.box_logo_permisapoints{
	width: 113px;
	height: 34px;
	left: 568.5px;
	top:523px;
	position: absolute;
	text-align:center;
}

.box_partie_G_titre_V2{
	width: 350px;
	height: auto;
	left: 0px;
	top:30px;
	position: absolute;
	text-align:center;
}
*/


/********************/
/* FOOTER           */
/********************/

.box_footer {
	width: 900px;
	height: 30px;
	background-color:#E5E5E5;	
	position:relative;
	text-align:center;
}

.left {
	position:relative;
	float:left;
	margin-top:10px;
	margin-left:15px;
}

.right {
	position:relative;
	float:right;
	margin-top:10px;
	margin-right:15px;
}

.box_liens {
	width: 860px;
	height: 130px;
	background-color:#ffffff;	
	position:relative;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
}

.border_left {
	border-style:  none none none solid;
	border-color:#000000;
	border-width:2px;
	margin-left:8px;
	padding-left:8px;
}

.police_footer_titre {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
	font-size:11px;
	font-family:Verdana;
}

.police_footer_text {
	text-decoration: none;
	color: #000000;
	font-size:10px;
	font-family:Verdana;
}

#box_faq_ind {
	float:left;
	position:relative;
}

#center {
	float:left;
	position:relative;
	margin-left:-35px;
	width:300px;
}


.box_footer a {
	text-decoration:none;
	color: #1c3856;	
}

.box_footer a:hover{
	text-decoration:underline;
	color: #1c3856;	
}


/********************/
/* MENUS DYNAMIQUES */
/********************/


/* MENU PAGE 1 */

/*Le sous-menu
.avmenu {
	border:1px solid;
	border-color:#1c3856;
	background-color:#FFFFFF;
}

/* Boite du lien oł il y a un lien du sous menu
.avmenu li.heading2 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
	text-align: left;
	color: #000;
	display: block;
	padding: 2px 6px 2px 6px;
}

.avmenu li.heading2selected a {
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	color: #000;
	display: block;
	padding: 2px 6px 2px 6px;
}


a.heading2selected {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000;
	text-decoration: none;
	letter-spacing:0px;
	padding : 0;
	text-align: left;
	background:#000;

}
.avmenu li.heading2selected a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	background-color:#1c3856;
}
a.heading2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
  	color: #000;
  	text-decoration: none;
  	letter-spacing:0px;
  	padding : 0;
  	text-align: left;
  	background:#FFFFFF;
}
.avmenu li.heading2 a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	background-color:#1c3856;
}


/*calendrier*/
#cal1Container {
position:absolute;
visibility:hidden;
z-index:100;
}
#cal2Container {
position:absolute;
visibility:hidden;
z-index:100;
}
#cal3Container {
position:absolute;
visibility:hidden;
z-index:100;
color:#000000;
}

.error { color:#FF0000; font-weight:bold; }

#global{
	z-index:50px;
	top:80px;
	font-size:10px;
	height:150px;
	width:825px;
	margint-top:5px;
	position:relative;
	left:23px;
}

.cadre{
	background-image:url(gfx/fond_graphique.jpg);
	height:147px;
	width:394px;
	float:left;
	color:#607488;
	font-size:14px;
	z-index:50;
	top:-20px;
	position:relative;
	margin-top:30px;
}

.fleche{
	background-image:url(gfx/fleche.jpg);
	height:22px;
	width:25px;
	z-index:50;
	top:-20px;
	position:relative;
}

.droite{
	float:left;
	margin-left:-1px;
}

.menuhaut{
	background:url(gfx/millieu.jpg) repeat-x;
	color: #1c3856;
	font-weight:bold;
}




.cadre_bas_gauche{
	height:80px;
	width:220px;
	padding-right:10px;
	float:left;
	color:#607488;
	font-size:14px;
	z-index:50;
	top:-20px;
	position:relative;
}

.cadre_bas_droite{
	height:80px;
	width:500px;
	padding-right:10px;
	left:10px;
	float:left;
	color:#607488;
	font-size:14px;
	z-index:50;
	top:-20px;
	position:relative;
}

.logo_droite {
	width:350px;
	z-index:50;
	top:15px;
	position:relative;
	margin-left:40px;
	margin-right:5px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	font-size:15px;
	color: #63775E
}




.haut{
	width:310px;
	z-index:50;
	top:15px;
	position:relative;
	margin-left:40px;
	margin-right:5px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	font-size:15px;
	color: #63775E
}
.haut h2, .droite_fleche h2 {
	font-size:15px;
}


a.boutton{
	font-weight:bold;
	font-size:13px;
	color: #1c3856
	
}

.centre{
	z-index:50;
	top:-130px;
	width:14px;
	position:relative;
	margin:auto;
}



.bas{
	width:360px;
	z-index:50;
	top:30px;
	margin-left:5px;
	position:relative;
	padding-left:10px;
	font-size:12px;
	font-weight:bold;
	color: #1c3856
}

.bas_haut{
	width:550px;
	z-index:50;
	top:5px;
	position:relative;
	font-weight:bold;
	font-size:15px;
	color: #000;
}


.bas_centre{
	z-index:50;
	top:10px;
	width:550px;
	position:relative;
	color: #000;
	font-size:13px;
}

.bas_bas{
	width:550px;
	z-index:50;
	top:10px;
	font-weight:bold;
	position:relative;
	font-size:12px;
	color: #63775E;
}
a.vert {
	color: #63775E
}

.droite_fleche{
	width:550px;
	z-index:50;
	top:-39px;
	font-weight:bold;
	position:relative;
	font-size:15px;
	color: #63775E;
	left:35px;
}	



.haut_D{
	z-index:50;
	top:5px;
	position:relative;
	margin-left:5px;
	margin-right:5px;
	padding-top:10px;
	font-weight:bold;
	font-size:13px;
	color: #1c3856
}

.centre_D{
	z-index:50;
	width:14px;
	top:-115px;
	position:relative;
	margin:auto;
	
}



.bas_D{
	z-index:50;
	top:85px;
	margin-left:5px;
	margin-right:5px;
	margin-top:3px;
	position:relative;
	font-weight:bold;
	font-size:13px;
	color: #1c3856
}




.box_partie_D_cadrePoints{
	width: 153px;
	height: 84px;
	z-index:50;
	top:-140px;
	padding-top:5px;
	padding-left:5px;
	margin-left:15px;
	margin-right:15px;
	margin-top:10px;
	position:relative;
}

.box_partie_D_cadreChiffre{
	width: 54px;
	height: 54px;
	z-index:50;
	top:-95px;
	float:left;
	position:relative;
	margin-left:5px;
	position:relative;
}
.box_partie_D_cadreTexte{
	width: 65px;
	height: 54px;
	line-height:15px;
	font-weight:bold;
	font-size:13px;
	padding-top:3px;
	float:left;
	margin-left:15px;
	z-index:50;
	top:-90px;
	position:relative;
}

#box_partie_D_cadreTexte_bis{
	width: 170px;
	height: 54px;
	line-height:15px;
	font-weight:bold;
	font-size:13px;
	padding-top:3px;
	float:left;
	margin-left:2px;
	z-index:50;
	top:-90px;
	position:relative;
}

.clear{
	clear:both;
	height:0;
}

#demansde_code{
	height:131px;
	width:182px;
	padding-top:10px;
	padding-left:10px;
	padding-right:5px;
	float:left;
	margin-right:19px;
	font-size:14px;
	text-align:center;
	font-weight:bold;
}

#acces_direct{
	height:131px;
	width:182px;
	padding-top:10px;
	padding-left:10px;
	padding-right:5px;
	float:left;
	margin-right:19px;
	font-size:14px;
	text-align:center;
	font-weight:bold;
}

#voir_et_comprendre{
	height:131px;
	width:182px;
	padding-top:10px;
	padding-left:10px;
	padding-right:5px;
	float:left;
	margin-right:19px;
	font-size:14px;
	text-align:center;
	font-weight:bold;
}


/********************/
/* AMENDES GOUV     */
/********************/

.amendes_gouv {
	width:585px;
}
.bande_droite {
	width:215px;
}

.cadre_bande_droite {
	width:153px;
	top:-600px;
	z-index:50;
	position:relative;
	margin-left:670px;
}

a.boutton_droite {
	background-image:url(gfx/bordure_droite.jpg);
	border-style: none;
	display:block;
	margin-top:10px;
	width:144px;
	height:44px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	font-size:14px;
	padding-top:10px;
	color:#000000;
	font-weight:bold;
}

a.boutton_droite:hover {
	background-image:url(gfx/menu_droite_hover.jpg);
	width:147px;
	height:47px;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
}

a.bouton {
	background-image:url(gfx/boutton.jpg);
	border-style: none;
	display:block;
	margin-top:10px;
	width:221px;
	height:28px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	font-size:15px;
	padding-top:13px;
	color:#ffffff;
	font-weight:bold;
	z-index:50;
	top:20px;
	position:relative;
	left:150px;
}

a.bouton:hover {
	background-image:url(gfx/boutton_hover.jpg);
	width:221px;
	height:28px;
	padding-left:5px;
	padding-right:5px;
	padding-top:13px;
}

a.bouton_d {
	background-image:url(gfx/boutton.jpg);
	border-style: none;
	display:block;
	margin-top:26px;
	width:221px;
	height:28px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	font-size:15px;
	padding-top:13px;
	color:#ffffff;
	font-weight:bold;
	z-index:50;
	top:20px;
	position:relative;
	left:150px;
}

a.bouton_d:hover {
	background-image:url(gfx/boutton_hover.jpg);
	width:221px;
	height:28px;
	padding-left:5px;
	padding-right:5px;
	padding-top:13px;
}

a.consulter_points {
	background-image:url(gfx/consulter_point.jpg);
	float:right;
	border-style: none;
	display:block;
	width:394px;
	height:147px;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	position:relative;
}

/*a.boutton_fleche:hover {
	background-image:url(gfx/fond_graphique.jpg);
	width:239px;
	height:161px;
	
}*/

a.boutton_pap {
	background-image:url(gfx/fond_pap.jpg);
	border-style: none;
	display:block;
	width:211px;
	height:65px;
	text-align:center;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	position:relative;
}

a.boutton_pap:hover {
	background-image:url(gfx/fond_bordure_pap.jpg);
	width:211px;
	height:65px;
}

sa.boutton_amendes {
	background-image:url(gfx/fond_amendes.jpg);
	border-style: none;
	display:block;
	width:211px;
	height:65px;
	text-align:center;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	position:relative;
}

a.boutton_amendes:hover {
	background-image:url(gfx/fond_bordure_amendes.jpg);
	width:211px;
	height:65px;
}

a.boutton_telepoints {
	background-image:url(gfx/fond_telepoints.jpg);
	border-style: none;
	display:block;
	width:211px;
	height:65px;
	text-align:center;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	position:relative;
}

a.boutton_telepoints:hover {
	background-image:url(gfx/fond_bordure_telepoints.jpg);
	width:211px;
	height:65px;
}

.block_lien{
	position: relative;
	padding-top:15px;
	text-align:left;
}

/* SCROLLER */
.slider {
	height:130px;
	width:190px;
	margin-top:-13px;
}
.slidercontent {
	border-bottom:1px solid #707070;
	padding: 10px 10px 10px 0;
	margin-left:10px;
	height:110px;
	width:170px;
	color:#000000;
}
h5 {
	font-size:15px;
	font-weight:bold;
	margin:0 0 13px;
	padding:5px 5px 5px 10px;
}