/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Cuprum);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

html, body {
	height: 100%;
	background-color: #e0e5e7;
}

a {
	color:#69C;
	text-decoration: none;
}
a:hover {
	color:#069;
	text-decoration: none;
}

.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}
.marge_top_10 {
	margin-top:10px;
}
.marge_top_20 {
	margin-top:20px;
}
.marge_bottom_10 {
	margin-bottom:10px;
}
.marge_bottom_20 {
	margin-bottom:20px;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}
.map_canvas { 
  width: 650px; 
  height: 350px; 
  margin: 10px 40px 40px;
}
/* Header */

#header {
/*	height: 125px;
	padding: 7px;
    -webkit-border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
	-moz-box-shadow: 0px 0px 4px #BBB;
	-webkit-box-shadow: 0px 0px 4px #BBB;
	box-shadow: 0px 0px 4px #BBB;
	background: #DDDDDD; /* Old browsers
	background: -moz-linear-gradient(top, #DDDDDD 0%, #464646 100%); /* FF3.6+
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DDDDDD), color-stop(100%, #464646)); /* Chrome,Safari4+
	background: -webkit-linear-gradient(top, #DDDDDD 0%, #464646 100%); /* Chrome10+,Safari5.1+ 
	background: -o-linear-gradient(top, #DDDDDD 0%, #464646 100%); /* Opera 11.10+
	background: -ms-linear-gradient(top, #DDDDDD 0%, #464646 100%); /* IE10+
	background: linear-gradient(top, #DDDDDD 0%, #464646 100%); /* W3C
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#464646',GradientType=0); /* IE6-9 */
	background: url(../images/fond_plaque.jpg) no-repeat;
    border-bottom:1px dashed #586973;
}

#header p {
	margin-left: 10px !important;
}

#header #user_menu {
	line-height: 20px;
	background-color: #64737b;
	margin-top: 22px;
	padding-top: 7px;
	color: #FFF;
	float:right;
    -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#header #user_menu ul {

	list-style: none;
	height: 20px;
	margin-left: 10px;
}

#header #user_menu ul li {
	float: left;
	padding-right: 10px;
}

#header #user_menu ul li span {
	vertical-align: middle;
	line-height: 17px;
}

#header #main_menu {
	line-height: 20px;
	font-weight: bold;
	margin-top: 15px;
}

#header #main_menu ul {
	list-style: none;
	height: 20px;
}

#header #main_menu ul li {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	float: left;
	padding-left:5px;
	padding-right:5px;	
}

#header #main_menu ul li a {
	vertical-align: middle;
	line-height: 1px;
}
ul.lignes {
	list-style: outside none none;
	margin-bottom:0;
}
.lignes li {
	list-style: outside none none;
    padding: 2px 0 2px 10px;
    position: relative;	
	line-height:normal;
}
.lignes li a:before {
    background-image: url("../../images/icons/arrow-black.png");
    background-position: 0 center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 100%;
    left: -15px;
    position: absolute;
    top: 0;
    transition: left 0.2s linear 0s;
    width: 4px;
}
.lignes li a:hover:before {
	left:-10px;
} 
.lignes li a.format {
	width:70px;
	color:#fff;
	padding:3px;
	text-align:center;
}
.lignes li a.format:hover {
	text-decoration:none;
	color:#7a8896;	
}
.lignes li a.fleche:before {
    background-image: none;
    background-position: 0 center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0;
    transition: left 0.2s linear 0s;
    width: auto;
}
.lignes li a.fleche:hover:before {
	left:0px;
} 
.lignes li a.fleche.visible {
	margin-left:10px;
}
.lignes li a {
    display: inline-block;
    position: relative;
}

.form_info span {
	width:150px;
	display:inline-block;
	font-style:italic;
	background:#efefef;
	padding:4px;
	margin-right:10px;
}	

/* Wrapper */

#wrapper {
	background-color: #e0e5e7;
}

/* Login */

