/* CSS styles for TuutiFrutti */
/* sont regroupés ici tous les styles communs aux différents */

* html body	{
	text-align: center;
	padding:0;margin:0;
}
acronym, abbr {cursor:help;}
ul, p {margin:0;padding:0;}
ul {margin:10px 0px 10px 10px;list-style-type:none;}
li {padding:0px 0px 5px 15px;}
.hidden {display:none;}
.clear {clear:both;overflow:hidden;height:0px;}
.clear2 {clear:both;overflow:hidden;height:1px;border:dotted 1px #999;margin:5px 0;}
p {margin:0px 0px 5px 0px;}
.col50 {
	width:45%;
	padding:10px;
	margin:0px 0px 20px 0px;
}
.aligncenter {text-align:center;}
.left {float:left;}
.right {float:right;}
.padding10 {padding:10px;}
.margeT20{margin-top:20px;}
a img, img {border-style:none;}
h2, h3, h4 {
	font-family:arial,verdana,sans-serif;
}
hr {
	display:block;height: 1px;clear:both;
	border: 0;
	margin: 0px;
	_margin: -7px 0; /* pour IE */
	padding: 0;	
	clear:both;
}
hr.sep {
	display:block;height: 1px;clear:both;
	border: 0;
	margin: 10px 0px 10px 0px;
	_margin: 3px 0px 3px 0px; /* IE6 rajoute 7px sur les hr avant et après */
	padding: 0;	
	clear:both;
}
hr.sep {color: #D4D4D4;	background-color: #D4D4D4;}	
dt {margin:0px 0px 5px 0px;}
p.datepublication {
	font-size:0.8em;
	color:#999;
}

/* ------------------------- shadow sur container ------------------------- */
.out {
	background:#dcdcdc none repeat scroll 0%;
	border:1px solid #eeeeee;
	display:block;
	margin:1em 0pt;
	position:relative;
}
.in2 {
	background:#bababa none repeat scroll 0%;
	border:1px solid #cbcbcb;
	display:block;
	margin:1px;
	padding:1px;
	position:relative;
}
.in {
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid #a8a8a8;
	font-weight:normal;
	padding:0px;
	position:relative;
}

/* ------------------------- Header -------------------------*/

#header div#logo img {margin:0;padding:0;float:left;}
#header .titlesite {
	font-size:1.4em;
	line-height:120px;
	padding:0px 0px 0px 1em;
	font-family:Georgia,sans-serif;
}
#logo {
	height:94px;
	color:#fff;
}
#logo p {
	padding:20px 0px 0px 120px;
	font-size:1.4em;
	height:100px;
}
div#logo div#adresse {
	background:#85A0C6 none repeat scroll 0%;	
	height:27px;
	margin-left:25%;
	position:relative;
	top:125px;
	width:75%;
}
div#logo div#adresse p {padding:5px;font-size:0.8em;}

/* ------------------------- Zone de push homepage -------------------------*/
#push {
	width:30%;
	margin-left:4%;
	font-size:1em;
	background:#fff;
}
#push hr {
	display:block;height: 1px;clear:both;
	border: 0;
	margin: 10px 0px 10px 0px;
	_margin: -7px 0; /* pour IE */
	padding: 0;	
	clear:both;
}
#push hr {color: #D4D4D4;	background-color: #D4D4D4;}	

/* ------------------------- Erreurs -------------------------*/
.message {background-color:#20AF4E;color:#fff;font-weight:bold;padding:3px;}
.error-message {color:#AF0000;font-weight:bold;padding:3px;}

/* ------------------------- boîte à coins arrondis home -------------------------*/
div#push .corner {
	background:#f1f1f1;
	padding:10px;
}
#main div#push .corner h3 {
	font-size:1.2em;
	margin:0px 0px 10px 0px;
	border-bottom:1px dashed #999999;
	color:#666;
}
#main div#push .corner hr {
	display:block;height: 1px;clear:both;
	border: 0;
	margin: 0px 0px 0px 0px;
	_margin: -7px 0; /* pour IE */
	padding: 0;	
	clear:both;
}
/* ------------------------- gestion des blocs -------------------------*/
.contentPage {
	width:55%;
	margin:0px 15px 0px 15px;
}
.contentPageNSleft {
	width:75%;
	margin:0px 15px 0px 0px;
}
.contentPageNSright {
	width:75%;
	margin:0px 0px 0px 15px;
}
.contentPageNSmin {
	width:50%;
	padding:0px 15px;
}
.contentPageNSfull {
	width:100%;
}
.bloc {
	width:30%;
	padding:10px;
	border:solid 1px #ccc;
	background:#f1f1f1;
}
.blocNS {
	width:20%;
	padding:10px;
	border:solid 1px #ccc;
	background:#f1f1f1;
}
.blocTitle {
	font-size:1.2em;
	font-weight:bold;
}
/* ------------------------- Footer -------------------------*/
#footer {
	font-size:10px;
	border-top:solid 1px #dedede;
	width:98%;
	height:30px;
}
#footer p.left, #footer p.right {height:30px;line-height:30px;}
#footer p.right {text-align:right;margin-right:1%;width:55%;}
#footer p.left{margin-left:1%;width:35%;}
#footer p span img {padding-top:5px;}

/*------------------------- formulaires ------------------------- */
fieldset {
	border-style:none;
	margin: 0px 0px 10px 0px;
	padding: 0;
}
label.labelLeft {
	float:left;
	width:150px;
}
textarea { 
	font-family:Verdana,arial,tahoma,sans-serif;
	border:solid 1px #7f9db9;
}
.inputtext1, .inputtext2, .inputtext3 {
  height:17px;
  padding:2px 0px 2px 4px;
  margin:5px 10px 5px 0px;
  border:solid 1px #7f9db9;
  font-size:1em;  
  color:#333;
}
.inputtext1 {width:100px;}
.inputtext2 {width:200px;}
.inputtext3 {width:300px;}

/*------------------------- Images -------------------------*/  
.thumbnails {
	margin:10px 10px;
	padding:5px;
	border:solid 1px #dedede;
}  
/*------------------------- Listes -------------------------*/

.puce {
  	background:url('../img/icons/ico_fleche.gif') no-repeat;
	background-position: 0% 3px;
	padding:0px 0px 5px 17px;
	margin:0px 0px 0px 0px;
}
/* ------------------------- Tables ------------------------- */
table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin: 10px;
	width: 100%;
	font-size:11px;
}
tr.trbg {background-color:#f5f5f5;}
tr.trbg td{border-top:solid 1px #dedede;border-bottom:solid 1px #dedede;}
th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	border: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}

table.tableau {
	border:1px dotted #DEDEDE;
	padding:5px;
	width:90%;
	height:240px;
	background:#fff;
	font-size:0.9em;
}
table.bgTable {background:#f9f9f9;}
html>body table.tableau {height:auto!important;min-height:240px;}
td.cellule_image {
	width:15%;border-style:none;
}
td.cellule_image img{
	padding:5px;
	border:solid 1px #666;
	background:#fff;
}
td.cellule_texte {
	width:60%;
	text-align:left;border-style:none;
}

div.scroll {
	height:200px;
	overflow:auto;
	font-size:0.85em;
	padding:10px;
	margin:10px 0px;
	border:solid 2px #ccc;
}
/*------------------------- Jquery -------------------------*/
.parent_hide {font-weight:bold;margin:0px 0px 10px 0px;cursor:pointer;}
.hide {
	margin:5px 0px 15px 10px;
	border-left:2px dotted #529194;
	padding:5px 5px 5px 10px;
	background:#f5f5f5;
}
