body{
	position: relative;
	width: 100%;
	overflow-y: scroll;
	!overflow-y: none;
	background-color: #f8f9fa;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
}

a{
	color: #002c64;
	text-decoration: none;
}

a:hover, .btnModif a:hover, .btnSuppr a:hover, .nb_com:hover, #menuParams span:hover, .delete_button:hover{
	color: orange;
	cursor: pointer;
}

h2{
	color: #002c64;
	font-size: 1.2em;
}

label{
	color: #333333;
	margin-left: 10px;
	margin-right: 10px;
}

fieldset{
	border: 1px solid #E0E0E0;
	border-radius: 10px;
}

.pastille{
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: center;
	border-radius: 10px;
}

.bouton a{
	text-decoration: none;
	color: #FFFFFF;
}

.flexN{
	display: flex;
}

#logo{
	width: 200px;
	margin: 10px;
}

#titrePage, h1{
	color: #002c64;
	font-weight: bold;
	font-size: 1.5em;
}

#entete{
	border-bottom: 1px solid #E0E0E0;
	padding: 5px 0 5px 0;
}

#intraEntete{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;		
}

#menuParams span{
	padding: 5px;
	color: #57595b;
}

#centre{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
}

#colonneGauche{
	display: flex;
	flex-direction: column;
	width: 300px;
	margin: 10px 20px 0 0;
}

#zoneCentre{
	display: flex;
	flex-direction: column;
	width: 100%;
}

input[type="text"], input[type="mail"], .passOubli, textarea, select{
	display: inline-block;
	background-color: #FFFFFF;
	border: 1px solid #dbdde1;
	border-radius: 5px;
	width: 50%;
	padding: 10px;
	font-size: 1em;
}

input[type="color"]{
	margin-right: 10px;
	vertical-align: middle;
}

.inputConnect{
	display: inline-block;
	background-color: #FFFFFF;
	border: 1px solid #dbdde1;
	border-radius: 5px;
	padding: 10px;
	font-size: 1em;
}

input[type="file"]{
	background-color: #F8F8F8;
	border: 1px solid #E0E0E0;
	font-size: 1em;
	padding: 5px;
	border-radius: 5px;
	width: 50%;
}

textarea{
	min-height: 200px;
	font-family: Verdana, sans-serif;
	color: #1b1b1b;
	border: 1px solid #E0E0E0;
}

textarea.comment_text{
	width: 90%;
}

.cadre_com{
	display: none;
}

p, span{
	color: #1b1b1b;
	font-size: 1em;
	line-height: 1.4em;
}

p.grey, span.grey, td.grey{
	color: #5f6369;
}

.bouton, input[type="submit"]{
	background-color: #002c64;
	color: #FFFFFF;
	padding: 10px;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
}

.btnPass a{
	margin-left: 10px;
	font-size: 1.4em;
}

.categorie a{
	display: block;
	padding: 10px;
}

.categorie a:hover{
	color: #FFFFFF;
}

.bouton:hover, .categorie:hover{
	background-color: #3c5e89;
	color: #FFFFFF;
}

.btnModif a, .btnSuppr a{
	color: #AAAAAA;
	cursor: pointer;
}

.btnModif:hover, .btnSuppr:hover{
	color: #3c5e89;
}

.categorie{
	margin-bottom: 10px;
	background-color: #eeeeee;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;	
}

.categorie.selected{
	border: 2px solid #aaaaaa;
}

#barreRecherche{
	display: flex;
	justify-content: space-between;
	padding: 10px 0 10px 0;
}

#barreBtns{
	padding: 10px 0 10px 0;
}

.cadreDoc{
	background-color: #FFFFFF;
	border: 1px solid #dbdde1;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 10px;
}

.titreDoc{
	font-size: 2em;
	color: #333333;
}

.cateDoc{
	border: 2px solid;
	padding: 5px;
	border-radius: 5px;
}

.enteteDoc{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-bottom: 1px solid #dbdde1;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.descDoc{
	margin: 10px 0 10px 0;
}

.icoExt{
	font-size: 0.5em;
	margin-left: 20px;
}

.footDoc{
	display: flex;
	justify-content: flex-end;
}

.commentaire{
	border-top: 3px solid #E0E0E0;
}

.commentaire .date_com{
	float: right;
	color: #AAAAAA;
}

.erreur{
	font-weight: bold;
	color: red;
}

.okfeed{
	font-weight: bold;
	color: #418644;	
}

#tabCategories{
	border-collapse: collapse;
}

#tabCategories td{
	padding: 20px 10px;
	border-bottom: 2px solid #E0E0E0;
}

#tabCategories th{
	text-align: left;
	padding: 20px 10px;
	border-bottom: 2px solid #E0E0E0;	
}

.nodisplay{
	display: none;
}

.delete_button{
	margin-left: 10px;
	color: #AAAAAA;
}