#login {
	width: 600px;
	margin: 140px auto 0 auto;
	padding: 7px;
    -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 0px 0px 4px #BBB;
	-webkit-box-shadow: 0px 0px 4px #BBB;
	box-shadow: 0px 0px 4px #BBB;
	background: #F7F7F7; /* Old browsers */
	background: -moz-linear-gradient(top, #F7F7F7 0%, #DDDDDD 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F7F7F7), color-stop(100%, #DDDDDD)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F7F7F7 0%, #DDDDDD 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F7F7F7 0%, #DDDDDD 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F7F7F7 0%, #DDDDDD 100%); /* IE10+ */
	background: linear-gradient(top, #F7F7F7 0%, #DDDDDD 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7F7F7', endColorstr='#DDDDDD',GradientType=0); /* IE6-9 */
}

#login h6 {
	color: #FFF;
	background-color: #464646;
	border: 1px solid #CECECE;
	padding: 5px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#login a {
	color: #464646;
}

/* Main */

#main {
	padding-top: 20px;
	background-color: #FFF;
}

#main .buttons {
	margin-right: 7px;
}

#main h1, h2, h3, h4, h5, h6 {
	padding: 10px 0 0 10px;
}

/* Footer */
h4.photo {
	background:#39434C;
	color:#fff;
	font-weight:normal;
	margin-bottom:0px;
	font-size:14px;
	padding:2px 0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
h4.photo a {
	font-size:11px;
	color:#fff;
}
h4.photo a:hover {
	color:#000;
}
h4.photo.lien_01 {
	background:#8CAC5B;
}
h4.photo.lien_02 {
	background:#556670;
}
.cadre_h3 {
	width:100%;
	background:#333333;
	color:#fff;
	margin-top:60px;
}
.cadre_h3 h3 {
	padding:10px;
	color:#fff;
}

#footer {
	margin-top: 40px;
	color: #7B8C96;
}

.legende {
}
.legende h2 {
	background:#333;
	padding:10px;
	color:#fff;
	font-weight:normal;	
	text-align:center;
}
.legende h3 {
	font-family: "Open Sans";
	font-size:20px;
	line-height: 1.15;
}
.legende h4 {
	background:#DEE3E5;
	font-family: "Open Sans";
	font-size:14px;	
	font-weight:normal;
	padding:6px;
	margin-bottom:6px;
}
.legende h5 {
	background:#ccc;
	padding:6px;
	font-weight:normal;
	text-align:center;
	margin-top:20px;
}
.legende h6 {
	border-radius: 50% !important;
    background-color: #4192B2 !important;
    color: #fff;
    display: block;
	font-family: "Open Sans";	
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    margin: 5px 15px 0 0;
    text-align: center;
    text-shadow: none;
    width: 50px;
}
.legende blockquote {
    background-image: url("../images/quote.png");
    background-position: 0 5px;
    background-repeat: no-repeat;
    padding:14px 0 10px 30px;
	margin: 10px 0;
	font-family: "Open Sans";
    font-size: 12px;		
/*	border-left: 3px solid #e8e8e8;
    color: #888;
    line-height: 20px;

    padding-left: 20px;	
*/
}
.legende blockquote, .legende blockquote p {
    color: #555;
	font-family: "Open Sans";	
    font-size: 12px;
	font-style: italic;
    line-height: 20px;
}
.legende a {
	text-decoration:underline;
	color:#003F7D;
}
.legende a:hover {
	text-decoration:none;
}
.legende em, .legende strong, .legende a {
	font-size:12px;
}

/* Line */

.line { 
    margin-top: 15px;
    height: 1px;
    border-top:1px dashed #586973;
}

/* Button */

