/* ************************************************************************
 * Handicap.fr : Style sheet "V5"
 * ************************************************************************
 * Creation	 : 2013 Copyright - Handicap.fr - oxc
 * Modification : 06/05/2015
 * ************************************************************************ */

* {
	margin: 0;
	padding: 0;
	border: 0
}

body {
	margin: 0px;
	padding: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	background-color: #9C9C9C;
}

.none {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: inherit;
}

.emptyfloatdiv {
	margin: 0;
	padding: 0 0 2px 0;
	border: 0;
	background-color: inherit;
	float: left;
	position: relative;
	width: 100%;
}

.centerdiv {
	margin: 0;
	padding: 2px 0 2px 0;
	border: 0;
	background-color: inherit;
	text-align: center;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

sub {
	font-size: 0.85em;
	line-height: 1em;
	vertical-align: sub;
}

sup {
	font-size: 0.85em;
	line-height: 1em;
	vertical-align: super;
}

img.grayed {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
            filter: grayscale(100%); 
}


/* ------------------------------------------------------------------------
 * LINKS
 * ------------------------------------------------------------------------ */
a {
	color: #333333;
	background-color: inherit;
	text-decoration: underline;
	font-weight: normal;
}

a:link {
	color: #333333;
	background-color: inherit;
	text-decoration: underline;
	font-weight: normal;
}

a:visited {
	color: #333333;
	background-color: inherit;
	text-decoration: underline;
	font-weight: normal;
}

/* 000099 */
a:hover {
	color: #FB6900;
	background-color: inherit;
	text-decoration: underline;
	font-weight: normal;
}

/* ------------------------------------------------------------------------
 * GREY LINKS
 * ------------------------------------------------------------------------ */
.greylink {
	color: #333333;
	background-color: inherit;
	text-decoration: none;
	font-weight: normal;
}

.greylink:link {
	color: #333333;
	background-color: inherit;
	text-decoration: none;
	font-weight: normal;
}

.greylink:visited {
	color: #333333;
	background-color: inherit;
	text-decoration: none;
	font-weight: normal;
}

/* 000099 */
.greylink:hover {
	color: #FB6900;
	background-color: inherit;
	text-decoration: underline;
	font-weight: normal;
}

.illus {
	float: left;
	position: relative;
	margin: 0 6px 3px 0;
	box-shadow: 2px 2px 2px #aaa;
}

/* ------------------------------------------------------------------------
 * CONTAINER
 * ------------------------------------------------------------------------ */
#container {
	clear: both;
	text-align: left;
	color: black;
	background-color: #E5E5E5;
	margin: 0px 0px 0px 0px;
	border: 0;
	padding: 0;
}

/* ------------------------------------------------------------------------
 * AIDE
 * ------------------------------------------------------------------------ */
#aide {
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 3px 0;
	text-align: right;
	font-size: 0.75em;
	color: #000000;
	background-color: #E5E5E5;
}

@media screen and (max-width: 600px) {
	#aide {
		width: 100%;
	}
}

#aide p {
	display: inline;
	margin: 0px;
	padding: 0px;
	border: 0;
	color: inherit;
	background-color: inherit;
}

#aide a:link {
	color: inherit;
	background-color: inherit;
	text-decoration: underline;
	font-weight: normal
}

#aide a:visited {
	color: inherit;
	background-color: inherit;
	text-decoration: underline;
	font-weight: normal
}

#aide a:hover {
	color: inherit;
	background-color: inherit;
	text-decoration: underline;
	font-weight: normal
}

/* ------------------------------------------------------------------------
 * HEADER
 * ------------------------------------------------------------------------ */

#mainheader {
	width: 100%;
	margin: 0;
	text-align: left;
	border-top: 0;
	border-right: 0;
	border-bottom: 2px solid #CCCCCC;
	border-left: 0;
}

#header_line_1 {
	background: #CD5813;
	color: #FFFFFF;
	border: 0px dashed black;
}

#header_line_1_sub {
	width: 1000px;
	margin: 0 auto;
	background: #CD5813;
	color: #FFFFFF;
}

@media screen and (max-width: 600px) {
	#header_line_1_sub {
		width: 100%;
		text-align: center;
	}
}

#header_hgroup {
	float: left;
	width: 250px;
	background-color: inherit;
	color: #FFFFFF;
	margin: 5px 0 0 5px;
}

@media screen and (max-width: 600px) {
	#header_hgroup {
		float: none;
		width: 100%;
		text-align: center;
		margin: 5px auto;
	}
}

#header_hgroup #logo {
	display: block;
}

#header_hgroup h1 {
	font-size: 1.0em;
	margin-top: 5px;
}

#header_hgroup h2 {
	font-size: 0.9em;
	display: none;
}

#main_menus ul {
	text-transform: capitalize;
	font-size: 1.3em;
	display: inline-block;
	padding: 0px 5px 0px 5px;
}

#main_menus li {
	text-transform: capitalize;
	display: inline-block;
}

@media screen and (max-width: 600px) {
	#main_menus ul {
		font-size: 1.1em;
	}
}

.ie7 #main_menus ul {
	text-transform: capitalize;
	font-size: 1.3em;
	display: inline;
	padding: 0px 5px 0px 5px;
}

.ie7 #main_menus li {
	text-transform: capitalize;
	display: inline;
}

/* D17E52 */

#main_menus li a:link {
	display: block;
	margin: 0;
	padding: 30px 15px 25px 3px;
	color: #FFFFFF;
	background: #CD5813 url('https://www.handicap.fr/images/menu_separator.png') no-repeat center right;
	font-weight: normal;
	text-decoration: none;
}

#main_menus li a:visited {
	display: block;
	margin: 0;
	padding: 30px 15px 25px 3px;
	color: #FFFFFF;
	background: #CD5813 url('https://www.handicap.fr/images/menu_separator.png') no-repeat center right;
	font-weight: normal;
	text-decoration: none;
}

#main_menus li a:hover {
	display: block;
	margin: 0;
	padding: 30px 15px 25px 3px;
	color: #FFFFFF;
	background: #D17E52 url('https://www.handicap.fr/images/menu_separator.png') no-repeat center right;
	font-weight: normal;
	text-decoration: none;
}

#main_menus li.lastone a:link {
	display: block;
	margin: 0;
	padding: 30px 15px 25px 3px;
	color: #FFFFFF;
	background: #CD5813;
	font-weight: normal;
	text-decoration: none;
}

#main_menus li.lastone a:visited {
	display: block;
	margin: 0;
	padding: 30px 15px 25px 3px;
	color: #FFFFFF;
	background: #CD5813;
	font-weight: normal;
	text-decoration: none;
}

#main_menus li.lastone a:hover {
	display: block;
	margin: 0;
	padding: 30px 15px 25px 3px;
	color: #FFFFFF;
	background: #D17E52;
	font-weight: normal;
	text-decoration: none;
}

@media screen and (max-width: 600px) {
	#main_menus li a:link {
		display: block;
		margin: 0;
		padding: 5px 10px 5px 3px;
		color: #FFFFFF;
		background: #CD5813;
		font-weight: normal;
		text-decoration: none;
	}

	#main_menus li a:visited {
		display: block;
		margin: 0;
		padding: 5px 10px 5px 3px;
		color: #FFFFFF;
		background: #CD5813;
		font-weight: normal;
		text-decoration: none;
	}
	
	#main_menus li a:hover {
		display: block;
		margin: 0;
		padding: 5px 10px 5px 3px;
		color: #FFFFFF;
		background: #D17E52;
		font-weight: normal;
		text-decoration: none;
	}

	#main_menus li.lastone a:link {
		display: block;
		margin: 0;
		padding: 5px 10px 5px 3px;
		color: #FFFFFF;
		background: #CD5813;
		font-weight: normal;
		text-decoration: none;
	}

	#main_menus li.lastone a:visited {
		display: block;
		margin: 0;
		padding: 5px 10px 5px 3px;
		color: #FFFFFF;
		background: #CD5813;
		font-weight: normal;
		text-decoration: none;
	}

	#main_menus li.lastone a:hover {
		display: block;
		margin: 0;
		padding: 5px 10px 5px 3px;
		color: #FFFFFF;
		background: #D17E52;
		font-weight: normal;
		text-decoration: none;
	}
}

