@charset "utf-8";
/* CSS Document */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*END RESET*/

body{
text-align:center;
font: normal 62.5% Arial, Helvetica, sans-serif;
color:#627169;
background:#FFF url(images/headerSlice.png) repeat-x top left;
}

h1{
padding-top:30px;
}

h2{
font-weight:normal;
font-size:2em;
color:#627169;
padding:15px 0;
border-bottom:4px solid #A7B3AD;
}

p, li{
font-size:1.2em;
font-family:Arial, Helvetica, sans-serif;
line-height:150%;
margin:5px 0 10px 0;
}

li{
margin:2px 0 3px 0;
}

a, a:visited{
text-decoration:none;
color:#627169;
}

a:hover{
text-decoration:underline;
}

#wrapper{
width:960px;
margin:0 auto;
}

.TwoColBox{
width:230px;
margin:2px;
padding:2px;
border:1px solid #FFF;
text-align:left;
float:left;
}

.FourColBox{
width:470px;
margin:2px;
padding:2px;
border:1px solid #FFF;
text-align:left;
float:left;
}

.TwoColBox .right{
width:110px;
margin:0 0 5px 0;
float:right;
}

.TwoColBox .left{
width:110px;
margin:0 5px 0 0;
float:left;
}

.FourColBox .right{
width:230px;
margin:0 0 0 5px;
float:right;
}

.FourColBox .left{
width:230px;
margin:0 5px 0 0;
float:left;
}

.EightColBox{
width:950px;
margin:2px;
padding:2px;
border:1px solid #FFF;
text-align:left;
float:left;
font-size:0.9em;
}

.EightColBox .right{
width:470px;
margin:0 0 0 5px;
float:right;
border-top:1px solid #CCC;
}

.EightColBox .left{
width:470px;
margin:0 5px 0 0;
float:left;
border-top:1px solid #CCC;
}

.clearRow{
width:960px;
height:10px;
float:left;
}

.clearRowAddress{
width:960px;
height:10px;
float:left;
clear:both;
}

/*VCARDAGE*/

.editorialContact{
width:230px;
margin:0 5px 0 0;
float:left;
}

.otherContact{
width:230px;
margin:0 0 0 5px;
float:right;
}

.otherContact .org{
visibility:hidden;
}

span .adr{
margin:0;
padding:0;
}

.adr li{
font-size:1em;
margin:0;
padding:0;
}

.org{
font-size:1.6em;
}

.fn{
font-weight:bold;
}

.type{
font-size:1px;
color:#FFF;
}

.editorialImage{
margin:20px;
padding:5px;
border:solid 1px #000;
float:left;
}

.navigation{
list-style:none;
font-size:10pt;
}

.navigation li{
display:inline;
float:left;
width:180px;
}

.navigation a{
text-decoration:none;
color:#627169;
}

.navigation a:hover{
text-decoration:underline;
}