/* Remise a zero des parametres */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

ol, ul {
	list-style-type:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

caption, th {
	text-align:left;
}

form, input, fieldset, img {
	border:0;
}

dt, address, caption, cite, code, dfn, em, i, strong, b, th, var {
	font-style:normal;
	font-weight:normal;
}

q:before, q:after {
	content:'';
}

a {
	-moz-outline-style:none;
}

/* Fin de remise a zero des parametres */

/* Debut des styles generaux */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}

a {
	color:#000;
}

br.clear {
	clear:left;
}

div#container {
	position:relative;
	margin:0 auto;
	width:990px;
}

div#branding {
	position:relative;
	width:100%;
	height:148px;
	background:url(../images/bg_branding.jpg) no-repeat 0 0;
}

h1 {
	display:block;
	position:absolute;
	left:60px;
	top:38px;
	width:78px;
	height:71px;
	background:url(../images/branding.gif) no-repeat 0 0;
}

h1 a {
	display:block;
	position:relative;
	width:100%;
	height:100%;
	text-indent:-9999px;
}

div#branding h2, div#branding p,ul#nav-accessibilite, div#content-main h2, div#site-info h6, div#nav-main h2 {
	position:absolute;
	top:-9999px;
}

ul#nav-lang {
	display:block;
	position:absolute;
	top:10px;
	right:0;
	width:74px;
	height:19px;
}

li#nav-lang_en {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:31px;
	height:100%;
}

li#nav-lang_fr {
	display:block;
	position:absolute;
	left:35px;
	top:0;
	width:29px;
	height:100%;
}

li#nav-lang_en a {
	display:block;
	position:relative;
	width:100%;
	height:100%;
	background:url(../images/drapeau_us.gif) no-repeat 0 0;
	text-indent:-9999px;
}

li#nav-lang_en a:hover {
	background:url(../images/drapeau_us.gif) no-repeat 0 -19px;
}

li#nav-lang_en.selected a, li#nav-lang_en.selected a:hover {
	background:url(../images/drapeau_us.gif) no-repeat 0 -19px;
}

li#nav-lang_fr a {
	display:block;
	position:relative;
	width:100%;
	height:100%;
	background:url(../images/drapeau_fr.gif) no-repeat 0 0;
	text-indent:-9999px;
}

li#nav-lang_fr a:hover {
	background:url(../images/drapeau_fr.gif) no-repeat 0 -19px;
}

li#nav-lang_fr.selected a, li#nav-lang_fr.selected a:hover {
	background:url(../images/drapeau_fr.gif) no-repeat 0 -19px;
}

div#nav-main {
	position:relative;
	float:left;
	margin:56px 32px 0 10px;
	width:250px;
}

div#nav-main ul {
	display:block;
	position:relative;
	width:100%;
}

div#nav-main li {
	display:block;
	position:relative;
	width:100%;
	height:43px;
}

div#nav-main li a {
	display:block;
	position:relative;
	width:100%;
	height:100%;
	text-indent:-9999px;
}

div#content-main {
	position:relative;
	float:left;
	margin:60px 39px 0 0;
	width:328px;
}

div#content-sub {
	position:relative;
	float:left;
	margin:90px 0 0 0;
	width:331px;
}

div#site-info {
	position:relative;
	margin:100px 0 0 0;
	width:100%;
	height:48px;
	background:#50a0d3;
}

ul#content-list {
	position:relative;
	width:100%;
}

li#content-list1, li#content-list2, li#content-list3, li#content-list4, li#content-list5, li#content-list6 {
	display:block;
	position:relative;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	width:100%;
	text-align:justify;
}

li#content-list1, li#content-list2, li#content-list3, li#content-list4, li#content-list5 {
	border-bottom:1px dashed #000;
}

ul#content-list ul {
	position:relative;
	margin:0;
}

ul#content-list ul li {
	background:url(../images/bullet1.gif) no-repeat 0 5px;
	margin:0;
	padding:0 0 0 12px;
	border:none;
}

div#vcard {
	position:relative;
	margin:50px 0 0 0;
	width:100%;
}

div#content-sub img {
	display:block;
	position:relative;
	margin:0 0 23px 0;
}

div.nav-fr li#nav-groupe a {
	background:url(../images/fr/nav-main_groupe.gif) no-repeat 0 0;
}

