/* CSS Document */

@import url(_structure.css);
@import url(_fonctions.css);
@import url(pages.css);
@import url(edit.css);

@media print {
body, div#content, div#header { 

}
div#header, ul#nav-main, div.col-234 { 
	display: none;
}
div#visual { 
	padding: 0;
	height: 67px;
	overflow: hidden;
}
div#visual img { 
	margin: -56px 0 0 -8px;
}
div#breadcrumb { 
	color: #000;
	padding: 8px 0 0 0;
	font-size: 14px;
	margin-bottom: 18px;
	border-bottom: 1px dotted #666;
}
div.col-498 {
	padding-left: 0;
	width: 90%;
}
h1 {
	margin-left: 0 !important;
}
}

/*-----------  remise a zéro  -----------*/
html, body {
	border:0;
	margin:0;
	height: 100%;
}
html {
	overflow-y: scroll;
}

/*-----------  formulaires   -----------*/
form {
	padding: 0;
	margin: 0;
}
input, select, textarea {
	font: 12px arial, helvetica, sans-serif;
	width: 250px;
	padding: 3px;
	border: 1px solid #cccccc;
}
input.valider {
	clear: both;
	width: 150px;
	margin-left: 196px;
	color: #3b73b9;
	cursor:pointer;
	text-align:center;
	font-weight: bold;
	background: #fff;
}
input.valider:hover {
	text-decoration: underline;
	background: #009be1;
	color: #fff;
}
label {
	display: block;
	float: left;
	vertical-align: middle;
	cursor:text;
	width: 190px;
	padding: 3px;
}

/*-----------  tableaux   -----------*/
table {
}
table td, table th {
	vertical-align:top;
	padding: 3px 6px;
	/*text-align: left;*/
	border-bottom: 1px solid #cccccc;
}
table th {
	background: #efefef;
}
table th.tri a {
	display: block;
	width: 100%;
	color: #4b4b4b !important;
	background: url(../img/fleche-down-grise.gif) no-repeat right 3px;
}
table th.tri a:hover, table th.tri a.current  {
	text-decoration: none;
	background: url(../img/fleche-down-bleue.gif) no-repeat right 3px;
}
table td {
	padding: 2px 6px 9px 6px;
}

/*-----------  flash   -----------*/
object {
	display: block;
	outline: 0;
}

/*-----------  classes globales   -----------*/
.clear        	{ clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }
.clear-left     { clear:left; }
.clear-right    { clear:right; }
.hide		   	{ display: none; }
.block		   	{ display: block !important; }
 
.float-left    	{ float:left; }
.float-right   	{ float:right; }
 
.text-left     	{ text-align:left; }
.text-right    	{ text-align:right; }
.text-center   	{ text-align:center; }
.text-justify  	{ text-align:justify; }

.text11  		{ font-size:11px }
.text-gris		{ color: #999999 }
.lineheight18  	{ line-height: 18px }

.bold          	{ font-weight:bold; }
.italic        	{ font-style:italic; }
.underline    	{ border-bottom:1px solid; }
.highlight    	{ background:#ffc; }
 
.noborder     	{ border:none; }
.nopadding     	{ padding:0 !important; }
.nomargin     	{ margin:0 !important; }
.noindent     	{ margin-left:0;padding-left:0; }
.nobullet      	{ list-style:none;list-style-image:none; }

/*-----------  classe clearfix   -----------*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix 		{ display: inline-block; }
* html .clearfix{ height: 1%; }
.clearfix 		{ display: block; }