@charset "UTF-8";

div, a, input, textarea, ul, li {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset,
input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

html, body {
    margin: 0;
    padding: 0;
    background-color: #e5e5e5;
    -webkit-font-smoothing: antialiased;
}

.hidden { display:none; }
.clear { clear:both; }
:focus { outline: 0; }
.left { float:left; }
.right { float:right; }
.none { float:none; }
.center { text-align: center; }
.pad { padding:0; }
.pad-left { padding-left:5px; }
.marg_pict { margin: 2px; }
.marg_r { margin-right:10px; }
.marg_r20 { margin-right:20px; }
.marg_l { margin-left:10px; }
.marg_b { margin-bottom:10px; }
.marg_t { margin-top:10px; }
.marg_t20 { margin-top:20px; }
.marg_t30 { margin-top:40px; }
.relative { position: relative }
.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

button {
    border:none;
}
a:active, a:hover, a:focus { outline: none; cursor:pointer; }

ol, ul { list-style-type: none; }

body {
	font: 12px/1em 'Ubuntu', sans-serif;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    word-break: break-word;
    text-rendering: optimizeLegibility;
	margin:0;
}

H1, H2, H3, H4, p, a {
	-webkit-transition-property:all;
	-webkit-transition-duration:0.3s;
	-webkit-transition-timing-function:ease-in-out;
	-moz-transition-property:all;
	-moz-transition-duration:0.3s;
	-moz-transition-timing-function:ease-in-out;
	-o-transition-property:all;
	-o-transition-duration:0.3s;
	-o-transition-timing-function:ease-in-out;
	-ms-transition-property:all;
	-ms-transition-duration:0.3s;
	-ms-transition-timing-function:ease-in-out;
	transition-property:all;
	transition-duration:0.3s;
	transition-timing-function:ease-in-out;
}

.no_transition {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
}

h1, .h1 {
    color: #33aeca;
	font-size: 2em;
    font-weight: 700;
    letter-spacing: -0.04em;
    padding: 0;
	text-transform:uppercase;
	overflow:hidden;
	line-height:1em;
}

h2, .h2 {
    font-size: 1.6em;
	font-weight:500;
	color: #666;
	letter-spacing: -0.02em;
	line-height:1em;
}

h3, .h3 {
    font-size: 13px;
	color: #666;
	font-weight:400;
	line-height:16px;
}

h4, .h4 {
	font-size: 11px;
	line-height:30px;
	color: #41342b;
}

h5, .h5 {
    font-size: 16px;
	font-weight:700;
	color: #666;
	line-height:25px;
}

h6, .h6 {
    font-size: 12px;
	color: #41342b;
	line-height: 25px;
}

p {
	color: #666;
	font-size: 1em;
    line-height: 16px;
	margin:0;
	font-weight:400;
}

a {
    color: #33aeca;
    outline: 0 none;
    text-decoration: none;
    -moz-transition: color 250ms ease-out 0s;
    -webkit-transition: color 250ms ease-out 0s;
    -o-transition: color 250ms ease-out 0s;
    -ms-transition: color 250ms ease-out 0s;
    transition: color 250ms ease-out 0s;
	cursor:pointer;
	line-height:16px;
	font-weight:500;
}
a:hover, a:active, a:focus {
    color: #33cc33;
    text-decoration: underline;
}

.h1_rouge { font-size: 13px; color: #ff3300; font-weight: normal; line-height:14px; }

.italic { display:block; width:100%; font-style:italic; color: #ddd; border-bottom: 1px solid #666; font-size: 1.1em; line-height: 22px; margin-bottom:10px; }

.ligne { display:inline-block; width:100%; height: 1px; overflow:hidden; background-color: #eeeeee; margin: 10px 0; }

.container {
    margin-right: auto;
    margin-left: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    width: 100%;
	max-width:1140px;
	padding: 0 20px;
}
.interne  {
	margin-top: 100px;
}

header  {
	width: 100%;
	margin: 0 auto;
	height: 100px;
	background-color: #41342b;
	position: fixed;
	top: 0;
	z-index: 100;
}

header #logo {
	float:left;
	margin-top:15px;
	padding:0;
}
header h1 {
    color: #fff;
	font-size: 2em;
    font-weight: 500;
    letter-spacing: -0.04em;
    padding: 0;
	text-transform:uppercase;
	overflow:hidden;
	line-height:1em;
	margin: 38px 0 0 20px;
}
header #admin {
	float: right;
	margin:20px 0 0 10px;
	padding: 10px;
	background-color: #a57f52;
	border-radius: 6px;
}

.icon_log {
    background: url(../img/icon_log.png) no-repeat;
	float: left;
    width: 20px;
    height: 22px;
	margin-top:-2px;
    background-position: center center;
    background-repeat: no-repeat;
}

.log {
	float: left;
	margin-left:10px;
	padding: 0;
}

.log > span {
	font-size: 0.9em;
    line-height: 18px;
	color: #fff;
	vertical-align:middle;
	display:inline-block;
}
.log > span strong {
	font-size: 1.3em;
}

.log a {
	font-size: 1.1em;
	color: #41342b;
	font-weight:500;
	line-height: 20px;
}
.log a:hover {
	color: #fff;
}

.bloc_login {
	position:relative;
	display:inline-block;
    background-color: #41342b;;
    padding: 20px 30px;
    margin: 120px 0;
	width:450px;
	text-align:left;
	border-radius: 6px;
	z-index: 100;
}
.bloc_login h2 {
	color: #ffffff;
	font-size: 1.6em;
    font-weight: 500;
    letter-spacing: -0.04em;
    padding: 0;
	overflow:hidden;
	line-height:normal;
}
.bloc_login .lien {
	font-size: 1.1em;
	color: #fff;
	font-weight:500;
	line-height: 20px;
}
.bloc_login .lien:hover {
	text-decoration:underline;
}
#mainMenu {
	display:inline-block;
	float:left;
    width: 20%;
	margin: 20px 1.5% 10px 0;
}

#mainMenu h3 {
	font-size: 1.2em;
	font-weight:700;
	color: #fff;
	letter-spacing: -0.04em;
	margin:0;
	background-color: #f57b31;
	padding: 5px 10px;
}