div.nav-fr li#nav-groupe a:hover {
	background:url(../images/fr/nav-main_groupe.gif) no-repeat 0 -43px;
}

div.nav-fr li#nav-groupe.selected a, div.nav-fr li#nav-groupe.selected a:hover {
	background:url(../images/fr/nav-main_groupe.gif) no-repeat 0 -86px;
}

div.nav-en li#nav-groupe a {
	background:url(../images/en/nav-main_groupe.gif) no-repeat 0 0;
}

div.nav-en li#nav-groupe a:hover {
	background:url(../images/en/nav-main_groupe.gif) no-repeat 0 -43px;
}

div.nav-en li#nav-groupe.selected a, div.nav-en li#nav-groupe.selected a:hover {
	background:url(../images/en/nav-main_groupe.gif) no-repeat 0 -86px;
}

div.nav-fr li#nav-lasers a {
	background:url(../images/fr/nav-main_lasers.gif) no-repeat 0 0;
}

div.nav-fr li#nav-lasers a:hover {
	background:url(../images/fr/nav-main_lasers.gif) no-repeat 0 -43px;
}

div.nav-fr li#nav-lasers.selected a, div.nav-fr li#nav-lasers.selected a:hover {
	background:url(../images/fr/nav-main_lasers.gif) no-repeat 0 -86px;
}

div.nav-en li#nav-lasers a {
	background:url(../images/en/nav-main_lasers.gif) no-repeat 0 0;
}

div.nav-en li#nav-lasers a:hover {
	background:url(../images/en/nav-main_lasers.gif) no-repeat 0 -43px;
}

div.nav-en li#nav-lasers.selected a, div.nav-en li#nav-lasers.selected a:hover {
	background:url(../images/en/nav-main_lasers.gif) no-repeat 0 -86px;
}

div.nav-fr li#nav-produits a {
	background:url(../images/fr/nav-main_produits.gif) no-repeat 0 0;
}

div.nav-fr li#nav-produits a:hover {
	background:url(../images/fr/nav-main_produits.gif) no-repeat 0 -43px;
}

div.nav-fr li#nav-produits.selected a, div.nav-fr li#nav-produits.selected a:hover {
	background:url(../images/fr/nav-main_produits.gif) no-repeat 0 -86px;
}

div.nav-en li#nav-produits a {
	background:url(../images/en/nav-main_produits.gif) no-repeat 0 0;
}

div.nav-en li#nav-produits a:hover {
	background:url(../images/en/nav-main_produits.gif) no-repeat 0 -43px;
}

div.nav-en li#nav-produits.selected a, div.nav-en li#nav-produits.selected a:hover {
	background:url(../images/en/nav-main_produits.gif) no-repeat 0 -86px;
}

div.nav-fr li#nav-tests a {
	background:url(../images/fr/nav-main_tests.gif) no-repeat 0 0;
}

div.nav-fr li#nav-tests a:hover {
	background:url(../images/fr/nav-main_tests.gif) no-repeat 0 -43px;
}

div.nav-fr li#nav-tests.selected a, div.nav-fr li#nav-tests.selected a:hover {
	background:url(../images/fr/nav-main_tests.gif) no-repeat 0 -86px;
}

div.nav-en li#nav-tests a {
	background:url(../images/en/nav-main_tests.gif) no-repeat 0 0;
}

div.nav-en li#nav-tests a:hover {
	background:url(../images/en/nav-main_tests.gif) no-repeat 0 -43px;
}

div.nav-en li#nav-tests.selected a, div.nav-en li#nav-tests.selected a:hover {
	background:url(../images/en/nav-main_tests.gif) no-repeat 0 -86px;
}

div#site-info p {
	position:absolute;
	left:40px;
	top:18px;
	font-size:10px;
}

div#site-info p a {
	color:#FFF;
	text-decoration:none;
}

div#site-info p a:hover {
	text-decoration:underline;
}

ul#nav-footer {
	position:absolute;
	top:18px;
	left:150px;
}

ul#nav-footer li {
	position:relative;
	float:left;
	padding:0 10px;
	background:url(../images/nav-sub_sep.gif) right top no-repeat;
	font-size:10px;
}

ul#nav-footer li.no-sep {
	background:none;
}

ul#nav-footer li a {
	color:#FFF;
	text-decoration:none;
}

ul#nav-footer li a:hover {
	text-decoration:underline;
}

