html,body{margin:0;padding:0}
body{
	font: 76% Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	border-top: 3px solid #006fb7;
	background: #fff;
	color: #444;
	text-align: center; /*center layout in ie5 and 5.5. */
}

/* General */

h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
}

p {
	margin: 1em 0;
	padding: 0;
	text-align: justify;
	color: #666;
}


h1 {
	margin-bottom: 1em;
	font-size: 22px;
	color: #006fb7;
	font-weight: normal;
}

h2 {
	padding-top: 1em;
	font-size: 15px;
	font-weight: bold;
	color: #006fb7;
}

h3 {
	padding-top: 1em;
	font-size: 14px;
	font-weight: bold;
	color: #97bf0d;
}

h3 b, h3 strong {
	font-size: 1.25em;
	font-weight: normal;
	color: #006fb7;
	background: transparent url("images/elements/fleche_tt.gif") no-repeat left 4px;
	padding-left: 18px;
}

h3 a {
	color: #97bf0d;
}

h3 b a, h3 strong a {
	color: #006fb7;
}

h3 span {
	font-weight: normal;
	color: #ccc;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #006fb7;
}

p {
	line-height:1.4;
	text-align: justify;
}

em, i {
	font-style: normal;
	color: #97bf0d;
}

a {
	color: #006fb7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#content li a {
	font-weight:bolder;
}

small {
	font-size: .85em;
	color: #666;
}

/* Maquette */

#container {	
	text-align: left;
	width: 925px;
	background: #fff url("images/elements/bg_ventre.gif") repeat-y left top;
	margin: 0 auto;
}

#header {
	margin: auto; /* centre for compliant browsers*/
	background: transparent url("images/elements/bg_top.gif") no-repeat left top;
	height: 60px;
	text-align: left;
}
.page-en #header {
	background-image: url("/sinovia/images/elements/en/bg_top.gif") !important;
}

#logo {
	position: absolute;
	margin: 0 auto auto 0;
	border: none;
}

#langues {
	float: right;
	padding: 10px 2px 0 0;
	margin: 8px 0 0 0 !important;
	list-style: none;
	display: block;
}

#langues li {
	float: left;
	padding: 3px 10px;
	background: url(images/elements/dots-2.gif) right 0 no-repeat;
	margin: 0;
	list-style: none;
	display: block;
	font-size: 11px;
}
#langues a {
	color: #0066cc;
	text-decoration: none;
}
#langues a:hover {
	text-decoration: underline !important;
}
#langues .lst {
	background: none;
}
#langues .act {
	color: #999;
}

/* Navigation haute */

#top-nav {
	width: 100%;	/* IE6 */
	background: #97bf0d;
	min-height: 29px;
	border-bottom: 6px solid #fff;
}

#main-nav {
	padding:0 0 0 17px;
	margin:0;
	list-style:none;
	display:block;
}
#main-nav li {
	float:left;
	padding:0;
	margin:0;
	list-style:none;
	display:block;
}
#main-nav a {
	padding: 7px 18px;
	background: url(images/elements/dots-1.gif) right 0 no-repeat;
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#main-nav a:hover {
	background: url(images/elements/dots-1.gif) right 0 no-repeat #87AC0D !important;
}
#main-nav .lst a {
	background: none;
}
#main-nav .lst a:hover {
	background: #87AC0D !important;
}
#main-nav .act {
	margin: 0 0 0 -1px !important;
}
#main-nav .act a {
	background: #FFF !important;
	border-top: 3px solid #97bf0d;
	padding: 6px 13px 5px 13px;
	color: #036db7;
	font-weight: bold;
}
#main-nav .act a:hover {
	background: #fff !important;
	border-top: 3px solid #97bf0d;
	padding: 6px 13px 5px 13px;
	font-weight: bold;
}

#bandeau {
	margin: auto; /* centre for compliant browsers*/
	background: transparent url("images/elements/bandeau.jpg") no-repeat left top;
	border-top: 7px solid #f6f6f6;
	border-bottom: 6px solid #f6f6f6;
	height: 190px;
}
	/* Personnalisation des bandeaux FR,
		Solutions,
		Services
		(sauf rub Produits via squelette HTML
	*/
	#rub4 #bandeau, #rub6 #bandeau {
		background-image: url("images/elements/bandeau_2.jpg");
	}
	/*
	Actualites
	Contact
	*/
	#rub7 #bandeau, #rub8 #bandeau {
		background-image: url("images/elements/bandeau_3.jpg");
	}

	/* Personnalisation des bandeaux EN,
		Solutions,
		Services
		(sauf rub Produits via squelette HTML
	*/
	#rub104 #bandeau, #rub106 #bandeau {
		background-image: url("images/elements/bandeau_2.jpg");
	}
	/*
	Actualites
	Contact
	*/
	#rub107 #bandeau, #rub108 #bandeau {
		background-image: url("images/elements/bandeau_3.jpg");
	}
	
#wrapper {float: left;
	width: 100%;
}

#content {
	width: 385px;
	margin: 0 300px 0 240px;
	padding-top: 10px;
}

