body { 
	padding: 0px; 
	margin: 10px; 
	font: .86em Arial, Helvetica, sans-serif; 
	line-height: 1.5em; 
	color: #000; 
}

a {
	color:#9B0004;
	text-decoration:none;
}

a:hover {
	color:#9B0004;
	background-color: #DCDCDC;
	text-decoration:underline;
}

img {
	border:0px; 
}

ul {
	list-style-image:url(http://christophe.nau.fr/images/finger-right.png);
	list-style-position:outside;
}

li {
	margin-bottom: 8px;
}

.breaker {
	height: 10px;
	clear: both;
}

.underline {
	text-decoration :underline;
}

/* Header */
#header {
	padding-top: 10px;
	/*height: 180px;*/
	margin: auto;
	font: .74em Arial, Helvetica, sans-serif; 
	width: 950px;
}

/* header - title 1st level */
#objective {
	padding-top: 10px;
	margin: auto;
	font: .74em Arial, Helvetica, sans-serif;
	width: 950px;
}
/*#header h1 {*/
#objective h1 {
	padding: 0px;
	margin: 0px;
	letter-spacing: 1.5px;
	text-align: center;
	color: #000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 2.5em;
	font-weight: bold;
	background: #C05959;
	color: #FFF;
}

/* header - name + address */
#header #contactdata {
	/*float: left;*/
	position: relative;
	margin: 8px 0;
	padding:0 2px 0 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.4em;
	width: 376px;
}

#header #contactdata:first-line {
	font-weight:bold;
	font-size: 1.6em;
}

/* header - icons (flag + pdf logo) */
#header #icons {
	float: right;
	margin: 8px 0;
	padding:0 2px 0 0;
}

#header #icons img {
	padding-right: 2px;
	border: 0;
}

/*#header p {*/
#objective p {
	margin: 8px 0;
	padding:0 2px 0 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;	
}

/* Profile */
#profile {
	width: 900px;
	margin: auto;
	border: 3px solid #C05959;
	background-color: #DEDEDE;
}

/* main section of the page */
.main {
	font: 1em Arial, Helvetica, sans-serif; 
	padding: 10px;
	margin: 5px auto;
	text-align: justify;
	width: 950px;
}

/* main - title 1st level */ 
.main h1 {
	margin-bottom: 10px;
	font-size: 1.8em;
	text-align: center;
	font-weight: bold;
	color: #C05959;
	border: 1px dashed;
	background-color: #DEDEDE;
}

/* main - title 2nd level */
.main h2 {
	margin-bottom: 5px;
	font-size: 1.4em;
	text-align: center;
}

/* main - title 3rd level */
.main h3 {
	margin-bottom: 5px;
	font-weight: bold;
	color: #9B0004;
	text-decoration: underline;
}


.main .col1 {
	float: left;
	width: 200px;
	padding: 5px;
	text-align: center;
}

.main .col2 {
	float: left;
	width: 720px;
	padding: 5px;
	text-align: justify;
}

.main .col2 b {
	font-weight: bold;
}

.split {
	border: 1px dotted #C05959;
	clear: both;
	width: 75px;
	height: 1px;
	/*margin: 20px 0px 20px 0px;*/
	margin: auto;
}

/*
	special styles for the logos (we use sprites instead of single images) 
*/

/*
all the div that contain the logos use the same background (sprite)
The, we use different background-positions to display each logo properly
*/
.logo {
	background: url(/images/logos_new.png) no-repeat top left;
	margin: auto;
}

.logo a:hover {
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
}

#sprite-logo_dqa {
	width: 104px;
	height: 123px;
	background-position: 0px -10px;
}

#span-logo_dqa {
	display:block;
	height: 123px; 
	width: 104px;
}

#sprite-logo_lycos, #sprite-logo_lycos2, #sprite-logo_lycos3 {
	width: 68px;
	height: 22px;
	background-position: 0px -142px;
}

#span-logo_lycos, #span-logo_lycos2, #span-logo_lycos3 {
	display:block;
	width: 68px; 
	height: 22px;
}

#sprite-logo_tripod {
	width: 81px;
	height: 24px;
	background-position: 0px -256px;
}

#span-logo_tripod {
	display:block;
	width: 81px; 
	height: 24px;
}

#sprite-logo_multimania, #sprite-logo_multimania2 {
	width: 114px;
	height: 23px;
	background-position: 0px -174px;
}

#span-logo_multimania, #span-logo_multimania2 {
	display:block;
	width: 114px; 
	height: 23px;
}

#sprite-logo_lincoln {
	width: 114px;
	height: 28px;
	background-position: 0px -292px;
}

#span-logo_lincoln {
	display:block;
	width: 114px; 
	height: 28px;
}

#sprite-logo_gendarmerie {
	width: 100px;
	height: 100px;
	background-position: -4px -335px;
}

#span-logo_gendarmerie {
	display: block;
	width: 100px;
	height: 100px;
}

/*
	logo XHTML 1.0 Strict Compliant
*/
#xhtml_compliant {
	text-align: center;
}

#qrcode {
	width: 120px;
	height: 120px;
	position: absolute;
	top: -15px;
	right: 0px;
}