.button {
	height: 20px;
	display: inline-block;
	margin: 3px 5px 20px 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	padding: 8px 10px 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.button.large {
	height: 24px;
	padding: 11px 10px 0 10px;
	font-size: 14px;
	line-height: 14px;
}

.button:hover { background-position: 0 -28px; }
.button:hover.large { background-position: 0 -35px; }

.button.orange {
	background-image: url(../images/buttons/button_orange.png);
	border: 1px solid #F5B74E;
	color: #996633;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

.button.large.orange { background-image: url(../images/buttons/button_orange_large.png); }
.button:hover.orange { border: 1px solid #D29A3A; }

button.button {
	height: 30px !important;	
	padding: 0 10px 0 10px !important;
	margin: 3px 5px 0 0 !important;
}

/* Form */

form label {
	display: inline;
	float: left;
	width: 220px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #464646;
}
form label.langue_2, span.langue_2 {
	color:#c70003;
}
form label.langue_3, span.langue_3 {
	color:#009A1F;
}
form label.langue_4, span.langue_4 {
	color:#313887;
}

form input[type="text"], form input[type="password"], form textarea, form select {
	padding: 5px;
	border: 1px solid #D5D5D5;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	outline: none;
}
                				
form input[type="checkbox"], form input[type="radio"] {
	background: none;
	border: 0;
	padding: 0;	
}
form input:-moz-read-only { /* For Firefox */
    background-color:#E9E9E9;
}

form input:read-only {
    background-color:#E9E9E9;
}
div.textarea_label {
	float:left;
	width:15%;
	margin:20px 0;
}
div.textarea_label label {
	padding-left:4px;
}
div.textarea_desc {
	float:left;
	width:81%;
	margin:20px 4% 20px 0px;
}

/* Alert */

.alert {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.alert p {
    padding-left: 5px;
    padding-top: 5px;
}

.alert.error {
    background: #F8E9E9;
    border: 1px solid #E4BBBC;
    color: #CD6140;
}

.alert.error span {
	background-image: url(../images/cross.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	display: inline-block;
	padding-left: 30px;
}

.alert.success {
    background: #EBF9E2;
    border: 1px solid #BEE4A5;
    color: #658C2C;
}

.alert.success span {
	background-image: url(../images/accept.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	display: inline-block;
	padding-left: 30px;
}

.alert.info {
    background: #E9F3F8;
	border: 1px solid #BBD7E4;
    color: #3876C6;
}

.alert.info span {
	background-image: url(../images/info.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	display: inline-block;
	padding-left: 30px;
}
hr.saut_de_ligne {
	height:4px;
	margin:30px 0px;
	padding:0;
	background-color: #ccc;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#999;
}
h3.info {
	font-size:14px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	background-color: #ccc;
	border-top-width:2px;
	border-top-style:solid;
	border-top-color:#999;
	padding:8px 4px;
	margin:20px 0px;
}
p.lang2 {
	background:#9C6;
	padding:10px 0px;
}
p.lang2 label {
	width:210px;
	padding-left:10px; 
}
p.lang3 {
	background:#F93;
	padding:10px 0px;
}
p.lang3 label {
	width:210px;
	padding-left:10px; 
}
p.effet_photo {
	background:#ccc;
	padding:10px 0px;
}
p.effet_photo label {
	width:210px;
	padding-left:10px; 
}
#maj label.error, p.lang2 label.error, p.lang3 label.error  {
	float:none;
	display:block;
	color:#ff0000;
	font-weight:bold;
	padding-top:6px;
	padding-left:220px;
}
input.error {
	background:#FFBFBF;
}
textarea.error {
	background:#FFBFBF;
}
.buttonlight {
	display:block;
	outline:0;
	text-decoration:none;
	padding:10px;
	font-size:12px;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	font-weight: bold;
  	text-transform: uppercase;
	width:100px;
	text-align:center;
	cursor:pointer;
	color:#ccc;
	background:#000;
	-moz-box-shadow: 0px 1px 0px #ccc;
	-webkit-box-shadow: 0px 1px 0px #ccc;
	box-shadow: 0px 1px 0px #ccc;
	margin-top:4px;	
}
.buttonlight:link, .buttonlight:visited {
	text-align:center;
	color:#ccc;
	background:#000;
	-moz-box-shadow: 0px 1px 0px #ccc;
	-webkit-box-shadow: 0px 1px 0px #ccc;
	box-shadow: 0px 1px 0px #ccc;
	text-decoration: none;
	margin-top:4px;	
}

.buttonlight:hover {
	color:#fff;
	background:#444;
	margin-top:-4px;
	border-top-width:4px;
	border-top-style:solid;
	border-top-color:#C00;
	margin-top:0px;	
}
img.photo_grid {
	margin-bottom:10px;
	width:100%;
}