#mainMenu li .headerMenu {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 6px;
    -moz-transition: color 0.125s ease-in-out;
    -ms-transition: color 0.125s ease-in-out;
    -o-transition: color 0.125s ease-in-out;
    -webkit-transition: color 0.125s ease-in-out;
    transition: color 0.125s ease-in-out;
	color: #fff;
	padding: 15px;
	font-size: 14px;
	font-weight:600;
	width:100%;
	background: rgba(10, 67, 102, 1);
	text-transform:uppercase;
	margin-top:10px;
	line-height:1.2em
}
#mainMenu li:first-child .headerMenu {
	margin-top:0;
}


#mainMenu li:hover .headerMenu{
	background: #33aeca;
	text-decoration: none;
	color: #fff;
}

#mainMenu li.selected .headerMenu{
	margin-bottom:0;
	background: #33aeca;
}
#mainMenu li.sub .headerMenu{
    border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#mainMenu li .contentMenu{
    overflow: hidden;
    height: auto;
    max-height: 0;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    -o-transition: max-height 0.3s ease-out;
    -ms-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
}

#mainMenu li.selected .contentMenu {
    -webkit-transition: max-height 0.3s ease-in;
    -moz-transition: max-height 0.3s ease-in;
    -o-transition: max-height 0.3s ease-in;
    -ms-transition: max-height 0.3s ease-in;
    transition: max-height 0.3s ease-in;
    max-height: 1000px;
}

.subMenu li{
    display:block; 
	font-size:1em; 
	font-weight: 500; 
	color: #999; 
	text-decoration:none; 
	padding: 4px 0 4px 10px; 
	list-style: none; 
	-moz-user-select: none; 
	-khtml-user-select: none; 
	cursor: pointer; 
	border-bottom: 1px solid #eeeeee; 
	margin:0; 
	line-height:26px;
	text-transform:uppercase;
	background: #fff;
}
.subMenu li:hover { 
	text-decoration: none; 
	color: #fff;
	background: #33cc33;
}
.subMenu li.selected {
	color: #fff; 
	background: #33cc33;
	font-weight: 700; 
	}

#content {
	float:left;
    width: 100%;
	min-height:500px;
	margin: 20px 0 10px 0;
}

.accordeon {
	display:inline-block;
	float:left;
	width: 20%;
}