.ie7 #main_menus li a:link {
	display: block;
	margin: 0;
	padding: 30px 15px 25px 3px;
	color: #FFFFFF;
	background: #CD5813;
	font-weight: normal;
	text-decoration: none;
}

.ie7 #main_menus li a:visited {
	display: block;
	margin: 0;
	padding: 30px 15px 25px 3px;
	color: #FFFFFF;
	background: #CD5813;
	font-weight: normal;
	text-decoration: none;
}

.ie7 #main_menus li a:hover {
	display: block;
	margin: 0;
	padding: 30px 15px 25px 3px;
	color: #FFFFFF;
	background: #D17E52;
	font-weight: normal;
	text-decoration: none;
}

ul#header_social {
	background-color: #034469;
	color: #fff;
	display: block;
	float: right;
	margin-right: 0;
	list-style: none inside;
	text-align: center;
}

ul#header_social li {
	margin: 5px 3px;
}

ul#header_social a {
	background: url('https://www.handicap.fr/images/sprites/social_header_icons.png') no-repeat 0 0;
	display: inline-block;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9999px;
}

ul#header_social a.rss {
	background-position: -6px -9px;
	height: 13px;
	width: 18px;
}

ul#header_social a.nl {
	background-position: -8px -40px;
	height: 13px;
	width: 19px;
}

ul#header_social a.mobile {
	background-position: -6px -71px;
	height: 16px;
	width: 16px;
}

@media screen and (max-width: 600px) {
	ul#header_social {
		display: none;
	}
}

#header_sub_menus {
	clear: both;
	margin: 0;
	padding: 0 0 2px 0;
	color: #000000;
	background: #FFFFFF;
	border: 0;
}

@media screen and (max-width: 600px) {
	#header_sub_menus {
		width: 100%;
	}
}

#header_sub_menus_sub {
	width: 1000px;
	margin: 0 auto;
	color: #000000;
	background: #FFFFFF;
	min-height: 26px;
}

@media screen and (max-width: 600px) {
	#header_sub_menus_sub {
		width: 100%;
	}
}

#header_ariane {
	margin: 0 120px 0 0;
	padding: 5px 0 0 0;
	color: #666666;
	background: #FFFFFF;
	font-size: 1.05em;
}

#header_sub_cats {
	margin: 0 120px 0 0;
	padding: 5px 0 2px 0;
	color: #666666;
	background: #FFFFFF;
	font-size: 1.05em;
	/*
	border-top: 1px dashed #DDDDDD;
	*/
}

/*
#header_ariane a:link	  { color:#000000;background-color:inherit; font-weight: normal;text-decoration: none	 ; }
#header_ariane a:visited   { color:#000000;background-color:inherit; font-weight: normal;text-decoration: none	 ; }
#header_ariane a:hover	 { color:#000000;background-color:inherit; font-weight: bold  ;text-decoration: none	 ; }

#header_sub_cats a:link	{ color:#000000;background-color:inherit; font-weight: normal;text-decoration: none	 ; }
#header_sub_cats a:visited { color:#000000;background-color:inherit; font-weight: normal;text-decoration: none	 ; }
#header_sub_cats a:hover   { color:#000000;background-color:inherit; font-weight: bold  ;text-decoration: none	 ; }

*/

#header_ariane a {
	color: #666666;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

#header_ariane a:link {
	color: #666666;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

#header_ariane a:visited {
	color: #666666;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

#header_ariane a:hover {
	color: #CD5813;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

#header_ariane .fa-map-marker {
	color: #cd5813;
	font-size: 15px;
	margin-left: 3px;
}

#header_sub_cats a {
	color: #666666;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

#header_sub_cats a:link {
	color: #666666;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

#header_sub_cats a:visited {
	color: #666666;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

#header_sub_cats a:hover {
	color: #CD5813;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

#sociallinks {
	float: right;
	border: 0px solid blue;
	color: #000000;
	background: #FFFFFF;
	font-size: 0.9em;
	padding: 3px 0 0 3px;
}


ul#sociallinks {
	color: #e5e5e5;
	display: inline;
	line-height: 19px;
	list-style: none inside;
	margin-left: 50px;
}

ul#sociallinks li {
	display: inline-block;
}

ul#sociallinks li + li {
	margin-left: 3px;
}

ul#sociallinks li + li a {
	margin-left: 3px;
}

ul#sociallinks a {
	background: url('https://www.handicap.fr/images/sprites/social_icons.png') 0 0 no-repeat;
	display: inline-block;
	overflow: hidden;
	text-indent: -9999px;
	vertical-align: middle;
}

ul#sociallinks a.facebook {
	background-position: -10px -10px;
	height: 20px;
	width: 20px;
}

ul#sociallinks a.googleplus {
	background-position: -10px -59px;
	height: 20px;
	width: 20px;
}

ul#sociallinks a.twitter {
	background-position: -10px -108px;
	height: 18px;
	width: 22px;
}

ul#sociallinks a.linkedin {
	background-position: -10px -150px;
	height: 20px;
	width: 23px;
}

@media screen and (max-width: 600px) {
	#sociallinks,
	ul#sociallinks {
		display: none;
	}
}

#midarea {
	width: 1000px;
	margin: 10px auto 10px auto;
	text-align: left;
	border: 0px dotted black;
	background: #FFFFFF;
	color: #000000;
}

@media screen and (max-width: 600px) {
	#midarea {
		width: 100%;
	}
}

/* ------------------------------------------------------------------------
 * RECLAME !
 * ------------------------------------------------------------------------ */
#contenu {
	margin: 0 auto 0 auto;
	padding: 0;
	border: 0;
	white-space: nowrap;
	color: inherit;
	background-color: #E5E5E5;
}

#contenu_wrec {
	margin: 0 auto;
	border: 0;
	white-space: nowrap;
	padding: 5px 1000px 0 0; /* Very smart ! */
	color: inherit;
	background-color: #E5E5E5;
}

@media screen and (max-width: 600px) {
	#contenu_wrec {
		width:100%;
		margin:auto;
	}
}

#reclame_left {
	border: 0;
	padding: 0;
	display: inline-block;
	width: 50%;
	background: #E5E5E5 url('https://www.handicap.fr/habillage/reclame_gauche.jpg') no-repeat top right; /* #FFFFFF */
	min-height: 500px;
	white-space: normal;
	vertical-align: top;
}

@media screen and (max-width: 600px) {
	#reclame_left {
		display: none;
	}
}

#reclame_left a {
	display: block;
	height: 500px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#reclame_left a:link {
	background-color: transparent;
	display: block;
	height: 500px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#reclame_left a:visited {
	display: block;
	height: 500px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#reclame_left a:hover {
	display: block;
	height: 500px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#reclame_right {
	border: 0;
	padding: 0;
	display: inline-block;
	width: 50%;
	background: #E5E5E5 url('https://www.handicap.fr/habillage/reclame_droite.jpg') no-repeat top left; /* #FFFFFF */
	min-height: 500px;
	white-space: normal;
	vertical-align: top;
}

@media screen and (max-width: 600px) {
	#reclame_right {
		display: none;
	}
}

#reclame_right a {
	display: block;
	height: 500px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#reclame_right a:link {
	background-color: transparent;
	display: block;
	height: 500px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#reclame_right a:visited {
	display: block;
	height: 500px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#reclame_right a:hover {
	display: block;
	height: 500px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#innercontent_wrec {
	border: 0;
	padding: 0;
	/* margin-right:-5px; */
	display: inline-block;
	white-space: normal;
	vertical-align: top;
	width: 1000px;
	background: #FFFFFF;
}

@media screen and (max-width: 600px) {
	#innercontent_wrec {
		width: 100%;
		margin:auto;
	}
}

#innercontent {
	border: 0;
	padding: 0;
	margin: 0 auto 0 auto;
	display: block;
	white-space: normal;
	vertical-align: top;
	width: 1000px;
	background: #FFFFFF;
}

@media screen and (max-width: 600px) {
	#innercontent {
		width: 100%;
	}
}

#search_box {
	float: right;
	border: 0px solid blue;
	color: #000000;
	background: #FFFFFF;
	font-size: 0.9em;
	padding: 3px 3px 6px 3px;
}

