/* RAZ - Eric Meilleur - http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ remixed*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
form, fieldset {
	position:relative;
	display:block;
}
input {
	border:0;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:hover img {
	text-decoration:none;
}
/* Fin RAZ */
/* 	Tricks - divers */
.clear { 
	position:relative;
	display:block;
	overflow:hidden;
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
}
/* Fin Tricks - divers */
body{
	text-align:center;
}
/* Mise en page / positionnements */
.adstop {
	position:relative;
	display:block;
	overflow:visible;
	height:6.25em;
}
.container {
	position:relative;
	display:block;
	overflow:hidden;
	width:60.875em;
	margin:0 auto;
	text-align:left;
	background-image:url('../img/shadow_left.png');
	background-position:top left;
	background-repeat:repeat-y;
}
.container .wrapper {
	position:relative;
	display:block;
	overflow:hidden;
	width:60.4375em;
	margin-left:0.4375em;
	background-image:url('../img/shadow_right.png');
	background-position:top right;
	background-repeat:repeat-y;
}
div.global {
	position:relative;
	display:block;
	overflow:hidden;
	width:60em;
}
div#issue {
	position:relative; 
	display:block; 
	overflow:hidden;
	text-align:center;
	font-size:100%; 
	font-weight:bold; 
	color:#FFF;
	background-color:#000;
	z-index:1;
}
div#header {
	position:relative;
	display:block;
	overflow:hidden;
	clear:both;
	width:60em;
	height:13.75em;
	z-index:1;
}
div#main_wrapper {
	position:relative;
	display:block;
	overflow:hidden;
	clear:both;
	width:60em;
	margin-top:1.25em;
	z-index:1;
}
div#footer{
	position:relative;
	display:block;
	overflow:visible;
	clear:both;
	width:60em;
	height:3em;
	z-index:0;
}
div#footer img.backgroundfooter {
	position:absolute;
	display:block;
	overflow:hidden;
	width:60em;
	height:37.5em;
	bottom:0;
	left:0;
	z-index:0;
}
/* 3 COLS */
#main_wrapper.threecols .wrp_left {
	position:relative;
	display:block;
	overflow:hidden;
	width:10.3125em;
	float:left;
	margin-left:0.3125em;
}
#main_wrapper.threecols .wrp_right {
	position:relative;
	display:block;
	overflow:hidden;
	float:right;
	width:47.8125em;
	margin-right:0.3125em;
}
#main_wrapper.threecols .wrp_left div#st_left {
	position:relative;
	display:block;
	overflow:hidden;
	width:10.3125em;
	margin-bottom:10em;
}
#main_wrapper.threecols .wrp_right div#st_main {
	position:relative;
	display:block;
	overflow:hidden;
	float:left;
	width:27.8125em;
	margin-bottom:10em;
}
#main_wrapper.threecols .wrp_right div#st_right {
	position:relative;
	display:block;
	overflow:hidden;
	float:right;
	width:18.75em;
	margin-bottom:25em;
}
#main_wrapper.threecols .wrp_right div#st_main .st_leftcontent {
	display:none;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
#main_wrapper.threecols .wrp_right div#st_main .st_rightcontent {
	display:none;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
/* 2 COLS RIGHT */
#main_wrapper.twocols_right .wrp_left {
	display:none;
	overflow:hidden;
	width:0;
	height:0;
	visibility:hidden;
}
#main_wrapper.twocols_right .wrp_right {
	position:relative;
	display:block;
	overflow:hidden;
	width:59.375em;
	margin:0 0.3125em;
}
#main_wrapper.twocols_right .wrp_left div#st_left {
	display:none;
	overflow:hidden;
	width:0;
	height:0;
	visibility:hidden;
}
#main_wrapper.twocols_right .wrp_right div#st_main {
	position:relative;
	display:block;
	overflow:hidden;
	width:39.375em;
	float:left;
	margin-bottom:10em;
}
#main_wrapper.twocols_right .wrp_right div#st_right {
	position:relative;
	display:block;
	overflow:hidden;
	width:18.75em;
	float:right;
	margin-bottom:25em;
}
#main_wrapper.twocols_right .wrp_right div#st_main .st_leftcontent {
	position:relative;
	display:block;
	overflow:hidden;
	float:left;
	width:18.75em;
}
#main_wrapper.twocols_right .wrp_right div#st_main .st_rightcontent {
	position:relative;
	display:block;
	overflow:hidden;
	float:right;
	width:18.75em;
}
/* 2 COLS LEFT */
#main_wrapper.twocols_left .wrp_left {
	position:relative;
	display:block;
	overflow:hidden;
	width:18.75em;
	float:left;
	margin-left:0.3125em;
}
#main_wrapper.twocols_left .wrp_right {
	position:relative;
	display:block;
	overflow:hidden;
	width:39.375em;
	float:right;
	margin-right:0.3125em;
}
#main_wrapper.twocols_left .wrp_left div#st_left {
	position:relative;
	display:block;
	overflow:hidden;
	width:18.75em;
	margin-bottom:10em;
}
#main_wrapper.twocols_left .wrp_right div#st_main {
	position:relative;
	display:block;
	overflow:hidden;
	width:39.375em;
	margin-bottom:25em;
}
#main_wrapper.twocols_left .wrp_right div#st_right {
	display:none;
	overflow:hidden;
	width:0;
	height:0;
	visibility:hidden;
}
#main_wrapper.twocols_left .wrp_right div#st_main .st_leftcontent {
	position:relative;
	display:block;
	overflow:hidden;
	float:left;
	width:18.75em;
}
#main_wrapper.twocols_left .wrp_right div#st_main .st_rightcontent {
	position:relative;
	display:block;
	overflow:hidden;
	float:right;
	width:18.75em;
}
/* END Mise en page / positionnements */