.bloc1 {
	display: table;
	width: 100%;
	background:#fff;
    border-radius: 6px;
	margin: 0 0 10px 0;
	padding: 20px 15px;
}

.bloc1 h2 {
	font-size: 1.5em;
	font-weight:600;
	color: #41342b;
	letter-spacing: -0.04em;
	margin:0;
	line-height:1em;
}
.bloc1 p {
	font-size: 1em;
	margin:0;
	font-weight: 400;
	color: #666;
	line-height:18px;
}

.bloc1 h3 {
	font-size: 1.2em;
	font-weight:700;
	color: #f57b31;
	letter-spacing: -0.04em;
	margin:5px 0;
}
.bloc1 h4 {
	font-size: 1.2em;
	font-weight:500;
	color: #41342b;
	margin:0;
}
.bloc2 {
	display:block;
	width: 100%;
	background:#f6f6f6;
    border-radius: 6px;
	padding: 10px;
	margin-top:0; 
	margin-bottom:10px;
	border: 1px solid #e4e3e2;
}
.titre {
	display:inline-block;
	float: left;
	font-size: 2em;
	font-weight:700;
	letter-spacing: -0.04em;
	text-transform:uppercase;
	color: #a67f4e;
	line-height:32px;
}
.actions { 
	display:inline-block;
	float: right;
	text-align:right;
	width:40%;
}
.stitre { 
	display: block;
	margin: 10px 0;
	padding: 8px 10px;
	background-color: #4585a9;
	font-weight: 700;
	color: #fff;
	text-transform:uppercase;
	border-radius: 6px;
}
.table {
	display:table;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 15px;
}

/*** form ***/

.input { 
	color: #999;
	font-size: 1.3em;
	font-weight:500;
	border: 2px solid #dddddd; 
	margin: 0; 
	padding-left: 10px;
	height:45px;
	width: 100%;
	background: #fff;
	cursor:pointer;
	border-radius: 5px;
}
.input2 { 
	color: #999;
	font-size: 1.3em;
	font-weight:500;
	border: 2px solid #dddddd; 
	margin-right: 10px; 
	padding-left: 5px;
	height:30px;
	background: #fff;
	cursor:pointer;
	border-radius: 5px;
}

.input_datepicker { 
	color: #999;
	font-size: 1.3em;
	font-weight:500;
	border: 2px solid #dddddd; 
	margin-right: 3%; 
	padding-left: 10px;
	width: 47%;
	height:45px;
	background: #fff url('../img/calendar.png') no-repeat 95% 7px;
	cursor:pointer;
	border-radius: 5px;
}

.input:hover , .input2:hover, .input_datepicker:hover { color: #999; border: 2px solid #33aeca;  }
.input:active, .input:focus, .input2:active, .input2:focus, .input_datepicker:active, .input_datepicker:focus { color: #41342b; border: 2px solid #33aeca; }

.checkbox { 
	background-color: #bbbbbb; 
	border: 1px solid #000000;  
	vertical-align:middle; 
	overflow:hidden; 
	cursor:pointer;
	margin-right: 10px;
}

.form {
	font-size: 1.2em;
	font-weight: 500;
	color: #41342b;
	line-height:18px;
	margin-right:10px;
	padding-top:10px;
}
.form2 {
	font-size: 1.4em;
	font-weight: 500;
	color: #41342b;
	line-height:25px;
	margin-right:10px;
}
.form2 p {
	font-size: 0.7em;
	font-style:italic;
	line-height:16px;
}
	 
/*** tables ***/

#table { width:100%; padding: 0; border-spacing: 1px; }
#table tr, #table td {
	font-size: 1em;
	color: #41342b; 
	text-decoration: none;
	line-height: 16px;
	 }
#table tr { background-color: #f6f6f6; }
#table tr:nth-child(2n+1) { background-color: #e4e3e2; }

#table th { 
	background-color: #a57f52;
	color: #fff;
	letter-spacing: -0.04em;
	font-size: 0.8em;
	font-weight:700;
	text-transform: uppercase; 

	padding: 5px;
	margin: 0; 
	text-align:left; 
	}
#table th:last-child  { border-right: 0; }
#table td { padding: 5px; margin: 0; }
#table tr:first-child { padding:0;}

#table img {
max-height: 75px;
max-width: 75px;
}

#table .click:hover { background-color: #d6eff4; cursor:pointer; }