@media screen and (max-width: 600px) {
	#search_box {
		display: block;
		margin: 0 5px 5px 0;
	}
}

#search_box form {
	display: inline;
}

@media screen and (max-width: 600px) {
	#search_box form {
		display: block;
		margin: 0;
	}
}

#search_box .formimg {
	position: relative;
	top: 4px;
}


/* ------------------------------------------------------------------------
 * CONTENT (NEW BLOCK SYSTEM)
 * ------------------------------------------------------------------------ */
#tprd_content	  {width:100% ; border:0; padding:0; margin:0; }
#tprd_leftblock   {width:845px;float:left;border:0;padding:0;margin:0;background-color:inherit;}
#tprd_realcontent {background-color:inherit;border:0,margin:0;padding:0; }
#tprd_leftcol	 {width:525px;float:left; padding:0;margin:0; border:0; background-color:inherit;}
#tprd_cntrcoltop  {width:320px;padding:0;margin:0 0 0 525px;border:0;background-color:inherit;}
#tprd_notcontent  {}
#tprd_cntrcolbot  {width:320px;padding:0;margin:0 0 0 525px;border:0;background-color:inherit;}
#tprd_rightcol	{width:155px;padding:0;margin:0 0 0 845px; border:0; background-color:inherit;}

@media screen and (max-width: 600px) {
	#tprd_leftblock   {width:100%;float:left;border:0;padding:0;margin:0;background-color:inherit;}
	#tprd_realcontent {background-color:inherit;border:0,margin:0;padding:0; }
	#tprd_leftcol	 {width:100%;float:left; padding:0;margin:0; border:0; background-color:inherit;}
	#tprd_cntrcoltop  {width:100%;padding:0;margin:0;border:0;background-color:inherit;}
	#tprd_notcontent  {}
	#tprd_cntrcolbot  {width:100%;padding:0;margin:0;border:0;background-color:inherit;}
	#tprd_rightcol	{width:100%;padding:0;margin:0; border:0; background-color:inherit;}
}

.imgthumb { border: 1px solid #CCCCCC; width:80px; height:80px; }
#prdimg   { border: 1px solid #CCCCCC; }
@media screen and (max-width: 320px) {
	#prdimg   { 
		border: 1px solid #CCCCCC; 
		max-width: 95%;
		height: auto;
	}
}


/* #tprd_cntrcoltop .titledboxcontent  */

