/*
*	name : styles.css				date : 09/07/2007
*	author : Enki Technologies - Anthony Hauata & Gaël Besson
*/

/* General rules */

body {
	margin:0;
	padding:0;
	position: relative;	/* On positionne l'element body pour pouvoir ensuite faire des positionnements absolus */
	background:url(fond_hachures.gif) repeat-x top left #aea9a4; /* #a5a09a;*/
	font-family: tahoma ,Verdana , Arial, sans-serif;
	font-size:12px;
}

a {
	color:#c00;	
}

img,fieldset {
	/*display:block;	*/
	border:0;
}

p, fieldset {
	padding:0;
	margin:0;
}

.centrer 	{ text-align:center;	}
.gauche 	{ text-align:left;		}
.droite 	{ text-align:right;		}
.justifier 	{ text-align:justify;	}
.spacer 	{ clear:both; }

.smallTexte	{ font-size:10px;		}


/* transparence */

.transparence_80,
.transparence_70 {
	position:absolute;
	top:0;
	left:50%;
	right:50%;
	margin:0 0 0 -452px;
	width:902px;
	background-color: #888480; 
}

.transparence_80 {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}

.transparence_70 {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}

.transparence_60 {
	position:absolute;
	top:0;
	left:50%;
	right:50%;
	margin:0 0 0 -452px;
	width:902px;
	background-color: #888480; 
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}
.transparence_50 {
	position:absolute;
	top:0;
	left:50%;
	right:50%;
	margin:0 0 0 -453px;
	width:904px;
	background-color: #888480; 
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}

.transparence_40 {
	position:absolute;
	top:0;
	left:50%;
	right:50%;
	margin:0 0 0 -454px;
	width:906px;
	background-color: #888480; 
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity: 0.4;
}

.transparence_30 {
	position:absolute;
	top:0;
	left:50%;
	right:50%;
	margin:0 0 0 -455px;
	width:908px;
	background-color: #888480; 
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity: 0.3;
}

.transparence_20 {
	position:absolute;
	top:0;
	left:50%;
	right:50%;
	margin:0 0 0 -456px;
	width:910px;
	background-color: #888480; 
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	opacity: 0.2;
}


/* Page Rules */
table {
	border-collapse:collapse;
	border-spacing:0;
	height:auto;
	empty-cells:show;
}

tr {
		
}

td.border {
	width:1px;
	background:#888480;
}

div#main {
	background: url("fond_main.gif") repeat-y top left;
}	

div#page {
	position:relative;
	width:900px;
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
	padding:0 0 0 0;
	background:#fff top left;
}

/* Header Rules */

div#header {
	margin:0 0 0 0px;
	padding:1px 0 0 0; /* correction  d'un bug pour mozilla */
	width:900px;
	height:136px;
	background: #fff url(fond_header.gif) no-repeat top left;
}

div#header h1 {
	margin:0;
	padding:0;
	width:899px;
	height:99px;
}

div#header h1 a {
	display: block;
	margin-left: 160px;
	margin-top:25px;
	width:250px;
	height:60px;
	font-size:18px;
}

div#header h1 a span {
	display:none;
}

div#header ul#menu {
	position: absolute;
	margin:0;
	top:100px;
	right:53px;
	padding:0;
	height: 33px;
	list-style-type: none;
}

div#header ul#menu li {
	float:left;
	margin: 0 0 0 28px;
	padding:0;
	height: 33px;
	line-height: 33px;
	font-size:11px;
	font-weight: bold;
}

div#header ul#menu li a {
	color: #fff;
	text-decoration: none;	
}

div#header ul#menu li a:hover {
	color: #fcd849;
	text-decoration: none;	
}


/*
 * colonneGauche Rules 
 */
div#colonneGauche {
	float:left;
	margin:0 0 0 0;
	padding:131px 22px 0 22px;
	width:185px;
	background:#f8f8f8 url(patte_reflet.gif) no-repeat top left;
	text-align:center;
	font-size:11px;
}

	/* para_colonne_gauche_css */
	div.paraColonneGauche {
		margin: 0 -22px 0 -22px;
		padding:15px 27px 15px 21px;
		border-top: 1px solid #dedede;
		text-align:left;
	}
	
	div.paraColonneGauche h3 {
		margin:0 0 15px 0;
		padding:0;
		font-size:11px;
		font-weight:bold;
	}


/* contenu Rules */

/*règle spécifique à IE6*/
div#contenu {
	float:left;		
	margin:0 0 0 0 ;
	padding: 0 38px 40px 42px;
	width:585px;
	border-left: 1px solid #dedede;
	background:url(fond_contenu.gif) no-repeat top right;
}

/*règle pour IE7 et firefox */
*>div#contenu {	
	float:none;
	margin:0 0 0 234px;
	padding: 0 38px 40px 42px;
	width:585px;
	border-left: 1px solid #dedede;
	background:url(fond_contenu.gif) no-repeat top left;
}


div#contenu p {
	padding:0 0 15px 0;
	font-size:12px;
	line-height:20px;
}

div#contenu h2 {
	margin:0;
	padding:0 0 22px 0;
	font-size:22px;
	color:#c00;
}

div#contenu h3 {
	margin:0;
	padding:0 0 18px 0;
	font-size:18px;
	color:#333;
}

/* para_texte_demo --> à supprimer ? */
div#contenu div#codedemo {
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	background: #f8f8f8;
	padding: 0 0 10px 5px;
	margin: 15px 0 0 0;
}

div#contenu div#demo {
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	padding:  0 0 10px 5px;
}

p.menuDynamiqueDemo {
	margin: 0px;
	padding: 0px;
	color:red;
}

/* formulaire contact */

fieldset.contact {
	margin: 24px 0 0 0;	
}

fieldset.contact label {
	width: 85px;
	display: block;
	float: left;
}

fieldset.contact textarea {
	height: 80px;
}

div#contenu fieldset.contact p.contactSubmit {
	padding: 0 0 0 258px;	
}


/* menu demos*/
ul.menudemoslevel1 {
	color:#FFF;
	float:left;
	margin:0 0 0 0;
	padding:0;
	width:60px;
	height: 20px;
	background-color: #333333;
	font-weight: bold;
	line-height: 20px;
	text-align: center; 
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
}

li.menudemoslevel2 {
	color:#333333;
	margin:0 0 0 0;
	padding:0;
	height: 20px;	
}

li.menudemoslevel2 a {
	text-decoration: none;
	background-color: #cc0000;
	font-weight: bold;
	line-height: 20px;
	text-align: center; 
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
	width:60px;
	float:left;
	margin: 0 0 0 -1px;
}

div#cadreDemo {
	border-color: #cc0000;
	border-style: solid;
	border-width: 1px;
	margin: 230px 0 0 0;
}
/* fin para_texte_demo --> à supprimer ? */


/* view_demo.inc --> à déplacer ? */
#bouttonsource {
	float: right;
}

#toutoujs_demo_dragwindow {
	background-color: #DEDEDE;
	border: 1px solid #000000;
	width:700px;
	height: 400px;
	margin-left: 8px;
	z-index: 100;
}

#toutoujs_demo_dragHandle {
	background-image: url(drag_source.gif);
	background-repeat: repeat-x;
	width:700px;
	height: 20px;
}

#toutoujs_demo_contentdragdiv {
	height: 365px;
	overflow: auto;
	margin: 6px;
}

div#toutoujs_demo_contentdraghandle {
	padding: 1px;
	color: White;
	width: 700px;
	height: 20px;
}
/* fin view_demo.inc --> à déplacer ? */
