@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	color: #000000;
	background-color: #FFFFFF;
	height: auto;
	position:relative;
	font-size:1.2em;
}
h1 {
	font-size: 24px;
	font-style: italic;
	text-align: center;
	color: #97621A;
	margin: 10px;
}
h2 {
	font-size: 2em;
	margin: 10px;
}
h3 {
	margin: 10px;
	font-size: 12px;
}
.breadcrumb {
	font-size:1.5em;
}
nav .dropdown-toggle {
	font-size:1.4em;
}
@media only screen and (min-width: 768px)and (max-width: 1115px) {
	nav .dropdown-toggle {
		font-size:1em;
	}
	.nav>li>a {
		padding:5px;
	}
}
.navbar-brand {
	padding: 5px 5px;
}
#page {
	padding-top:100px;
}

legend {
	font-size: 16px;
}
td {
	font-size: 12px;	
}
.iresto #container {
	width: 1260px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	height: 100%;
}
.iresto #container_popup {
	width: 970px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	height: 100%;
	overflow: hidden;
}
.iresto #header {
	padding: 0;
	background-color: #FFF;
} 
.iresto #mainContent {
	clear: left;
	background-image: url(./imgs/FONDgrl.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0;
}
li a  {
	font-size: 1.1em;
}
#Div1 {
	background-image: url(./imgs/FONDhaut.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height:278px;
}
#Div1 #Div2 {
	background-image: url(./imgs/FONDbas.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height:678px;
}
#Div1 #Div2 #Contenu {
	width:100%;

	padding-top: 25px;
	padding-bottom: 85px;

	font-size: 12px;
	font-style: normal;
	color: #55290D;
}

#Contenu {
	max-width:1035px;
	
	margin-right: 90px;
	margin-left: 150px;

}

/*MENU DU BAS*/
/*footer */
footer {
	background-color: #CCC;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #A5541E;
}
#infos_cfa {
	padding-top:10px;
	padding-bottom:10px;
}

/* All images should be responsive */
img .reponsive {
    max-width: 100% !important;
}
/*Champs obligatoires */
:required {
    border-color: rgb(235, 118, 88);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 6px rgb(235, 118, 88);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 6px rgb(235, 118, 88);
}

/* Modal */
.modal-lg {
	width:95%!important;
}

/* Display inline */
.inline {
    display: inline;
    width: auto;
}
.row {
	margin:0px;	
}

#footer {
	height: 164px;
	width: 1260px;
} 

#logo {
	float: left;
}

#help {
	position: absolute;
	left: 1080px;
	top: 10px;	
	
}
#titre {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #7B391A;
	font-weight: bold;
	letter-spacing: 1px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #f7d5a3;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 4px;
}
#Contenu p {
	padding-left: 15px;
}
.my-group .form-control{
    width:50%;
}
#verif_session {
	min-height:100px;
 	position: fixed;
  	bottom: 0;
  	right: 0;
  	width: 75%;
	margin-right:-75%;
	margin-bottom:30px;
}
#verif_session h2 {
	color:#2D2D2D;
}

/*définitions*/
.lien_def {
	color: #C05827;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C05827;
	text-decoration: none;
}

/*maintenance*/
.maintenance {
	height:50px;
	font-size: 20px;
	background-image: url(../i-resto/imgs/maintenance_fd.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	vertical-align: middle;
	display: block;
}

#liste_services td {
	padding:5px;	
}

.voir {
	visibility:visible;
	display: block;
}

.masquer {
	visibility:hidden;
	display: none;
}

/* champ produit des FT et autres */
.minwitch {
	min-width: 100px;
}