a.lnkblckred		   { display:block; font-size: 1.1em; color:#FFFFFF; background-color:#FF0000; font-weight: bold ;text-decoration: none ;margin: 5px 3px 5px 0;padding: 7px;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } 
a.lnkblckred:link	  { display:block; font-size: 1.1em; color:#FFFFFF; background-color:#FF0000; font-weight: bold ;text-decoration: none ;margin: 5px 3px 5px 0;padding: 7px;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } 
a.lnkblckred:visited   { display:block; font-size: 1.1em; color:#FFFFFF; background-color:#FF0000; font-weight: bold ;text-decoration: none ;margin: 5px 3px 5px 0;padding: 7px;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } 
a.lnkblckred:hover	 { display:block; font-size: 1.1em; color:#FFFFFF; background-color:#FF0000; font-weight: bold ;text-decoration: none ;margin: 5px 3px 5px 0;padding: 7px;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 2px 2px 2px #CCCCCC; -webkit-box-shadow: 2px 2px 2px #CCCCCC; box-shadow: 2px 2px 2px #CCCCCC;} 

a.lnkblckorg		   { display:block; font-size: 1.1em; color:#FFFFFF; background-color:#FF7A01; font-weight: bold ;text-decoration: none ;margin: 5px 3px 5px 0;padding: 7px;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } 
a.lnkblckorg:link	  { display:block; font-size: 1.1em; color:#FFFFFF; background-color:#FF7A01; font-weight: bold ;text-decoration: none ;margin: 5px 3px 5px 0;padding: 7px;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } 
a.lnkblckorg:visited   { display:block; font-size: 1.1em; color:#FFFFFF; background-color:#FF7A01; font-weight: bold ;text-decoration: none ;margin: 5px 3px 5px 0;padding: 7px;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } 
a.lnkblckorg:hover	 { display:block; font-size: 1.1em; color:#FFFFFF; background-color:#FF7A01; font-weight: bold ;text-decoration: none ;margin: 5px 3px 5px 0;padding: 7px;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 2px 2px 2px #CCCCCC; -webkit-box-shadow: 2px 2px 2px #CCCCCC; box-shadow: 2px 2px 2px #CCCCCC;} 

a.lnkdarkgry		  { display:block; font-size: 1.1em; color:#FFFFFF; background-color:#333333; font-weight: bold ;text-decoration: none ;margin: 5px 3px 5px 0;padding: 7px;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } 
a.lnkdarkgry:link	  { display:block; font-size: 1.1em; color:#FFFFFF; background-color:#333333; font-weight: bold ;text-decoration: none ;margin: 5px 3px 5px 0;padding: 7px;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } 
a.lnkdarkgry:visited  { display:block; font-size: 1.1em; color:#FFFFFF; background-color:#333333; font-weight: bold ;text-decoration: none ;margin: 5px 3px 5px 0;padding: 7px;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } 
a.lnkdarkgry:hover	  { display:block; font-size: 1.1em; color:#FFFFFF; background-color:#333333; font-weight: bold ;text-decoration: none ;margin: 5px 3px 5px 0;padding: 7px;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 2px 2px 2px #CCCCCC; -webkit-box-shadow: 2px 2px 2px #CCCCCC; box-shadow: 2px 2px 2px #CCCCCC;} 


a.lnkblckgry		   { display:block; font-size: 1.1em; color:#FFFFFF; background-color:#625954; font-weight: bold ;text-decoration: none ;margin: 5px 3px 5px 0;padding: 7px;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } 
a.lnkblckgry:link	  { display:block; font-size: 1.1em; color:#FFFFFF; background-color:#625954; font-weight: bold ;text-decoration: none ;margin: 5px 3px 5px 0;padding: 7px;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } 
a.lnkblckgry:visited   { display:block; font-size: 1.1em; color:#FFFFFF; background-color:#625954; font-weight: bold ;text-decoration: none ;margin: 5px 3px 5px 0;padding: 7px;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } 
a.lnkblckgry:hover	 { display:block; font-size: 1.1em; color:#FFFFFF; background-color:#625954; font-weight: bold ;text-decoration: none ;margin: 5px 3px 5px 0;padding: 7px;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 2px 2px 2px #CCCCCC; -webkit-box-shadow: 2px 2px 2px #CCCCCC; box-shadow: 2px 2px 2px #CCCCCC;} 

a.lnkblcklgr		   { display:block; font-size: 1.1em; color:#FFFFFF; background-color:#807B77; font-weight: bold ;text-decoration: none ;margin: 5px 3px 5px 0;padding: 7px;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } 
a.lnkblcklgr:link	  { display:block; font-size: 1.1em; color:#FFFFFF; background-color:#807B77; font-weight: bold ;text-decoration: none ;margin: 5px 3px 5px 0;padding: 7px;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } 
a.lnkblcklgr:visited   { display:block; font-size: 1.1em; color:#FFFFFF; background-color:#807B77; font-weight: bold ;text-decoration: none ;margin: 5px 3px 5px 0;padding: 7px;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } 
a.lnkblcklgr:hover	 { display:block; font-size: 1.1em; color:#FFFFFF; background-color:#807B77; font-weight: bold ;text-decoration: none ;margin: 5px 3px 5px 0;padding: 7px;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 2px 2px 2px #CCCCCC; -webkit-box-shadow: 2px 2px 2px #CCCCCC; box-shadow: 2px 2px 2px #CCCCCC;} 

.lnksubbox {
	display:none;line-height:1.2em;background-color:#EEEEEE;border-radius:0 0 3px 3px;border-width:0 1px 1px 1px ;border-style:none solid solid solid;border-color:black;margin:-5px 4px 2px 2px;padding:8px;
}

/* FORM hndccmtfrm */

#hndccmtfrm_V6 form {
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	border-left:0;
	border-right:0;
	margin: 10px 0 0 0 ;
	background: -webkit-linear-gradient(bottom,#E5E5E5,#FFFFFF);
	background:	-moz-linear-gradient(bottom,#E5E5E5,#FFFFFF);
	background:	 -ms-linear-gradient(bottom,#E5E5E5,#FFFFFF);
	background:	  -o-linear-gradient(bottom,#E5E5E5,#FFFFFF);
	background:		 linear-gradient(bottom,#E5E5E5,#FFFFFF);
}

#hndccmtfrm_V6 div.emptyfloatdiv { 
	border-bottom: 1px dotted grey !important; 
	padding:2px 0 2px 0;
}


#hndccmtfrm_V6 input	{ margin: 2px; border: 1px solid grey; background-color: white; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px !important; /* #FFFFFF */ }
#hndccmtfrm_V6 select   { margin: 2px; border: 1px solid grey; background-color: white; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px !important; /* #FFFFFF */ }
#hndccmtfrm_V6 textarea { margin: 2px; border: 1px solid grey; background-color: white; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px !important; /* #FFFFFF */ }

#hndccmtfrm_V6 fieldset {
	margin:-5px 0 0 0;
	border:0;
	padding:3px 0 3px 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px !important;
}

#hndccmtfrm_V6 legend {
	font-weight: bold;
	border:0; 
	padding-left:0;
	margin:0;
	background-color:#FFFFFF;

}

.comment_V6 {
	font-size: 0.95em;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 1px 5px 0 0;
	border-left: 0px dotted #003366;
	border-top: 0px dotted #003366;
	background: -webkit-linear-gradient(top,#E5E5E5,#FFFFFF);
	background:	-moz-linear-gradient(top,#E5E5E5,#FFFFFF);
	background:	 -ms-linear-gradient(top,#E5E5E5,#FFFFFF);
	background:	  -o-linear-gradient(top,#E5E5E5,#FFFFFF);
	background:		 linear-gradient(top,#E5E5E5,#FFFFFF);

}

#abstractv6 {
	margin: 4px 10px 4px 0px;
}

#abstractv6 p {
	line-height: 1.1em;
	font-size: 0.9em;
	font-style: italic;
	margin-top: 0px;
	padding: 3px 10px 3px 10px;
	color: #333333;
	border: 0px solid #999999;
	background-color: #FFF6E8 /* #F9F9F9*/ ;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-indent: 10px;
	text-align:justify;
}




/* ------------------------------------------------------------------------
 * CONTENT
 * ------------------------------------------------------------------------ */
#upabove {
	text-align:center;
	margin: 0;
	padding: 3px;
	border: 0;
	background: -webkit-linear-gradient(top, #E5E5E5, #FFFFFF);
	background: -moz-linear-gradient(top, #E5E5E5, #FFFFFF);
	background: -ms-linear-gradient(top, #E5E5E5, #FFFFFF);
	background: -o-linear-gradient(top, #E5E5E5, #FFFFFF);
	background: linear-gradient(top, #E5E5E5, #FFFFFF);
	min-height: 64px;
}

#upabove_wrec {
	margin: 0;
	padding: 0;
	border: 0;
	background: #E5E5E5; /* 666666 */
	min-height: 127px;
}

#upabove_wrec a {
	display: block;
}

/* OXC 2015-12-25 */
@media screen and (max-width: 600px) {
	#upabove_wrec {
		margin: auto;
		padding: 0;
		border: 0;
		background: #E5E5E5; /* 666666 */
	}

	#upabove_wrec a {
		display: block;
		margin:auto;
	}


	#upabove_wrec img {
		max-width: 100%;
		margin:auto;
	}
}

#pagedata {
	float: left;
	width: 85%;
	background: #FFFFFF;
	margin-top: 3px;
}

#generalsidebar {
	float: left;
	width: 15%;
	background: #FFFFFF;
	margin-top: 3px;
}

#pagecontent {
	display: block;
	float: left;
	width: 64%;
	background: #FFFFFF;
}

#pagesidebar {
	float: left;
	width: 36%;
	background: #FFFFFF;
}

/* largepagecontent may replace pagecontent + pagesidebar */
#largepagecontent {
	float: left;
	width: 100%;
	background: #FFFFFF;
}

@media screen and (max-width: 600px) {
	#pagedata {
		float: none;
		width: 100%;
		background: #FFFFFF;
		margin-top: 3px;
		clear: both;
	}

	#generalsidebar {
		float: none;
		width: 100%;
		background: #FFFFFF;
		margin-top: 3px;
	}

	#pagecontent {
		float: none;
		width: 100%;
		background: #FFFFFF;
	}

	#pagesidebar {
		float: none;
		width: 100%;
		background: #FFFFFF;
	}

	#largepagecontent {
		float: none;
		width: 100%;
		background: #FFFFFF;
	}
}

.ie7 #pagedata {
	float: left;
	width: 83%;
	background: #FFFFFF;
	margin-top: 3px;
}

.ie7 #generalsidebar {
	float: left;
	width: 14%;
	background: #FFFFFF;
	margin-top: 3px;
}

.ie7 #pagecontent {
	float: left;
	width: 62%;
	background: #FFFFFF;
}

.ie7 #pagesidebar {
	float: left;
	width: 34%;
	background: #FFFFFF;
}

.ie7 #largepagecontent {
	float: left;
	width: 97%;
	background: #FFFFFF;
}

/* ------------------------------------------------------------------------
 * BOXES DESIGNS
 * ------------------------------------------------------------------------ */
.titledbox {
	width: 97%; /* 600 - 20 */
	background: #FFFFFF url('https://www.handicap.fr/images/title-grey-border.gif') repeat-x top right;
	padding: 0 0 5px 0;
	margin: 0 3% 15px 0;
	border: 0;

}

.titledbox h1,
.titledbox .titledboxtitle {
	display: inline-block;
	background: #CD5813;
	color: #FFFFFF;
	border: 0;
	font-size: 1.0em;
	padding: 3px 8px 3px 6px;
	margin: -4px 0 0 0;
	font-weight: normal;
	line-height: 18px;

	-webkit-border-top-right-radius: 8px;
	-moz-border-top-right-radius: 8px;
	border-top-right-radius: 8px;

	-webkit-border-bottom-right-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.titledbox h2.mimic {
	display: inline-block;
	background: #CD5813;
	color: #FFFFFF;
	border: 0;
	font-size: 1.0em;
	padding: 3px 8px 3px 6px;
	margin: -4px 0 0 0;
	font-weight: normal;
	line-height: 18px;

	-webkit-border-top-right-radius: 8px;
	-moz-border-top-right-radius: 8px;
	border-top-right-radius: 8px;

	-webkit-border-bottom-right-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.titledboxcontent {
	padding: 10px 0 5px 5px;

	-moz-box-shadow: 2px 2px 2px #CCCCCC;
	-webkit-box-shadow: 2px 2px 2px #CCCCCC;
	box-shadow: 2px 2px 2px #CCCCCC;
}

.titledboxcontent p {
	/* clear:both; */
	margin-top: 7px;
}

/* ------------------------------------------------------------------------
 * MAIN BOX STYLES
 * ------------------------------------------------------------------------ */

.artcontent {
	/* clear:both; */
	/*
	width: 98%;
	padding: 0 2px 5px 0;
	margin: 2px 0 0px 0;
	padding:2px 0 5px 5px;
	*/
}

.artcontent h2.navh2 {
	display: block;
	margin: 10px 0 3px 0;
	padding: 5px 0 0 0;
	color: #999999;
	background: inherit;
	font-weight: bold;
	font-size: 1.1em;
	border-top: 0px dotted black;
}

.artcontent h2 {
	display: block;
	margin: 10px 0 3px 0;
	padding: 5px 0 0 0;
	color: #CD5813;
	background: inherit;
	font-weight: bold;
	font-size: 1.1em;
}

.artcontent h2 a {
	color: #CD5813;
	font-weight: bold;
	text-decoration: none;
}

.artcontent h2 a:link {
	color: #CD5813;
	font-weight: bold;
	text-decoration: none;
}

.artcontent h2 a:visited {
	color: #CD5813;
	font-weight: bold;
	text-decoration: none;
}

.artcontent h2 a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.artcontent .artimgdiv {
	max-width: 500px;
	max-height: 125px;
	border: 0 solid #999999; /* box-shadow:5px 5px 2px #999999; */
	margin: 0 0 4px 4px;
	padding: 0;
	background-color: #F9F9F9;
	overflow: hidden;
}

.artcontent .artimgdiv img {
}

/* width:100%; height:150px;  */
.artcontent .artimgdiv a {
	text-decoration: none;
	border: 0;
}

.artcontent .artbigimgdiv {
	max-width: 500px;
	max-height: 300px;
	border: 0 solid #999999; /* box-shadow:5px 5px 2px #999999; */
	margin: 4px 0 4px 4px;
	padding: 0;
	background-color: #F9F9F9;
	overflow: hidden;
	text-align: center;
}

.artcontent .artbigimgdiv img {
}

/* width:100%; height:150px;  */
.artcontent .artbigimgdiv a {
	text-decoration: none;
	border: 0;
}

@media screen and (max-width: 600px) {
	.formobilediv img {
		max-width: 95%;
		height: auto;
		margin:auto;
	}

	.artcontent .artimgdiv {
		max-width: 95%;
		height: auto;
	}
	.artcontent .artimgdiv img {
		max-width: 100%;
		height: auto;
	}

	.artcontent .artbigimgdiv {
		max-width: 95%;
		height: auto;
	}

	.artcontent .artbigimgdiv img {
		max-width: 100%;
		height: auto;
	}
	.artcontent .mapimgdiv img {
		max-width: 100%;
		height: auto;
	}
}

.artcontent p.arttitle {
	font-size: 0.9em;
	margin-top: 0px;
	color: #333333;
	background: inherit;
}

.artcontent p.arttitle a {
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}

.artcontent p.arttitle a:link {
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}

.artcontent p.arttitle a:visited {
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}

.artcontent p.arttitle a:hover {
	color: #FB6900;
	font-weight: normal;
	text-decoration: underline;
}

/* ------------------------------------------------------------------------
 * List articles
 * ------------------------------------------------------------------------ */
.listartdiv {
	/* clear:both; */
	margin: 2px 5px 0 0;
	padding: 2px 3px 10px 5px;
	border-bottom: 1px dotted black;
}

.listartdiv.publi-info {
	background-color: #e5e5e5;
}

.listartdiv h2 {
	margin-top: 0;
}

.listartdiv.publi-info h2 {
	margin-top: 2px;
}

.listartdiv p {
	line-height: 1.3em;
}

/* line-height:1.1em; text-indent:1em; */
.listartdiv .artimgdiv {
	width: 500px;
	height: 150px; /* border:2px solid #CCCCCC; */
	border: 0 solid #999999;
	box-shadow: 3px 4px 3px #999999;
	margin: 5px 0 3px 0;
	padding: 0;
	background-color: #F9F9F9;
	overflow: hidden;
}

.listartdiv .artimgdiv img {
	margin: 0;
	border: 0;
}

/* margin:4px 0 0 0;  */

@media screen and (max-width: 600px) {
	.listartdiv .artimgdiv {
		width: 95%;
		height: auto;
	}

	.listartdiv .artimgdiv img {
		width: 100%;
	}

	.listartdiv .artbigimgdiv img {
		width: 100%;
	}
}

.listartdiv p.arttitle {
	font-size: 0.85em;
	margin-top: 0px;
	color: #333333;
	background: inherit;
	padding-top: 3px;
}

.listartdiv p.arttitle a {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

.listartdiv p.arttitle a:link {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

.listartdiv p.arttitle a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

.listartdiv p.arttitle a:hover {
	color: #FB6900;
	font-weight: bold;
	text-decoration: underline;
}

.listartdiv p.arttitle .comments {
	white-space: nowrap;
}

.listartdiv p.arttitle .comments a {
	padding: 0 1px;
}

.listartdiv .publimg {
	margin: 2px 5px 2px 0px;
}

.listartdiv .publimg img {
	float: left;
	margin: 0 4px 0 0;
	border: 1px solid #999999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* ------------------------------------------------------------------------
 * 
 * ------------------------------------------------------------------------ */
.editotitle a {
	color: #CD5813;
	font-weight: bold;
	text-decoration: none;
}

.editotitle a:link {
	color: #CD5813;
	font-weight: bold;
	text-decoration: none;
}

.editotitle a:visited {
	color: #CD5813;
	font-weight: bold;
	text-decoration: none;
}

.editotitle a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.editotime {
	display:none;
}

/* ------------------------------------------------------------------------
 * ARTICLE CONTENT
 * ------------------------------------------------------------------------ */
#fullarticle {
	padding: 10px 3px 5px 5px;
}

#fullarticle h2 {
	display: block;
	margin: 8px 4px 4px 2px;
	font-size: 1.0em;
	color: #CD5813;
	font-weight: bold;
}


#fullarticle h3 {
	display: block;
	margin: 8px 2px 4px 2px;
	font-size: 1.0em;
	color: #807B77;
	font-weight: bold;
}

#fullarticle h3.pubinfo {
	display: block;
	margin: 2px;
	font-size: 1.0em;
	color: #003366;
}

#fullarticle h4 {
	display: block;
	margin: 10px 2px 4px 2px;
	font-size: 1.0em;
	color: #003366;
}

#fullarticle p {
	margin: 2px 0 12px 4px;
	font-size: 0.9em;
	line-height: 1.4em;
}

#fullarticle p + ul {
	margin-top: -6px;
}

#fullarticle ul + p {
	margin-top: 10px;
}

/* line-height:1.1em; text-indent:1em; */

#fullarticle a {
	font-size: 0.9em;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

#fullarticle a:link {
	font-size: 0.9em;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

#fullarticle a:visited {
	font-size: 0.9em;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

#fullarticle a:hover {
	font-size: 0.9em;
	color: #CD5813;
	font-weight: bold;
	text-decoration: underline;
}

#fullarticle ul {
	font-size: 0.9em;
	text-align: left;
	margin: 0 0 5px 2em;
	list-style-type: disc;
}

#fullarticle li {
	/* padding: 2px 0 4px 0; */
	line-height:1.3em;
}

#fullarticle ol {
	text-align: left;
	margin-left: 18px;
	margin-bottom: 5px;
	counter-reset: olcnt;
	list-style-type: none;
}

#fullarticle ol li:before {
	text-align: left;
	counter-increment: olcnt;
	content: counters(olcnt, ".") " - ";
}

