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, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.hidden { 
	display:none; 
	visibility:hidden; 
} 

.invisible { 
	visibility: hidden; 
}

.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.clearfix { 
	display: inline-block; 
}

* html .clearfix { 
	height: 1%;
}

.clearfix { 
	display: block; 
}

/************************************************************************
MAIN LAYOUT
*************************************************************************/
body {
	font-family: verdana;
	font-size:12px;
	line-height: 18px;
	background: #FFFFFF;
	text-align: center;
	color: #000000;
}

#header-logo {
	margin-bottom:3px;
	margin:0 auto;
	text-align:left;
}

#header-logo img {
	height: auto;
}

#main-logo {
	margin-bottom: 3px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#main-logo img {
	width:100%;
	height: auto;
}

#wrapper {
	margin: 0 auto;
	padding: 0px;
	position: relative;
	height: 100%;
	word-wrap: break-word;
	text-align: left;
}

#header {
	background-color: #000000;
	height: 80px;
	margin-bottom: 5px;
}

	#header .left {
		padding-left: 3px;
		padding-top: 8px;
	}
	#header .right { 
		padding: 10px 0 0 0; 
	}
	
	#header a { 
		border:none; 
	}
	
	#header .right .fb { 
		border: none;
		background-color: transparent;
	}
	
		
#footer {
	font-family: verdana;
	font-weight: bold;
	height: 30px;
	color:#000000;
	text-align: left;
	margin: 0 10px;
	font-size: 11px;
}

    #footer a:link, #footer a:active, #footer a:visited {
        color: #000000;
		text-decoration: none;
    }
	
	#footer a:hover {
        color: #666666;
		text-decoration: none;
    }

/************************************************************************
BASIC ELEMENTS
*************************************************************************/
p {
	margin: 12px 0px 6px 0px;
}

h1 {
	text-align: left; 
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

a {
	color: #000000;
}

/************************************************************************
NAVIGATION STYLING
*************************************************************************/
.content ul.menu { 
	margin: 0px; 
}
	
	.content p:list-child { 
		margin-bottom: 8px !important; 
	}
    
	.content ul.menu li{
    	font-family: verdana;
		list-style: none;
		list-style-type: none;
		display: block;
		font-size: 11px;
		border-bottom:1px solid #000000;
		padding: 0px;
		margin-bottom: 1px;
		text-transform: uppercase;
		font-weight: bold;
	}
	.content .menu li:last-child{
		border-bottom: none;
	}
	.content .menu li a{
		background: transparent url('../images/arrow.png') no-repeat right center;
		padding: 8px 15px 8px 15px;
		color: #000000;
		line-height: 24px;
		text-decoration: none;
		display: block;
	}
    .content .menu li a.loading{
        background: transparent url('../images/loader.gif') no-repeat 99% center;
    }
	
	.content .menu li a:hover{
		background-color: #cccccc;
	}
 
/************************************************************************
CONTENT STYLING
*************************************************************************/
#wrapper .content:last-child {
	background-image: none;
}

.content_title {
    text-align: left;
	font-family: verdana;
	color: #fc6715;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	font-weight: bold;
	height: 10px;
	text-align: left;
    margin-top: 15px;
	margin-bottom: 15px;
    padding: 0px;
}

.content_text {
    text-align: left;
    padding: 10px;
    margin: 0 0px 0px 0px;
    background-color: #000000;
}

.content {
    text-align: left;
    padding: 10px;
    margin: 0 0px 0px 0px;
    background-color: #fc6715;   /* couleur boutons menu */
}
	.content ul {
		list-style: disc;
		list-style-position: inside;
		margin: 6px;	
	}
	
	.content_image {
		margin-bottom:10px;
		width:100%;
		margin:0 auto;
		text-align:center;
	}
	
	.content_image img {
		width:100%;
		height: auto;
	}

		.title {
			font-size: 13px;
			font-weight: bold;
			padding-bottom: 5px;
			padding-top: 5px;
			font-family: verdana;
			color: #336699;
		}
		
		.address {
			font-size: 11px;
			font-weight: normal;
			font-family: verdana;
			color: #000000;
		}
		
	.content table, .content td {
		max-width: 95% !important;
	}
	.content pre, .content code {
		background-color: #FCF7EC;
		overflow-x: auto;
		white-space: pre-wrap; /* css-3 */
		white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
		word-wrap: break-word; /* Internet Explorer 5.5+ */
		margin: 0px 0px 5px 0px;
		padding:5px 5px 3px 5px;
		white-space : normal; /* crucial for IE 6, maybe 7? */	
	}
	.content pre {
		width: 95%;	
	}

/************************************************************************
FORM STYLING
*************************************************************************/
button.button {
	font-size: 12px;
	font-weight: bold;
	background: #666666;
    padding: 3px;
    text-align: center;
    color: #000000;
    border: none;
    display: block;
    width: 100%;
}
input, textarea {
	font-family: verdana;
	color:#000000;
	background:#cccccc;
	font-size:11px;
	line-height: 14px;
	margin-bottom:14px;
	margin-right:6px;
	margin-top:2px;
	border: none;
	padding:5px;
	display: block;
	width: 100%;
}
label {
	font-size: 11px;
	font-weight: normal;
	font-family: verdana;
	color:#000000;
	display: block;
    text-transform: none;
    font-weight: bold;
}
	label span {
		color: #FF0000;
	}
	
	label .field {
		color: #000000;
	}

/************************************************************************
BUTTONS STYLING
*************************************************************************/
.right a, .button{
	padding: 3px 8px 3px 8px;
	background-color: #3268ac;
	color: #FFF !important;
	text-decoration: none;
	line-height: 24px;
	font-size: 10px;
	margin-left: 2px;
	text-transform: uppercase;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: normal;
}

.right{ float: right; }
.left { float: left; }
.nopad { padding: 0px; }
.notice {
	-x-system-font:none;
	background: #FFF3AE none repeat scroll 0 0;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	padding:10px;
	margin: 8px 0px 14px 0px;
	font-style: italic;
	width: 260px;
}
.error{ border: 1px solid #CC0000; }
.spacer{ clear: both; }

.message { 
	background: #F1F1F1; 
	color: #999999; 
	padding: 10px;
}

	.message span {
		color: #FF0000;
	}

.highlight {
	color: #ae801d;
	background: #fbf8e4;
}

.contactphone_ms {
	display: block;
	font-family: Helvetica,Arial,sans-serif;
	color: #666666;
	font-style: italic;
	font-size: 10px;
	line-height: 14px;
	margin-top: 2px;
	margin-bottom: 13px;
}

.success {
	font-family: Helvetica,Arial,sans-serif;
	font-size:12px;
	border: 2px solid #009400;
	line-height: 2em;
	background: #B3FFB3;
	color: #000000;
	font-weight: bold;
	padding-left: 5px;
	text-align: left;
	width: 100%;
}
			
.error {		
	font-family: Helvetica,Arial,sans-serif;
	font-size:12px;
	border: 2px solid #DE001A;
	line-height: 2em;
	background: #FFA8B3;
	color: #000000;
	font-weight: bold;
	padding-left: 5px;
	text-align: left;
	width: 100%;
}