@charset "utf-8";
/* CSS Document */

body{
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	}
label{ display:inline-block;width:100px;}
#aspect{
	background: none repeat scroll 0 0 #ffffff;
	border-left: medium none #858585;
	border-right: medium none #858585;
	position: relative;
	width: 100%;
	height:auto;}
#header{
background: #c42436; /* Old browsers */
background: -moz-linear-gradient(top,  #c42436 0%, #f4485b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c42436), color-stop(100%,#f4485b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c42436 0%,#f4485b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c42436 0%,#f4485b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c42436 0%,#f4485b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c42436 0%,#f4485b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c42436', endColorstr='#f4485b',GradientType=0 ); /* IE6-9 */
}
#banniere{position:relative;}
.ok{color:green;}
.ko{color:red;}
a{
	text-decoration:none;
	color:#c42436;}

a:hover{
	text-decoration:underline;
	color:#f4485b;
		}
.bouton{
	border:1px solid grey;
	padding:5px;
	cursor:pointer;
	
	/*arrondis cadre*/
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	-khtml-border-radius: 3px; 
	border-radius:3px;
	
	background: #ececec;
    background: -webkit-linear-gradient( #ececec, #bdbdbd);
    background:    -moz-linear-gradient( #ececec, #bdbdbd);
    background:     -ms-linear-gradient( #ececec, #bdbdbd);
    background:      -o-linear-gradient( #ececec, #bdbdbd);
    background:         linear-gradient( #ececec, #bdbdbd);
	
	box-shadow: 0 0 2px rgba( 0, 0, 0, 0.5),
                0 -1px 0 rgba( 255, 255, 255, 0.4);
}
.bouton:hover{
	border:1px solid grey;
	padding:5px;
	
	/*arrondis cadre*/
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	-khtml-border-radius: 3px; 
	border-radius:3px;
	color:#fff;
	background: #f4485b;
    background: -webkit-linear-gradient( #f4485b, #c42436);
    background:    -moz-linear-gradient( #f4485b, #c42436);
    background:     -ms-linear-gradient( #f4485b, #c42436);
    background:      -o-linear-gradient( #f4485b, #c42436);
    background:         linear-gradient( #f4485b, #c42436);
	
}
.bouton:active{
	border:1px solid grey;
	padding:5px;
	
	/*arrondis cadre*/
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	-khtml-border-radius: 3px; 
	border-radius:3px;
	
	background: #e1c2e8;
    background: -webkit-linear-gradient( #7d5a88, #7d5a88);
    background:    -moz-linear-gradient( #7d5a88, #7d5a88);
    background:     -ms-linear-gradient( #7d5a88, #7d5a88);
    background:      -o-linear-gradient( #7d5a88, #7d5a88);
    background:         linear-gradient( #7d5a88, #7d5a88);
	
	box-shadow: 1px 1px 10px #543b59 inset,
                0 1px 0 rgba( 255, 255, 255, 0.4);
}

/******************************************************************
						Cadre général 
******************************************************************/
.widemail{width:250px;}
.contenu_page{
	position:relative;
	width:100%;
	min-height:300px;}
#corps_texte_contenu{
	min-height:420px;}
.menu_active{
	color:#fff;
	background-color:#f4485b;}

h1{display:inline; text-decoration:underline;color:#c42436;}		
.colonne{
	position:relative;
	min-width:140px;
	width:14%;
	float:left;
	min-height:300px;
	display:inline-block;}
.cadre{
	position:relative;
	width:100px;;
	min-height:300px;}
.tour{
	min-height:14%;
	border:1px solid #c42436;
	-webkit-box-shadow: 10px 10px 5px 2px grey;
box-shadow: 10px 10px 5px 2px grey; 
	}
.entete{
	position:relative;
	width:100%;
	text-align:center;
	color:#fff;
	padding:5px 0px;
background:#c42436;
background: #f4485b; /* Old browsers */
background: -moz-linear-gradient(top,  #f4485b 0%, #c42436 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4485b), color-stop(100%,#c42436)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f4485b 0%,#c42436 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f4485b 0%,#c42436 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f4485b 0%,#c42436 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f4485b 0%,#c42436 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4485b', endColorstr='#c42436',GradientType=0 ); /* IE6-9 */
	font-size:16px;
	}
.content{float:left;width:84%;padding-left:2%; display:inline;}
legend{
	padding-left:10px;
	padding-right:10px;}
fieldset{
	border:1px solid #6290e4;}
table{
	border-spacing:0px; 
	border-collapse: collapse; 
	}
.tab_article{
	border-spacing:0px; 
	border-collapse: collapse; 
	}
.tab_article td{
	padding:5px; max-width:300px;}
.entete2{	text-align:center;
	color:#fff;
	padding:5px;
	background-color:#004a94;
background-image: linear-gradient(bottom, #006cd4 28%, #004a94 75%);
background-image: -o-linear-gradient(bottom, #006cd4 28%, #004a94 75%);
background-image: -moz-linear-gradient(bottom, #006cd4 28%, #004a94 75%);
background-image: -webkit-linear-gradient(bottom, #006cd4 28%, #004a94 75%);
background-image: -ms-linear-gradient(bottom, #006cd4 28%, #004a94 75%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.28, #006cd4),
	color-stop(0.75, #004a94)
);	font-size:16px;
cursor:pointer;vertical-align:middle;
border:1px solid #d2d2d2;
}
.tab_cont1{padding:5px;text-align:center; border:1px solid #d2d2d2;}
.tab_cont2{padding:5px; border:1px solid #d2d2d2;}
td{vertical-align:top;}
/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: url('../../plugin/datatables/media/images/back_disabled.png');
}

.paginate_enabled_previous {
	background-image: url('../../plugin/datatables/media/images/back_enabled.png');
}

.paginate_disabled_next {
	background-image: url('../../plugin/datatables/media/images/forward_disabled.png');
}

.paginate_enabled_next {
	background-image: url('../../plugin/datatables/media/images/forward_enabled.png');
}
 /* DataTables features
 */

.dataTables_wrapper {
	position: relative;
	min-height: 302px;
	clear: both;
	_height: 302px;
	zoom: 1; /* Feeling sorry for IE */
}

.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}

.dataTables_length {
	display:inline-block;
}
div label{width:400px;}
.dataTables_filter {
	display:inline;
	text-align: right;
}

.dataTables_info {
	float: left;
	display:inline;
}

.dataTables_paginate {
	width: 44px;
	* width: 50px;
	float: left;
	margin-left:25px;
	text-align: right;
}
/******************************************************************
							Formulaires
******************************************************************/
.date{
	width:75px;	
}

/******************************************************************
							Tableaux
******************************************************************/
.wid{
	border:1px solid #c1c1c1;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C */}
@font-face{
	font-family:"entypo";
	src:url('../../fonts/entypo/entypo.eot');
	src:url('../../fonts/entypo/entypo.eof?#ieFix') format('embedded-opentype'),
	    url('../../fonts/entypo/entypo.woff') format('woff'),	
	    url('../../fonts/entypo/entypo.ttf') format('truetype'),	
	    url('../../fonts/entypo/entypo.svg#EntypoRegular') format('svg');
	font-weight:normal;
	font-style:normal;
}
.col1{
	width:50px;
	font-family: "entypo";
	font-size:60px;
	line-height:0px;
	padding:5px;
	height:30px;
}
.col2{
	width:100%;
	font-size:30px;
	font-weight:bold;
	padding:5px;
}
/******************************************************************
							Pied de Page
******************************************************************/
#ppage{
position:relative;
clear:both;
top:0px;
height:35px;
margin-top:30px;
color:#004b93;
z-index:5;
background:#c42436;
background: #f4485b; /* Old browsers */
background: -moz-linear-gradient(top,  #f4485b 0%, #c42436 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4485b), color-stop(100%,#c42436)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f4485b 0%,#c42436 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f4485b 0%,#c42436 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f4485b 0%,#c42436 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f4485b 0%,#c42436 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4485b', endColorstr='#c42436',GradientType=0 ); /* IE6-9 */
}
#ppage a:hover{
	color:#c42436;}
#ppage a{
	color:#000;}
	
#ppage .ppage_texte{
margin:0;
padding:0;
text-align:right;
position:absolute;
bottom:5px; 
right:10px;}
