
/**

 @file: layout.css
 @date: 4/21/2008
 @update: 4/29/2008
 @created by: swalif [dot] com
 
*/



* { margin:0; padding:0;}

body {
	font: bold 95% arial, "Times New Roman";
    background: #fff url(../images/bg-n.png) repeat-x top center;

    margin: 0px auto;
}



/* -------------------------------------------------

         Global #ID
---------------------------------------------------*/

#wrapper {
	width:760px;
	padding:0 .3em
}

#wrapper {
	border:1px solid #eee;
		border-width:0 0px 0;
}

#wrapper,#content h4 {
	margin:0 auto
}

#wrapper,#footer {
	background:#fff
}

#header {

background: #FFCA9F url(../images/logo.png) no-repeat;
 border: 0px solid #000;
	height:169px;
	width: 700px;
	cursor: pointer;
	
	margin: 0 auto; /* supprimer la ligne si vous voulez aficher l'élément à droit */
}

#header h3,#content h3 {
	padding:.4em
}

#header h3 {
	margin:0;
	color:#fff;
	font-size:3em;

}

#header .stick {
	position:relative;
	/*background:url(../images/stick.png) no-repeat left top;*/
	height:145px;

}

#content,#footer {
	margin:0px auto;
		border:0px solid #eee;
}

#content {
	padding:0em;
	/*background :#EBF5FF;*/
}

#content h3 {
	background:url('../images/dot.gif') repeat-x bottom;
	width:96%;
	color:#FE6002
}

#content p {
	margin:30px 30px 60px;
	border:1px solid #FF9E0E;
	border-width:0 7px 0 0;
	color:#797979;
	font: 1.3em/1.4em tahoma;
	padding:.5em;
	text-align:justify
}

#spacer {
	clear:both;
	line-height:1px
}

#footer {
	height:80px;
	background: url(../images/hr.gif) no-repeat top;
}

#footer p {
	padding:3em 1em;
	font:.74em/1em tahoma;
	color:#FE6002
}


/* -------------------------------------------------

         D'autres Classes ..
---------------------------------------------------*/


#list,#list2 {
	border:0 solid #ddd;
	width:100%;
	padding:.4em;
	margin:10px auto
}

#list2 tr.trA,#list td.tdA {
	background:#f2f2f2;
	border-bottom:1px solid #ddd
}

#list2 td {
	padding:.2em
}

#list2 tr.trB {
	background:#dbf1ff
}

#list2 tr.trB,#list td.tdB {
	border-bottom:1px solid #ffea92
}

#list td {
	padding:.3em
}

#list td.tdA {
	width:25%
}

#list td.tdB {
	background:#FFFCF0
}

a:visited,a:link {
	text-decoration:none;
	color:#525252
}

a:hover {
	text-decoration:underline;
	color:#000
}