#fullarticle dt {
	text-align: left;
	color: #003366;
	list-style-type: none;
	font-weight: bold
}

#fullarticle dd {
	text-align: left;
	margin: 0px 0px 5px 22px;
	padding-left: 2px;
	border-left: 1px solid #003366;
	line-height: 1.4em;
}

#fullarticle .splitpg {
	padding-top: 10px;
}

#fullarticle .splitpg a:link,
#fullarticle .splitpg span {
	font-size: 1.1em;
}

#fullarticle .splitpg a:link {
	font-weight: normal;
}

#node_tree {
	background-color: #f5f5f5;
	border-radius: 5px;
	margin: 3px 6px 3px 0;
	padding: 3px 0;
}

#fullarticle #node_tree {
	font-size: 1em;
}

#node_tree > li {
	list-style: inside none;
}

#node_tree > li > ul {
	display: none;
}

#node_tree > li > span {
	color: #003366;
	font-weight: bold;
}

#node_tree > li > span a {
	vertical-align: middle;
}

#node_tree li ul {
	margin-top: 2px;
}

#node_tree li li {
	margin-top: 3px;
	font-size: .9em;
}

#node_tree li li li,
#node_tree li a:link,
#node_tree li li li a:link {
	font-size: 1em;
	text-decoration: none ;
}

#node_tree .next_section {
	float: right;
	margin-right: 5px;
}

#node_tree span.liennavhaut {
	display: block;
	font-size: .9em;
	list-style: none;
	margin-right: 2px;
	text-align: right;
}

#node_tree .liennavhaut a {
	font-weight: normal;
}

.insobj {
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom:10px;
}

@media screen and (max-width: 600px) {
	.insobj {
		max-width: 95%;
		height:auto;
		margin: 0 auto;
		text-align: center;
		margin-bottom:10px;
	}
	.insobj iframe {
		max-width: 95%;
		height:auto;
		margin: 0 auto;
		text-align: center;
		margin-bottom:10px;
	}


}


ul.titledboxlist {
	font-size: 0.9em;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 10px 0 0 5px;
}