/* CONTENU */

	#content ul {
		line-height: 1.5em;
		list-style: none;
		margin: 0 0 .5em .5em;
		padding: 0 0 .5em .5em;
		color: #005890;
		text-align: justify;
	}
	
	#content ol {
		line-height: 1.5em;
		margin: 0 0 .5em .5em;
		padding: 0 0 .5em .5em;
		color: #006FB7;
		text-align: justify;
	}
	
	#content ul li {
		padding: .2em 0;
		line-height: 1.4em;
		background: transparent url("/sinovia/puce.gif") no-repeat left 5px;
	}
	
	#content ol li {
		padding: .2em 0;
		line-height: 1.4em;
	}
	
	#content ul li {
		padding-left: 14px;
	}
	
	#content ul li li, #content ol li li {
		list-style: disc;
		background: none;
		margin-left: 5px;
		padding-left: 0;
		color: #555;
	}
	
	div hr {
		clear: both;
		visibility: hidden;
		height: .5em;
	}
	
	#content dl, #content dd, #content dt {
		margin: 0;
		padding: 0;
	}

	#content a img {
		border: none;
	}

/* Navigation gauche */

#navigation{
	float: left;
	width: 205px;
	margin: 0 0 0 -923px;
	padding: 0;
	}

/* left-nav */

#left-nav {
	padding: 21px 20px 25px 15px;
	display: block;
	margin: 0;
	list-style: none;
}
#left-nav li {
	display: block;
	list-style: none;
	font-size: 11px;
	border-bottom: 1px solid #DEDEDE;
}
.left-nav li.lst {
	border: none;
}
#left-nav li {
	padding: 5px 16px;
	background: url(images/elements/lft-nav-2-off.gif) 5px 10px no-repeat;
}
#left-nav li.current {
	padding: 5px 16px;
	background: url(images/elements/lft-nav-2-off.gif) 5px 10px no-repeat;
}
#left-nav li a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#left-nav li a:hover {
	text-decoration: underline;
}
#left-nav li.current a {
	color: #006fb7;
	text-decoration: none;
	font-weight: bold;
}
#left-nav li.current a:hover {
	text-decoration: none;
}

/* 2nd niveau */

#left-nav li ul {
	padding: 0;
	margin: 0 0 0 1em;
}
#left-nav li li, #left-nav li li.current {
	border-bottom: none;
	padding: 2px 0;
	margin: 0;
	background: transparent;
}
.left-nav li li.lst {
	border: none;
}
#left-nav li li a, #left-nav li.current li a {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
#left-nav li li a:hover {
	text-decoration: underline;
}
#left-nav li li.current a {
	color: #006fb7;
	text-decoration: none;
	font-weight: bold;
}
#left-nav li li.current a:hover {
	text-decoration: none;
}

/* TG droite */

#tg {
	float: left;
	width: 235px;
	margin-left: -250px;
	padding: 10px 0 0 0;
	}

#tg h2, #tg h2 a {
	font-size: 14px;
	font-weight: normal;
	padding-bottom: .5em;
	margin-bottom: 0;
	color: #97bf0d;
	text-transform: uppercase;
	border-bottom: 1px solid #97bf0d;
}
.actu {}
.actu  ul {
		line-height: 1em;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.actu  ul li {
		padding: 1em 0 .5em;
		border-bottom: 1px solid #ddd;
		}
.actu h4 {
	color: #97bf0d;
	font-size: .9em;
}
.actu p {
	margin-top: .5em;
	font-size: .9em;
}

/* Footer */


#footer{
	clear: both;
	color: #999;
	background: #fff;
	line-height: 1.3em;
	border-top: 3px solid #aaa;
	}

#footer ul {
	height: 70px;
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: .9em;
}
#footer ul li {
	border-left: 1px solid #97bf0d;
	margin: 14px 0 0 0;
	padding: 3px 10px;
	float: left;
	color: #888;
	min-height: 14px;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer li.copy {
	border: none;
}
#footer li.credit {
	float: right;
}
#footer li.credit a {
	color: #888;
	font-weight: normal;
}

/* Formulaires */

.spip_forms {
}

.spip_forms form {
	border:0;
	margin:0;
}

.spip_forms fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

.spip_forms legend {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #97bf0d;
	display: none;
}

h3.spip {
	margin-top: 0;
	padding-top: 0;
}

.spip_descriptif {
	border:0;
	margin:0;	
}

.spip_form_champ {
	margin: 1em 0 0;
	clear: none;
}
	.spip_form_champ input, .spip_form_champ textarea, .spip_form_champ select {
		display: block;
		width: 85%;
		margin: .5em 1em;
	}
	.spip_form_champ textarea {
	}

.spip_form_label_details {
	font-size: .9em;
	display: block;
	margin: .2em;
	color: #666;
}

.spip_form_label {
	font-weight: bold;
	color: #006FB7;
}
	.spip_form_label label {
	}

.spip_form_label_obligatoire {
	color: #006FB7;
}

.spip_form_choix_multiple {
	display: block;
	margin: 0;
	padding: 0;
	padding: .1em 0 .5em;
}
	#content ul.spip_form_choix_multiple, #content ul.spip_form_choix_unique {
		list-style: none;
		text-align: left;
		color: #444;
	}
	#content ul.spip_form_choix_multiple li, #content ul.spip_form_choix_unique li {
		padding: 2px 0;
		line-height: normal;
		background-image: none;display: inline;
	}
	.spip_form_choix_multiple input, .spip_form_choix_unique input {
		width: auto;
		padding: 0;
		margin: 0 .5em;
		display: inline;
	}
	.spip_form_choix_unique input {
		margin-top: .5em;
	}
	.spip_form_choix_multiple label, .spip_form_choix_unique label {
		margin: 0;
		padding: 0;
	}

input.fondo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.spip_bouton {
	margin: 1em 0;
	padding: 0;
	width: 90%;

}
.spip_bouton input {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	color: #333;
	background: normal;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	width: 100px ;
}

.spip_forms .erreur {
	color: red;
	display: block;
	clear: both
}

.spip_form_ok {
	font-weight: bold;
}

span.nettoyeur {
	clear: both;
}
