
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #DA2F38; color: #fff; text-shadow: none; }
::selection { background: #DA2F38; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #555555; text-decoration:none; }
a:visited { color: #555555; }
a:hover { color:#DA2F38;}
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle;outline:none;  }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }
textarea{ padding:8px;}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

input[type=text], input[type=password], textarea{
	border:1px solid #C2C2C2;
	background: url('../Images/site/bg_form.jpg') top left repeat-x #fff;}

input[type="text"], input[type=password]{
	height:27px;
	padding-left:10px;
	width: 90%;}

textarea{ width:94%;}

input[type=submit]{
	color:#fff;
	padding:2px 6px;
	background: #DA2F38;
	cursor:pointer;
	border:none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; width: 100%; font-size:12px;}
td { vertical-align: middle; }

.table_custom td{padding:5px;}
.table_custom thead{ 
	background: #bdbdbd;
	background: -moz-linear-gradient(top, #bdbdbd 0%, #989898 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdbdbd), color-stop(100%,#989898));
	background: -webkit-linear-gradient(top, #bdbdbd 0%,#989898 100%);
	background: -o-linear-gradient(top, #bdbdbd 0%,#989898 100%);
	background: -ms-linear-gradient(top, #bdbdbd 0%,#989898 100%);
	background: linear-gradient(to bottom, #bdbdbd 0%,#989898 100%);}
	
.table_custom thead td.first{ 
	overflow: hidden;
	-webkit-border-top-left-radius: 6px;
	   -moz-border-radius-topleft: 6px; 
			border-top-left-radius: 6px;}
			
.table_custom thead td.last{ 
	overflow: hidden;
	-webkit-border-top-right-radius: 6px;
	   -moz-border-radius-topright: 6px;
			border-top-right-radius: 6px;}
	
.table_custom thead td{ color:#fff; padding:8px 0px ; text-align: center; font-weight: bold; font-size:14px; text-shadow:1px 1px #7B7B7B;}


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.div-clear:before, .div-clear:after { content: ""; display: table; }
.div-clear:after { clear: both; }
.div-clear { *zoom: 1; }

/* =============================================================================
   Pagination
   ========================================================================== */
   
#multi-page{ margin:0 auto;}
a.pagination_pagecourante{ }

#multi-page-courrante,
.multi-page-numero{ float: left; }

#multi-page-courrante a,
.multi-page-numero a{display:block; width:20px; height:20px; text-align: center; }

#multi-page-courrante{float:left; font-weight: bold;}

#multi-page-precedente,
#multi-page-suivante{
	width:20px; height:20px; text-align: center;}

#multi-page-precedente a,
#multi-page-suivante a{
	background-image: url('../Images/site/pagination.jpg');
	display:block;
	width:8px;
	height:12px;
	margin: 5px auto 0 auto;}
	
#multi-page-suivante a{	background-position: top right;}
#multi-page-precedente a{	background-position: top left;}

#multi-page-suivante a:hover{	background-position: bottom right;}
#multi-page-precedente a:hover{	background-position: bottom left;}

#multi-page-suivante.no a,
#multi-page-precedente.no a{background: none;}


#multi-page-precedente.no a{	background-position: top left;}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* ===============================================================
   Style Paul Gerold 19/10/2012
   
   COLOR Rouge Logo : #DA2F38;
   COLOR Gris Logo : #909090;
   ========================================================================== */
   
/* =============================================================================
   General 
   ========================================================================== */

body{
	text-align:justify;
	color:#545454;
	background: url('../Images/site/fond.jpg') repeat;
	margin: 0; font-size: 15px; line-height: 1.5; }

h1{color:#555555; margin:20px 0px; line-height: 32px;}
h1::before{content:"// "; color:#DA2F38; }
h1.small{font-size:29px;}

h2{color:#DA2F38; margin:5px 0px; font-size:18px;}
h2.list_titre{
	text-align:left;
}
h3{color:#555555; margin:2px 0px; font-size:16px;}

.red{color: #DA2F38;}
.text_align_left{text-align: left;}
.fichier-tel {
	border-bottom: 1px solid #DDDDDE;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;}

a.fichier-tel-a {
	background-image: url("../Images/site/logo-pdf.png");
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	text-decoration: none;
	line-height: 20px;
	padding-left: 25px;
	color: black;}

img{ max-width:100%;}

.more{ color:#DA2F38; font-weight: bold;}

p a{text-decoration:underline;}
p{ text-align: justify;}

.lien_pdf_custom{
	background: url(../Images/site/file_extension_pdf.png) center top no-repeat;
	display: block;
	float: left;
	height: 55px;
	line-height: 93px;
	margin:0px 40px 20px 20px;
	text-align: center;}
	
.orange,
.orange a{
	color:#ffa500;}


/* ==========================================================================
   Pop in
   ========================================================================== */
   
.box_popin {
	display: none;
	width: 385px;
	position: relative;
	background: #fcfbf9;
	background: -moz-linear-gradient(top, #fcfbf9 0%, #e8e8e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfbf9), color-stop(100%,#e8e8e6));
	background: -webkit-linear-gradient(top, #fcfbf9 0%,#e8e8e6 100%);
	background: -o-linear-gradient(top, #fcfbf9 0%,#e8e8e6 100%);
	background: -ms-linear-gradient(top, #fcfbf9 0%,#e8e8e6 100%);
	background: linear-gradient(to bottom, #fcfbf9 0%,#e8e8e6 100%);
	
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
			border-radius: 8px;}

.box_popin_title {
	color: white;
	text-shadow: 1px 1px 1px #7B7B7B;
	border-bottom: 1px solid #7F7F7F;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	background: #C8C8C8;
	background: -moz-linear-gradient(top, #C8C8C8 0%, #C8C8C8 38%, #979797 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C8C8C8), color-stop(38%,#C8C8C8), color-stop(100%,#979797));
	background: -webkit-linear-gradient(top, #C8C8C8 0%,#C8C8C8 38%,#979797 100%);
	background: -o-linear-gradient(top, #C8C8C8 0%,#C8C8C8 38%,#979797 100%);
	background: -ms-linear-gradient(top, #C8C8C8 0%,#C8C8C8 38%,#979797 100%);
	background: linear-gradient(to bottom, #C8C8C8 0%,#C8C8C8 38%,#979797 100%);
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	font-size:17px;
}

.box_popin_text {
	text-align:center;
	padding: 20px;
	font-size: 14px;
	color:#000;
	padding: 20px 20px 20px 20px;}

.box_popin_close {
	float: right;
	display: block;
	height: 17px;
	width: 17px;
	background: url('../Images/site/close.png') center center no-repeat;
	margin: 12px;
	position: absolute;
	right: 0;
	top: 0;}
	
.fondDrArrayImageViewer {
	background-color:#000000;
	z-index: 10001;
	height: 100%;
	width: 100%;
	position: fixed;
	top:0;
	left:0;
	display:block;}

/* =============================================================================
   Header 
   ========================================================================== */

#header{
	background: url('../Images/site/batiments.jpg') center bottom no-repeat #fff;
	height: 118px;
	border-bottom:11px solid #DA2F38;}

#cnt_header{
	width: 960px;
	margin:0 auto;}
	
#logo{
	margin:13px 0 0 15px;
	float:left;}
	
#head_accroche{
	height: 32px;
	margin-top:40px;
	margin-left:15px;
	padding-left:15px;
	border-left:1px solid #909090;
	line-height:17px;
	float:left;}
	
#head_accroche_top{
	display:block;
	color:#909090;
	font-weight: bold;
	text-transform: uppercase;
}

#head_accroche_bottom{
	color:#DA2F38;
	display:block;
	font-style: italic;
}

/* ==========================================================================
   Footer 
   ========================================================================== */

#footer{
	text-align:center;
	margin-bottom:20px;
	font-size:14px;
	color:#666666;}
	
#footer div{
	margin:15px auto;
	width: 500px;
	border-top:1px solid #B2B2B2;
	border-bottom:1px solid #FFFFFF;}

#footer a{
	text-decoration:none;
	color:#666666;}
	
#footer a:hover{
	text-decoration:underline;}

/* ==========================================================================
   Conteneur 
   ========================================================================== */
#head_contact{

	position: absolute;
	top:0;
	right: 250px;
	background: #DA2F38;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
#head_contact.ecart{
	right: 194px;
}
#head_contact a{
	color:#fff;
	padding: 0 15px;
	height: 25px;
	display: block;
	font-weight: bold;
	font-size: 13px;
}

#identification{
	position: absolute;
	right:25px;
	top:0px;
}

#identification a{
	display: block;
	background: url(../Images/site/identification.png) 25px 0px no-repeat #DA2F38;
	color:#fff;
	text-align:left;
	font-weight: bold;
	text-decoration: none;
	height: 25px;
	line-height: 18px;
	width: 164px;
	font-size:13px;
	padding-left:50px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	   -moz-border-radius-bottomright: 6px;
	   -moz-border-radius-bottomleft: 6px;
			border-bottom-right-radius: 6px;
			border-bottom-left-radius: 6px;
}
#identification a.deco{
	width: 108px;
}

#conteneur{
	-webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
	   -moz-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
	     -o-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
			box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
	
	position: relative;
	background: #fff;
	width:940px;
	padding:10px;
	margin:0 auto;
	border-bottom:11px solid #DA2F38;
	margin-bottom:20px;}

#conteneur_right{
	width: 690px;
	float: right;
	margin-right: 10px;}
	
#conteneur_left{
	float:left;
	width:220px;}
	
.bloc_menu{
	padding:9px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 0px 8px 0px #C2C2C2;
	   -moz-box-shadow: 0px 0px 8px 0px #C2C2C2;
	     -o-box-shadow: 0px 0px 8px 0px #C2C2C2;
			box-shadow: 0px 0px 8px 0px #C2C2C2;
}

.bloc_menu, .cnt_bloc_menu{
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;}

.blo_menu_title{
	color:#fff;
	text-shadow: 1px 1px 1px #7B7B7B;
	border-bottom:1px solid #7F7F7F;
	height: 34px;
	line-height: 34px;
	text-align:center;	
	font-weight:bold;
	
	background: #c8c8c8;
	background: -moz-linear-gradient(top, #c8c8c8 0%, #c8c8c8 38%, #979797 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8c8c8), color-stop(38%,#c8c8c8), color-stop(100%,#979797));
	background: -webkit-linear-gradient(top, #c8c8c8 0%,#c8c8c8 38%,#979797 100%);
	background: -o-linear-gradient(top, #c8c8c8 0%,#c8c8c8 38%,#979797 100%);
	background: -ms-linear-gradient(top, #c8c8c8 0%,#c8c8c8 38%,#979797 100%);
	background: linear-gradient(to bottom, #c8c8c8 0%,#c8c8c8 38%,#979797 100%);
	
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	   -moz-border-radius-topleft: 6px;
	   -moz-border-radius-topright: 6px;
			border-top-left-radius: 6px;
			border-top-right-radius: 6px;}
	
.wrap_menu_item{
	background: #FDFBFC;
	-moz-box-shadow: inset 0px 0px 5px 0px #DDDDDD;
	-webkit-box-shadow: inset 0px 0px 5px 0px #DDDDDD;
	-o-box-shadow: inset 0px 0px 5px 0px #DDDDDD;
	box-shadow: inset 0px 0px 5px 0px #DDDDDD;}

a.menu_item_a{
	color:#666666;
	text-align: center;
	border-top:1px solid #DDDBDC;
	font-weight: bold;
	font-size:13px;
	display: block;
	padding:8px 0px;
	text-decoration:none;
	position: relative;}

a.menu_item_a:hover,
li.hover a.menu_item_a
{
	border-top:1px solid #DA2F38;
	background:#DA2F38;
	color:#fff;
}
a.menu_item_a.mise_en_avant{
	color: #DA2F38;
}
a.menu_item_a.mise_en_avant:hover{
	color:#fff;
}
.ss_menu{
	position:absolute;
	display:none;}
	
.menu_item:hover .ss_menu{
	display: block;
	right: 210px;
	top:0px;
	width: 230px;}

#menu ul{
	margin:0;
	padding:0;
}

#menu li{position:relative; list-style: none;}

.ul_menu ul {
	display:none;
	position: absolute;
	left:202px;
	top:0px;
	width: 230px;
	background: #DA2F38;
}

.ul_menu ul ul{	left:230px;}

.ul_menu ul li a,
.ul_menu ul a.menu_item_a,
.ul_menu ul ul li a.menu_item_a{
	background:url('../Images/site/hr.jpg') bottom center no-repeat;
	border:none;
	padding-left:10px;
	padding-right:10px;
}

.ul_menu ul a{
	color:#fff;
	height: inherit;}

.ul_menu ul li.last a,
.ul_menu ul ul li.last a.menu_item_a{
	background: none;
}

ul.ul_menu,
li.last,
div.wrap_menu_item{
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	   -moz-border-radius-bottomright: 6px;
	   -moz-border-radius-bottomleft: 6px;
			border-bottom-right-radius: 6px;
			border-bottom-left-radius: 6px;
}

li.menu_item.last.hover,
li.menu_item.last.hover a{
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 6px;
	   -moz-border-radius-bottomright: 0px;
	   -moz-border-radius-bottomleft: 6px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 6px;
}

li.menu_item.last.hover.nossmenu,
li.menu_item.last.hover.nossmenu a{
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	   -moz-border-radius-bottomright: 6px;
	   -moz-border-radius-bottomleft: 6px;
			border-bottom-right-radius: 6px;
			border-bottom-left-radius: 6px;
}

li.menu_item.last.hover a.has_ss_menu{
	-webkit-border-radius: 0px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius: 0px;
	-moz-border-radius-bottomleft: 6px;
	border-radius: 0px;
	border-bottom-left-radius: 6px;
}

/* ==========================================================================
   LIST ACTUS 
   ========================================================================== */

.list{
	padding:10px 20px 20px 20px;

	margin-bottom: 10px;
	-webkit-box-shadow: 0px 0px 5px 0px #9b9b9b;
	   -moz-box-shadow: 0px 0px 5px 0px #9b9b9b;
	     -o-box-shadow: 0px 0px 5px 0px #9b9b9b;
			box-shadow: 0px 0px 5px 0px #9b9b9b;
}

.list_cnt img{
	float:left;
	margin:0px 6px 6px 0px;
}

.list_cnt{
	font-size:14px;}
	
.list_more a{
	display: :block;
	float:right;
	background-color: #DA2F38;
	color:#fff;
	font-size:12px;
	text-decoration: none;
	padding:1px 5px;
	
	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
			border-radius: 4px;}
	
.list_more a:hover{
	text-decoration: underline;}


/* ==========================================================================
   Galerie photo 
   ========================================================================== */
   
.ligne-photo-logo
{
	padding-top: 3px;
	width: 90px;
	height: 70px;
	float: left;
}
.ligne-photo-logo a img
{
	border: 0px;
}
.ligne-photo-text
{
	width: 470px;
	height: 70px;
	float: left;
	padding-left: 10px;
	color: #808080;
}

.ligne-photo
{
	width: 570px;
	height: 70px;
	border-bottom: 1px solid #ddddde;
	margin-bottom: 5px;
}

/* ==========================================================================
   Archives membres 
   ========================================================================== */
   
.sous-menu-site{
	margin-left:20px;}

.onglet-menu {
	margin-top: 8px;}
	
.fichier-tel{
	margin-bottom:10px;
}

/* ==========================================================================
   Identification 
   ========================================================================== */
   
#connection{
	width:300px;
	margin:0 auto;}

#connection input[type=text],
#connection input[type=password]{
	width: 100%;}
	
/* ==========================================================================
   Archives actualités 
   ========================================================================== */
   	
a.fichier-actu-a {
	background-image: url("../Images/site/logo-actu.png");
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	line-height: 20px;
	padding-left: 25px;
	color: black;
	font-size:12px;}

.reponse-sujet-titre{
	font-weight: bold;}

.archive_actu.list{
	min-height: 144px;
	width: 300px;
	float:left;}

.archive_actu.list.left{
	margin-right:10px;}

/* ==========================================================================
   Statiques
   ========================================================================== */
 

#ancre_implantation {
	width: 295px;
	float: left;}

#chiffres-droit {
	width: 295px;
	margin:0 auto;
	text-align: left;}
	
#ancre_implantation a {
	text-decoration: none;
	color: black;
	background-image: url("../Images/site/logements.png");
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 25px;}
	
#info_contact{
	background: url('../Images/site/warning.png') 7px 4px no-repeat;
	border: 2px solid #A2A2A2;
	padding: 8px 10px 10px 64px;
	font-weight: bold;
	font-size: 12px;
	color:#6B6968;
}

.rgpd_container {
	margin-top: 15px;
	font-size: 12px;
}

.rgpd_container label {
	padding-left: 5px;
}

.rgpd_link {
	font-weight: bold;
	text-decoration: underline;
}

