@charset "utf-8";

*
{
	font-size: 11px;
	font-family: "DejaVu Sans", "DL DejaVu Sans", "Verdana", sans, "DejaVu Serif", "DL DejaVu Serif", "Times New Roman", serif;
}

img.logo
{
	margin: 10px 15px 0;
}

/*
 * Header
 */

#head-caption
{
	width: 100%;
	
	padding: 2px 0;
	
	overflow: auto;
	
	background: #333;
	
	color: #fff;
}

#langs
{
	float: left;
	
	width: 40%;
}

#langs a
{
	margin: 0 2%;
}

#langs a img
{
	border: solid 1px #fff;
}

#caption-links
{
	float: right;
	
	width: 60%;
}

#caption-links a:link, #caption-links a:visited
{
	float: left;
	
	padding: 5px 5%;
	
	color: #fff;
	
	font-weight: bold;
	
	text-align: center;
	
	text-decoration: none;
}

#head-caption a:hover
{
	color: #ff7800;
}

#header
{
	position: relative;
	
	clear: both;
	
	background: #0b4d75 bottom left url('img/to-white.png') repeat-x;
	
	color: #fff;
	
	overflow: visible;
}

#branding
{
	position: relative;
	
	width: 100%;
	height: 100px;
	
	padding-bottom: 30px;
	
	background: top left url('img/from-white.png') repeat-x;
	
	text-align: center;
}

#logo
{
	position: absolute;
	
	left: 10%;
}


#rapid-contact
{
	position: absolute;
	
	right: 2.5%;
	top: 30px;
}

#rapid-contact #rapid-contact-tel
{
	width: 130px;
	height: 20px;
	
	padding: 9px 10px;
	
	background: url('img/contact-tel.png') no-repeat;
	
	font-size: 11px;
	/*font-weight: bold;*/
	
	text-align: right;
}

#menu
{
	position: absolute;
	
	width: 90%;
	height: 50px;
	
	margin: 0 auto;
	
	left: 5%;
	right: 5%;
	bottom: -25px;
	
	z-index: 2;
}

#menu a
{
	float: left;
	
	display: block;
	
	height: 20px;
	
	padding: 15px 0;
	
	background: #ff7800 bottom left url('img/to-grey.png') repeat-x;
	
	font-size: 14px;
	font-weight: bold;
	/*font-variant: smallcaps;*/
	
	color: #fff;
	
	text-align: center;
	
	text-decoration: none;
}

#menu a:hover
{
	background: #ff7800 top left url('img/from-grey.png') repeat-x;
	
	color: #125585;
}

/*
 * Content
 */

#content
{
	width: 80%;
	
	margin: 0 auto;
	padding: 5% 10%;
	
	background: #fff top left url('img/from-grey.png') repeat-x;
	
	overflow: auto;
}

#content h1
{
	margin: 15px 0;
	
	font-size: 2.5em;
	
	color: #ff7800;
}

#content h2
{
	clear: left;
	
	margin: 10px 0;
	
	font-size: 2em;
	
	color: #1b648f;
}

#content h3
{
	clear: left;
	
	margin: 5px 0;
	
	font-size: 1.5em;
	
	color: #ff7800;
}

#content h4
{
	clear: left;
	
	margin: 10px 0 5px;
	
	font-weight: bold;
	
	color: #1b648f;
}

#content p
{
	margin: 5px 0px;
	padding: 5px 10px;
}

#content a:link, #content a:visited
{
	text-decoration: none;
	
	font-weight: bold;
	
	color: #fe6817;
}

#content a:hover
{
	color: #ffa04c;
}

#content img, #content object
{
	max-width: 100%;
}

#content img.icone
{
	float: left;
	
	max-width: 100px;
	
	margin: 0px 15px 20px 5px;
}

#content img.logo
{
	display: block;
}

#content li
{
	margin-left: 2em;
	margin-bottom: 0.5em;
}

#content ul li
{
	list-style-image: url('img/puce.png');
}

#content dl dt
{
	margin-top: 5px;
	
	padding-left: 5px;
	
	font-weight: bold;
}

#content dl dd
{
	padding-left: 15px;
}

#content em.footnote
{
	display: block;
	
	margin: 15px auto 5px;
	
	text-align: right;
}


/*
 * Footer
*/

#footer
{
	width: 100%;
	
	margin: 0 auto;
	padding: 50px 0 10%;
	
	text-align: center;
	
	background: #0b4d75 top left url('img/from-white.png') repeat-x;
	
	color: #fff;
}

#footer p
{
	margin: 1% auto;
}

#footer a
{
	text-decoration: none;
	
	color: #fff;
}

