/* 
----------------------------------------------------------------------------- 
GLOBAL RESET
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-style:normal;font-weight:normal;}
ul {list-style:circle;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a{text-decoration:none;}

/* 
----------------------------------------------------------------------------- 
BASIC TEXT STYLES
-----------------------------------------------------------------------------*/
dl,ul,ol,h1,h2,h3,h4,h6,pre,p,img
{
	margin-bottom: 1.0em;
}

ul li
{
	width: 420px;
	font-size: 1.1em;
	margin-top: 0.8em;
	line-height: 1.3em;
}

h1,h2,h3,h4,h5,h6
{
	text-shadow: 0 0 0 #000;
}

/* 
----------------------------------------------------------------------------- 
BASIC BODY AND CONTAINER STRUCTURE
-----------------------------------------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font: 62.5%/1.5 'Lucida Grande', Verdana, sans-serif;
	color: #888888;
}

#container {
	width: 760px;
	height: 705px;
	background-color: #FFFFFF;
	background-image: url(../img/direct-appel-fond.gif);
	background-repeat: repeat-y;
	position: relative;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	
}

/* 
----------------------------------------------------------------------------- 
LINK BEHAVIOUR
-----------------------------------------------------------------------------*/

a
{
	color: #999999;
}

a.stale
{
	color: #88B000;
}

a:hover,
a.stale:hover
{
	color: #B3BF3C;
}


/* 
----------------------------------------------------------------------------- 
PAGE FOOTER STRUCTURE
-----------------------------------------------------------------------------*/

.footer {
	float: left;
	width: 760px;
	background-color: #FFFFFF;
	background-image: url(../img/direct-appel-line.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin-top: 50px;
}

.footer dl {	
	float: left;
	margin-left: 50px;
	margin-right: 15px;
	
}
.footer dt {
	font-weight: bold;
	line-height: 17px;
	font-size: 1.1em;
}

.footer dd {
	line-height: 14px;
	font-size: 1.0em;
}

.oxynel {
	padding-top: 1.0em;
}

/* 
----------------------------------------------------------------------------- 
LEFT SIDE OF PAGE
-----------------------------------------------------------------------------*/

.main {
	background-image: url(../img/direct-appel-fond.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	text-align: center;
}

.main h3 {
	font: 1.3em/1 "Verdana", sans-serif;
	color: #777777;
	margin-top: 1.5em;
}
.main p {
	margin-top: 1.0em;
}