ul#nav-footer li.bold {
	background:none;
}

ul#nav-footer li.bold a {
	color:#FFFF00;
	font-weight:bold;
}

/* Fin des styles generaux */

/* Debut des styles de textes la page d'accueil*/

ul.content-list_fr li#content-list1 h3 {
	display:block;
	position:relative;
	margin:0 0 10px 0;
	background:url(../images/fr/titre_projets-spatiaux.gif) no-repeat 0 0;
	width:291px;
	height:15px;
	text-indent:-9999px;
}

ul.content-list_en li#content-list1 h3 {
	display:block;
	position:relative;
	margin:0 0 10px 0;
	background:url(../images/en/titre_projets-spatiaux.gif) no-repeat 0 0;
	width:322px;
	height:15px;
	text-indent:-9999px;
}

ul.content-list_fr li#content-list2 h3 {
	display:block;
	position:relative;
	margin:25px 0 10px 0;
	background:url(../images/fr/titre_domaines-excellence.gif) no-repeat 0 0;
	width:227px;
	height:15px;
	text-indent:-9999px;
}

ul.content-list_en li#content-list2 h3 {
	display:block;
	position:relative;
	margin:25px 0 10px 0;
	background:url(../images/en/titre_domaines-excellence.gif) no-repeat 0 0;
	width:171px;
	height:15px;
	text-indent:-9999px;
}

ul.content-list_fr li#content-list3 h3 {
	display:block;
	position:relative;
	margin:25px 0 10px 0;
	background:url(../images/fr/titre_moyens-production.gif) no-repeat 0 0;
	width:227px;
	height:15px;
	text-indent:-9999px;
}

ul.content-list_en li#content-list3 h3 {
	display:block;
	position:relative;
	margin:25px 0 10px 0;
	background:url(../images/en/titre_moyens-production.gif) no-repeat 0 0;
	width:242px;
	height:15px;
	text-indent:-9999px;
}

ul.content-list_fr li#content-list4 h3 {
	display:block;
	position:relative;
	margin:25px 0 10px 0;
	background:url(../images/fr/titre_moyens-controle.gif) no-repeat 0 0;
	width:292px;
	height:18px;
	text-indent:-9999px;
}

ul.content-list_en li#content-list4 h3 {
	display:block;
	position:relative;
	margin:25px 0 10px 0;
	background:url(../images/en/titre_moyens-controle.gif) no-repeat 0 0;
	width:154px;
	height:18px;
	text-indent:-9999px;
}

ul.content-list_fr li#content-list5 h3 {
	display:block;
	position:relative;
	margin:25px 0 10px 0;
	background:url(../images/fr/titre_moyens-conception.gif) no-repeat 0 0;
	width:225px;
	height:15px;
	text-indent:-9999px;
}

ul.content-list_en li#content-list5 h3 {
	display:block;
	position:relative;
	margin:25px 0 10px 0;
	background:url(../images/en/titre_moyens-conception.gif) no-repeat 0 0;
	width:178px;
	height:15px;
	text-indent:-9999px;
}


ul.content-list_fr li#content-list6 h3 {
	display:block;
	position:relative;
	margin:25px 0 10px 0;
	background:url(../images/fr/titre_applications.gif) no-repeat 0 0;
	width:123px;
	height:15px;
	text-indent:-9999px;
}

ul.content-list_en li#content-list6 h3 {
	display:block;
	position:relative;
	margin:25px 0 10px 0;
	background:url(../images/en/titre_applications.gif) no-repeat 0 0;
	width:123px;
	height:15px;
	text-indent:-9999px;
}

div.vcard_fr h3 {
	display:block;
	position:relative;
	margin:0 0 10px 0;
	background:url(../images/fr/titre_nous-contacter.gif) no-repeat 0 0;
	width:161px;
	height:15px;
	text-indent:-9999px;
}

div.vcard_en h3 {
	display:block;
	position:relative;
	margin:0 0 10px 0;
	background:url(../images/en/titre_nous-contacter.gif) no-repeat 0 0;
	width:111px;
	height:15px;
	text-indent:-9999px;
}

div#vcard h4 {
	position:relative;
	font-weight:bold;
}

div#vcard a {
	text-decoration:underline;
}

div#vcard a:hover {
	text-decoration:none;

/* Fin des styles de textes de la page d'accueil */