/*------------------------------------------------------------
    Créé par REP Solution :: www.repsolution.com
	Date: 2 juin 2008
	E-Mail: pat_land@msn.com	  
------------------------------------------------------------*/

/*	TABLE DES MATIERES

	GLOBAL RESET
	STRUCTURE
	GENERAL
	FOOTER

------------------------------------------------------------*/

/*	GLOBAL RESET
	Reset tout les styles par défaut des navigateurs 
	pour qu'ils soient tous pareil en startant.	
------------------------------------------------------------*/

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,fieldset,blockquote,th,td,hr,img{margin:0;padding:0;border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

* {
	margin 0;
	padding:0;
}

/*	STRUCTURE
------------------------------------------------------------*/

body {font:12px Arial, Helvetica, sans-serif;}

h1 {
	width:720px;
	height:35px;
	margin:0 0 20px 30px;
	padding-top:30px;
	position:relative; 
}

h2 {
	font-size:22px;
	color:#394754;
	font-weight:normal;
	padding:10px 0;
}


h3 {
	font-size:10px;
	color:#394754;
}

a, a:visited {color:#0077b3;text-decoration:none;}
a:hover {text-decoration:underline;}

/*	PRINT
------------------------------------------------------------*/

#menu_frame {
	display:none;
}

.print_off {
	display:none;
}