li.titledboxlist {
	background-image: url('https://www.handicap.fr/images/puce-handicap.gif');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 7px;
}

.orangebox {
	width: 96%; /* 600 - 20 */
	color: #FFFFFF;
	background: #CD5813;
	padding: 0 0 5px 0;
	margin: 5px 3% 15px 0;
	border: 0;
	padding: 10px 5px 10px 5px;
	margin: 5px 3% 15px 0;
	border: 0;
	text-align: left;
	font-size: 1.1em;
}

.newsflow {
	font-size: 0.9em;
	width: 98%;
	height: 300px;
	overflow: auto;
}

.newsflow li,
.newsflow p {
	padding-bottom: 3px;
	border-bottom: 1px dotted black;
}

.newsflow li {
	margin-top: 10px;
}

.newsflow time {
	display:none;
}

.newslist {
	font-size: 0.9em;
	width: 98%;
}

.newslist p {
	border-bottom: 1px dotted black;
}

.newslist p.inverted {
	border-top: 1px dotted black;
	border-bottom: 0;
}

.newslist ul {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0px 0 0 0px;
}

.newslist li {
	padding: 10px 0px 3px 0px;
	border-bottom: 1px dotted black;
}


/* ------------------------------------------------------------------------
 * ARTICLE HIGHLIGHTS
 * ------------------------------------------------------------------------ */
#focusprd {
	font-size: 0.85em;
	text-align: center;
}

#focusprd img {
	margin: 8px 0 2px 0;
}

ul#focusprd li {
	margin: 3px 0 6px;
}

ul#focusprd a {
	display: block;
	text-align: center;
}

ul#focusprd .newslist {
	margin-bottom: 0;
}

ul#focusprd .newslist .inverted {
	padding: 6px 0 0;
}

ul#focusprd .newslist a {
	display: inline;
}

ul#focusprd img {
	display: block;
	margin: 0 auto 3px;
}


/* ------------------------------------------------------------------------
 * TOP LINKS
 * ------------------------------------------------------------------------ */
p.liennavhaut {
	text-align: right;
	padding-right: 3px;
}

a.liennavhaut {
	color: #000000;
	font-size: 0.8em;
	border-right: 1px solid #CD5813;
	border-bottom: 1px solid #CD5813;
	text-decoration: none !important;
	padding-right: 2px;
	background-color: transparent;
	background-image: url(https://www.handicap.fr/images/haut_orange.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%
}

a.liennavhaut:link {
	color: #000000;
	font-size: 0.8em;
	border-right: 1px solid #CD5813;
	border-bottom: 1px solid #CD5813;
	text-decoration: none !important;
	padding-right: 2px;
	background-color: transparent;
	background-image: url(https://www.handicap.fr/images/haut_orange.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%
}

a.liennavhaut:visited {
	color: #000000;
	font-size: 0.8em;
	border-right: 1px solid #CD5813;
	border-bottom: 1px solid #CD5813;
	text-decoration: none !important;
	padding-right: 2px;
	background-color: transparent;
	background-image: url(https://www.handicap.fr/images/haut_orange.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%
}

a.liennavhaut:hover {
	color: #FF6600;
	font-size: 0.8em;
	border-right: 1px solid #CD5813;
	border-bottom: 1px solid #CD5813;
	text-decoration: none !important;
	padding-right: 2px;
	background-color: transparent;
	background-image: url(https://www.handicap.fr/images/haut_orange.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%
}

#sharelnks {
	text-align: right;
	margin: 2px 5px 2px 5px;
	font-size: 0.9em;
	line-height: 1.4em;
}

#sharelnks ul,
#sharelnks li { display: inline; text-align:left; }

#sharelnks ul { margin-left: 0; margin-right: 2px; }

#sharelnks li,
.sharelnks li { padding: 0 2px; }

#sharelnks a,
.sharelnks a {
	background: url('https://www.handicap.fr/images/sprites/share_icons.png') 0 0 no-repeat;
	display: inline-block;
	height: 16px;
	overflow: hidden;
	text-indent: -9999px;
	width: 16px;
}

#sharelnks a {
	vertical-align: top;
}

.sharelnks a {
	margin-right: 2px;
	vertical-align: text-bottom;
}

#sharelnks a.viadeo,
.sharelnks a.viadeo {
	background-position: -10px -10px;
	height: 17px;
}

#sharelnks a.googlebookmarks,
.sharelnks a.googlebookmarks {
	background-position: -10px -47px;
}

#sharelnks a.linkedin,
.sharelnks a.linkedin {
	background-position: -10px -84px;
}

#sharelnks a.twitter,
.sharelnks a.twitter {
	background-position: -10px -120px;
}

#sharelnks a.facebook,
.sharelnks a.facebook {
	background-position: -10px -157px;
}

#sharelnks a.rss,
.sharelnks a.rss {
	background-position: -10px -193px;
}

#sharelnks a.googleplus,
.sharelnks a.googleplus {
	background-position: -10px -227px;
}
/* ------------------------------------------------------------------------
 * ARTICLE HIGHLIGHTS
 * ------------------------------------------------------------------------ */
.strongorange {
	font-weight: bold;
	font-style: normal;
	color: #CD5813;
	background-color: #FFFFFF;
}

.strongblue {
	font-weight: bold;
	font-style: normal;
	color: #003366;
	background-color: #FFFFFF;
}

/* ------------------------------------------------------------------------
 * ARTICLE ABSTRACT
 * ------------------------------------------------------------------------ */
#abstract {
	float: right;
	width: 200px;
	top: 200px;
	margin: 4px;
}

@media screen and (max-width: 600px) {
	#abstract {
		display:block;
		float:none;
		width:auto;
		max-width: 95%;
		margin: 4px;
	}
	#abstract p {
		line-height: 1.1em;
		font-size: 0.9em;
		margin-top: 0px;
		padding: 4px;
		color: #333333;
		border: 1px solid #999999;
		background-color: #E5E5E5;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	#abstract img {
		display:none;
	}
}



#abstract p {
	line-height: 1.1em;
	font-size: 0.9em;
	margin-top: 0px;
	padding: 4px;
	color: #333333;
	border: 1px solid #999999;
	background-color: #E5E5E5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#abstract img {
	border: 1px solid #999999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.abstractauth {
	font-size: 0.85em;
	font-weight: bold;
}

.legalnote {
	font-size: 0.9em;
	font-style: italic;
}

/* ------------------------------------------------------------------------
 * ARTICLE COMMENTS
 * ------------------------------------------------------------------------ */
.comment {
	font-size: 0.95em;
	text-align: left;
	margin: 0px 10px 3px 10px;
	padding-left: 2px;
	border-left: 1px dotted #003366;
	border-top: 1px dotted #003366;
}

/* ------------------------------------------------------------------------
 * PRODUCT LISTS
 * ------------------------------------------------------------------------ */
.prdlistdiv {
	float: left;
	width: 100%;
	margin-bottom: 3px;
	border-bottom: 1px #B1BCC5 dotted;
	padding: 2px 0 2px 0px;
}

/* float:left; */
.prdlistimg {
	float: left;
	margin-right: 2px;
	border:1px solid #E5E5E5;
}

.prdlistdiv p {
	padding: 2px 0 2px 85px;
}

ul#prdlist {
	list-style: none inside;
}

ul#prdlist a.liennavhaut {
	font-size: 1em;
	font-weight: normal;
}

/* ------------------------------------------------------------------------
 * ADVERTS LISTS
 * ------------------------------------------------------------------------ */
#adverts {
	margin: 15px 0;
}

.anAdvert {
	margin: 10px 10px 0 0;
	border: 1px solid #C1C1C1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.anAdvertContent {
	margin: 2px 0 0 90px;
}

.anAdvertImage {
	width: 80px;
	height: 80px;
	float: left;
	margin: 5px;
}

.anAdvertContentRight {
	width: 115px;
	float: right;
	margin: 2px 10px 0 0;
	font-weight: bold;
	color: #D50000;
}

.anAdvertContent ul {
	list-style-type: none;
	margin: 10px 0 0 0;
}

/* ------------------------------------------------------------------------
 * FOOTER
 * ------------------------------------------------------------------------ */
#mainfooter {
	clear: both;
}