.up { background-image: url(../img/up.png); background-position: right; background-repeat: no-repeat; }
.down { background-image: url(../img/down.png); background-position: right; background-repeat: no-repeat; }

/*** icones ***/

.icon {
	display:inline-block;
	vertical-align:middle;
    width: 21px;
    height: 21px;
	white-space: nowrap;
    overflow: hidden;
	margin:0;
	cursor:pointer;
}

.icon_pen {
    background: url(../img/icon_pen.png) no-repeat center center;
	margin:0 2px;
}
.icon_supp {
    background: url(../img/icon_supp.png) no-repeat center center;
	margin:0 2px;
}
.icon_print {
    background: url(../img/icon_print.png) no-repeat center center;
	margin:0 2px;
}

/*** tooltip ***/

.arrow_bulle:after {
    background: #41342b; /* Old browsers */
    border: 1px solid #41342b;
  }
.arrow_bulle {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 53%;
    margin-left: -35px;
    bottom: -16px;
  }
.arrow_bulle.top {
    top: -16px;
    bottom: auto;
  }
.arrow_bulle.left {
    left: 20%;
  }
.arrow_bulle:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 20px;
    height: 20px;
    box-shadow:0 0 10px rgba(0,0,0,.3);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
.arrow_bulle.top:after {
    bottom: -20px;
    top: auto;
  }
.open-event {
    cursor:pointer;
  }
  
/*** boutons ***/
  
.btn {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border-radius: 6px;
    white-space: nowrap;
    padding: 15px 23px;
    font-size: 1em;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-transition: all 0.125s ease-in-out;
    -ms-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    -webkit-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
	background-color: #a45119;
	color: #fff;
}

.btn.hover, .btn:active, .btn:focus {
	background-image: none;
	outline: 0;
	text-decoration:none;
}
.btn-medium {
	padding: 6px 10px;
	font-size: 12px;
	font-weight:500;
}
.btn-large {
	padding: 10px 15px;
	margin-top: 0;
	font-size: 14px;
	font-weight:600;
}
.btn-medium:hover, .btn-medium:focus, .btn-medium:active, .btn-large:hover, .btn-large:focus, .btn-large:active {
background: #d8922b;
text-decoration: none;
color: #fff;
}

.btn.disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn_file {
	display: inline-block;
	text-align: center;
    vertical-align: middle;
    color: #999;
	font-size: 1.3em;
	font-weight:500;
	border: 2px solid #f57b31; 
	margin: 0; 
	padding: 8px 10px;
	width: 300px;
	background: #fff;
	cursor:pointer;
	border-radius: 5px;
}
.btn_file:hover { color: #999; border: 2px solid #33aeca; text-decoration: none; }

.close {
    background: #33aeca url(../img/pict_close.png) no-repeat;
    background-position: 50% 50%;
    background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	padding: 10px;
	margin:35px 0 0 0;
}
.close:hover {
    background: #33cc33 url(../img/pict_close.png) no-repeat;
	background-position: 50% 50%;
}
		
/*** footer ***/

footer  {
	width: 100%;
	padding: 0;
	float:left;
	background: #41342b;
	height: 40px;
	text-align:center;
	line-height: 40px;
}
footer a {
	text-decoration: none;
	color: #ebebec;
	font-weight: 500;
}
footer a:hover, footer a:active {
	color: #fff;
	text-decoration: underline;
}

footer span {
	font-size: 11px;
	color: #ebebec;
}

footer .footer_left {
	width: 220px;
	padding: 0;
	line-height: 40px;
	float: left;
}

footer .footer_right {
	display: block;
	float: right;
	display: inline;
	line-height: 40px;
	width: auto;
}

footer ul.links {
	display: inline-block;
	margin-right: 0;
	font-size: 11px;
	width: auto;
	margin:0;
	padding:0;
}
footer ul.links li {
	display: block;
	padding: 0 10px;
	float: left;
}
footer ul.links li:last-child, footer ul.links li.last {
	padding: 0 0 0 8px
}

/*** icones ***/


@media (max-width: 1024px)
	{

}

@media (max-width: 768px)
	{
	  
}

@media only screen and (max-width: 640px) 
	{

  }
  
@media only screen and (max-width: 480px) 
	{

  }
@media only screen and (max-width: 320px) 
	{

  }