#footer_header {
	width: 100%;
	margin: 0;
	background: #CD5813;
	text-align: left;
	border-top: 2px solid #CD5813;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;

	-moz-box-shadow: 0px 10px 5px -3px #CCCCCC;
	-webkit-box-shadow: 0px 10px 5px -3px #CCCCCC;
	box-shadow: 0px 10px 5px -3px #CCCCCC;
}

#footer_sub {
	display: block;
	background: #CD5813;
	width: 1000px;
	margin: 0 auto;
	color: #FFFFFF;
	text-align: left;
	vertical-align: baseline;

}

@media screen and (max-width: 600px) {
	#footer_sub {
		width: 100%;
	}
}

#footer_sub img {
	vertical-align: baseline
}

#footer_sub span {
	font-size: 0.9em;
	padding: 4px 0 4px 3px;
	vertical-align: baseline
}

#footer_precontent {
	width: 1000px;
	margin: 0 auto;
	padding: 3px 0 3px 0;
	background: #FFFFFF;
	text-align: center;
	border: 0;
}

@media screen and (max-width: 600px) {
	#footer_precontent {
		width: 100%;
	}
}

#footer_content {
	width: 1000px;
	margin: 3px auto;
	padding: 3px 0 3px 0;
	background: #FFFFFF;
	text-align: left;
	border-top: 0px solid #CD5813;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;

	-moz-box-shadow: 0px 10px 5px -3px #CCCCCC;
	-webkit-box-shadow: 0px 10px 5px -3px #CCCCCC;
	box-shadow: 0px 10px 5px -3px #CCCCCC;
}

@media screen and (max-width: 600px) {
	#footer_content {
		width: 100%;
	}
}

#footer_content_sub {
	background: #FFFFFF;
	color: #000000;
	font-size: 0.8em;
	text-align: center;
}

#partners {
	background: #FFFFFF;
	margin: 12px 0 8px 0;
	padding: 0;
	text-align: center;
}

#partners .partners a {
	background: url('https://www.handicap.fr/images/sprites/partners.png') 0 0 no-repeat;
	display: inline-block;
	overflow: hidden;
	text-indent: -9999px;
	vertical-align: middle;
}

#partners a.homeaccess {
	background-position: -10px -10px;
	height: 50px;
	width: 150px;
}


#partners a.handi2day {
	background-position: -10px -80px;
	height: 50px;
	width: 135px;
}


#partners a.cinema-handicap {
	background-position: -10px -148px;
	height: 50px;
	width: 150px;
}


#partners a.autonomease {
	background-position: -10px -218px;
	height: 50px;
	width: 150px;
}

#lastfooter {
	clear: both;
	color: #000000;
	background: #FFFFFF;
	border: 0px solid #003163;
	text-align: center;
	font-size: 0.9em;
	margin: 10px 0 0 0;
}

#bandeau {
}

/* ------------------------------------------------------------------------
 * BANNERS
 * ------------------------------------------------------------------------ */

/* Horizontal banners (top & bottom)  */
.pub_h {
	display:inline-block;
	/* width: 470px; */
	margin: 2px auto;
	text-align: center;
	min-height: 60px;
}

.pub_h img {
	border: 1px solid #CDCDCD;
}

/* Left skyscraper   */
.pub_v {
	display: block;
	text-align: center;
	margin: auto;
}

.pub_v img {
	border: 1px solid #CDCDCD;
}

/* Home page square */
.pub_s {
	margin: 10px 0 10px 0;
	min-height: 250px;
}

.pub_s img {
	border: 1px solid #CDCDCD;
}

@media screen and (max-width: 300px) {
	.pub_s {
		display: none;
	}
}

/* ------------------------------------------------------------------------
 * "TAB" navigation elements
 * ------------------------------------------------------------------------ */
ul.tabnav {
	list-style-type: none !important;
	margin: 0 0 5px 0 !important;
	padding-bottom: 24px;
	border-bottom: 1px solid #CCCCCC;
}

ul.tabnav li {
	float: left;
	height: 1em;
	background-color: #CCCCCC;
	margin: 1px 1px 0 1px;
	border: 1px solid #CCCCCC;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

ul.tabnav li.active {
	border-bottom: 1px solid #CCCCCC;
	background-color: #CCCCCC;
}

.tabnav a {
	float: left;
	display: block;
	color: #666;
	text-decoration: none;
	padding: 4px;
}

.tabnav a:hover {
	background: #CCCCCC;
}

.tabsection {
	border: 1px solid #CCCCCC;
}

/* ------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------
 * EMPLOI
 * ------------------------------------------------------------------------ */

.gestion_cv_block {
	margin-top: 8px;
	padding-top: 8px;
	width: 33%;
	clear: none;
	float: left;
	margin-left: auto;
	margin-right: auto;
}

.gestion_cv_block_image {
	margin-left: 0;
	width: 25%;
	float: left;
}

.gestion_cv_block_text {
	width: 70%;
	clear: none;
	float: left;
}

.offerimg {
	float: right;
	margin: 13px 25px 0 0;
	max-width: 100px;
	max-height: 100px;
}

#contenu_wrec .jobbutton {
	background-color: #CD5813;
	width: 100%;
	float: left;
	text-align: center;
	font-size: 1.3em;
	box-shadow: 4px 4px 15px #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#contenu .jobbutton {
	background-color: #CD5813;
	width: 100%;
	float: left;
	text-align: center;
	font-size: 1.3em;
	box-shadow: 4px 4px 15px #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 3px;
}

#contenu_wrec .jobbutton a {
	display: block;
	width: 95%;
	padding: 18px 0 18px 0;
	margin: 0 0 0 5px;
	text-decoration: none;
	color: white;
}

#contenu_wrec .jobbutton a:link {
	display: block;
	width: 95%;
	padding: 18px 0 18px 0;
	margin: 0 0 0 5px;
	text-decoration: none;
	color: white;
}

#contenu_wrec .jobbutton a:visited {
	display: block;
	width: 95%;
	padding: 18px 0 18px 0;
	margin: 0 0 0 5px;
	text-decoration: none;
	color: white;
}

#contenu_wrec .jobbutton a:hover {
	display: block;
	width: 95%;
	padding: 18px 0 18px 0;
	margin: 0 0 0 5px;
	text-decoration: none;
	color: white;
}

#contenu .jobbutton a {
	display: block;
	width: 95%;
	padding: 18px 0 18px 0;
	margin: 0 0 0 5px;
	text-decoration: none;
	color: white;
}

#contenu .jobbutton a:link {
	display: block;
	width: 95%;
	padding: 18px 0 18px 0;
	margin: 0 0 0 5px;
	text-decoration: none;
	color: white;
}

#contenu .jobbutton a:visited {
	display: block;
	width: 95%;
	padding: 18px 0 18px 0;
	margin: 0 0 0 5px;
	text-decoration: none;
	color: white;
}

#contenu .jobbutton a:hover {
	display: block;
	width: 95%;
	padding: 18px 0 18px 0;
	margin: 0 0 0 5px;
	text-decoration: none;
	color: white;
}

/* ------------------------------------------------------------------------
 * FORMS
 * ------------------------------------------------------------------------ */
input, select, textarea { margin: 2px; padding: 0; border: 1px solid #000000; background-color: #FFFFFF; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

option {
	margin: 0;
	padding: 0;
	border: 0;
}

*.formimg {
	color: #000000;
	background-color: #FFFFFF;
	font-size: 1em;
	border: 0;
	margin: 1px;
}

*.formel {
	color: #000000;
	background-color: #FFFFFF;
	font-size: 1em;
	border: 1px solid #000000;
	margin: 1px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

*.forme2 {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid white;
	margin: 0;
	padding: 0;
	text-decoration: underline;
	font-weight: normal;
	font-family: arial, verdana, helvetica, sans-serif;
}

*.forme2:hover {
	color: #FFCC00;
	background-color: #FFFFFF;
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: underline;
	font-weight: normal;
	font-family: arial, verdana, helvetica, sans-serif;
}

span.formlabel			{ display: inline; float: left; width: 11em; text-align: right; padding: 2px; }
label.WBformlabel		{ display: block;  text-align: left; }
label.formlabel			{ display: inline; float: left; width: 11em; text-align: right; padding: 2px; }
label.formlabellong		{ display: inline; float: left; width: 18em; text-align: right; padding: 2px; }

fieldset {
	border: 1px solid black;
	margin: 0 10px 10px 10px;
	padding: 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

}

legend {
	color: #000000;
	background: #FFFFFF;
	border: 1px solid black;
	padding: 2px 6px;
	margin: 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.hdrctry_emptyfloatdiv {
	margin: 0;
	padding: 0 0 2px 0;
	border: 0;
	background-color: inherit;
	float: left;
	position: relative;
	width: 100%;
}

label.hdrctry_formlabel {
	display: inline;
	float: left;
	width: 11em;
	text-align: right;
	padding: 2px;
}

.form-v2 fieldset {
	border-color: #aaa;
}

.form-v2 fieldset legend {
	background-color: #cd5813;
	border: 0 none;
	border-radius: 4px;
	color: #fff;
	padding: 4px 8px;
}

.form-v2 fieldset .label,
.form-v2 fieldset label {
	display: inline-block;
	float: none;
	font-size: .9em;
	vertical-align: middle;
	width: 13em;
}

.form-v2 fieldset input {
	vertical-align: middle;
}

.form-v2 fieldset select {
	vertical-align: sub;
}

.form-v2 fieldset input,
.form-v2 fieldset select,
.form-v2 fieldset textarea {
	border-color: #666;
	border-radius: 2px;
	max-width: 22em;
}

.form-v2 .boutton {
	background-color: #cd5813;
	border: 0 none;
	border-radius: 2px;
	color: #fff;
	margin-left: 6px;
	margin-top: 2px;
	padding: 3px 8px 3px 6px;
}

.form-v2 .notice {
	font-size: .8em;
	margin-left: 6px;
	padding-top: 2px;
}

.form-v2 sup {
	color: red;
}

/*  Assistanec specific elements */
label.assistance-label	{ display: inline; float: left; width: 11em; text-align: right; padding: 2px; clear:left;}
.assistance-errors		{ color:red; }


.generalbutton {color: #FFFFFF;background-color: #CD5813;text-align: center;font-size: 1em;box-shadow: 4px 4px 15px #aaa;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;margin: 5px;border:0;}

.generalbutton a		 { padding: 2px 0 2px 0; margin: 0; text-decoration: none; color: #FFFFFF; background-color: #CD5813; }
.generalbutton a:link	{ padding: 2px 0 2px 0; margin: 0; text-decoration: none; color: #FFFFFF; background-color: #CD5813; }
.generalbutton a:visited { padding: 2px 0 2px 0; margin: 0; text-decoration: none; color: #FFFFFF; background-color: #CD5813; }
.generalbutton a:hover   { padding: 2px 0 2px 0; margin: 0; text-decoration: none; color: #FFFFFF; background-color: #CD5813; }
.generalbutton input	 { border:0; }


/* ------------------------------------------------------------------------
 * TABLES
 * ------------------------------------------------------------------------ */
table {
	padding: 1px;
	font-size: 0.9em;
	/*
	border:1px solid black;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
			border-radius:4px;
	*/
}

th {
	border-bottom: 1px solid black;
	padding: 1px;
	font-size: 0.7em;
}

table.dataA {
	margin: 7px auto;
	border-collapse: separate;
	width: 90%;
	padding: 1px;
	font-size: 0.9em;
	background-color: #FFFFFF;
	/*
	border:1px solid black;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
			border-radius:4px;
	*/
}

.dataA a {
	color: #333333;
	background-color: inherit;
	text-decoration: none !important;
	font-weight: normal;
}

.dataA a:link {
	color: #333333;
	background-color: inherit;
	text-decoration: none !important;
	font-weight: normal;
}

.dataA a:visited {
	color: #333333;
	background-color: inherit;
	text-decoration: none !important;
	font-weight: normal;
}

/* 000099 */
.dataA a:hover {
	color: #FB6900;
	background-color: inherit;
	text-decoration: underline !important;
	font-weight: normal;
}

.dataA1 a {
	color: #333333;
	background-color: inherit;
	text-decoration: none !important;
	font-weight: normal;
}

.dataA1 a:link {
	color: #333333;
	background-color: inherit;
	text-decoration: none !important;
	font-weight: normal;
}

.dataA1 a:visited {
	color: #333333;
	background-color: inherit;
	text-decoration: none !important;
	font-weight: normal;
}

/* 000099 */
.dataA1 a:hover {
	color: #FB6900;
	background-color: inherit;
	text-decoration: underline !important;
	font-weight: normal;
}

.dataA2 a {
	color: #333333;
	background-color: inherit;
	text-decoration: none !important;
	font-weight: normal;
}

.dataA2 a:link {
	color: #333333;
	background-color: inherit;
	text-decoration: none !important;
	font-weight: normal;
}

.dataA2 a:visited {
	color: #333333;
	background-color: inherit;
	text-decoration: none !important;
	font-weight: normal;
}

/* 000099 */
.dataA2 a:hover {
	color: #FB6900;
	background-color: inherit;
	text-decoration: underline !important;
	font-weight: normal;
}

tr.dataA {
	background-color: #FFFFFF;
	font-size: 0.9em;
	/*
	border-bottom:1px solid black; padding:2px;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
			border-radius:4px;
	*/
}

tr.dataA1 {
	background-color: #FFFFFF;
	font-size: 0.9em;
	/*
	border-bottom:1px solid black; padding:2px;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
			border-radius:4px;
	*/
}

tr.dataA2 {
	background-color: #F0F0F0;
	font-size: 0.9em;
	/*
	border-bottom:1px solid black; padding:2px;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
			border-radius:4px;
	*/
}

tr.dataA1 td {
	vertical-align: top;
	padding: 6px 1px 6px 1px;
	border-bottom: 1px dotted black;
}

tr.dataA2 td {
	vertical-align: top;
	padding: 6px 1px 6px 1px;
	border-bottom: 1px dotted black;
}

tr.dataA th {
	vertical-align: top;
	padding: 6px 1px 6px 1px;
	border-bottom: 1px solid black;
	font-size: 1.0em;
	font-weight: bold;
}

#job-table {
	width: 95%;
}

#job-table td {
	font-size: .95em;
	padding: 6px 4px 8px;
	vertical-align: middle;
}

#job-table td + td {
	padding: 8px 10px 8px 4px;
}

#job-table img {
	border: 1px solid #eee;
}

#job-table a:link {
	font-size: 1em;
	line-height: 1.2em;
	text-decoration: underline !important;
}

#job-table .job-offer .logo {
	text-align: center;
}

#job-table .job-offer .logo img {
	display: block;
	margin: 0 auto 2px;
}

#job-table .job-offer .title:link {
	display: block;
	font-size: 1.1em;
	line-height: 1.1em;
}

#job-table .job-offer .details {
	display: block;
	color: #333;
	font-size: .95em;
	margin: 6px 0 3px;
	padding: 0;
}

#job-table .job-offer .details a {
	font-weight: normal;
}


#job-table .job-offer p {
	font-size: 1em;
	line-height: 1.1em;
	margin: 5px 0;
}

/* ------------------------------------------------------------------------
 * CARTE (TOURISME)
 * ------------------------------------------------------------------------ */

.carte-tourisme, .carte-region-tourisme{
	width: 500px;
	margin: 10px auto;
}
.carte-tourisme #map_canvas, .carte-region-tourisme #map_canvas{
   width: 500px;
   height: 400px;
   margin: auto;
   position: relative;
   background-color: rgb(229, 227, 223);
   overflow: hidden;
  }
@media screen and (max-width: 600px){
	.carte-tourisme{
		width: auto;
		transform: scale(0.7);
		-ms-transform: scale(0.7);
		-webkit-transform: scale(0.7);
		margin-left: -75px;
	}
   .carte-region-tourisme{
		width: auto;
		transform: scale(0.8);
		-ms-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		margin-left: -20px;
	}
}

/* ------------------------------------------------------------------------
 * AUTO COMPLETION
 * ------------------------------------------------------------------------ */
.autocomplete-suggestions {
    text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);

    /* core styles should not be changed */
    position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
}
.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; }
.autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; }
.autocomplete-suggestion.selected { background: #f0f0f0; }

/* ------------------------------------------------------------------------
 * END
 * ------------------------------------------------------------------------ */
/* ** CSS END ** */