/*

Dimensions:
			- cadre principal: 703px X 815 px
			- logo: 239 x 74
			- tel: 124 x 50
			- 115 x 50
			- 123 x 50
			- 101 x 50
			- menu gauche:
							- 239 x 46 (4x)

Couleurs:
			- bleu clair: #BFDAED
			- bleu soutenu: #96C1E1
			- bleu foncé: #3083C1
			- dégradé de bleu: #4B95CB vers #2774B6
			- gris clair: #F0F0F0
			- gris foncé: #4f4f4f;
			


*/

* a,a:hover,a:visited {
	text-decoration: none;
	color: #4f4f4f;
}

img {
	border: none;
	margin: auto;
}

img.hidden {
	display: none;
}

img.inova_solutions {
	vertical-align: baseline;
}

body {
	text-align: center;
	background-image: url('images/fond.jpg');
	color: #4f4f4f;
	font-family: sans-serif;
}

div#cadre_principal {
	margin: auto;
	width: 700px;
	overflow: hidden;
	background: #fcfcfc;
	padding: 0px;
}

div#colonne_gauche {
	float: left;
	width: 239px;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

div#entete_col_gauche {
}

div#logo {
	height: 74px;
}

div.menuleftitem {
	height: 35px;
	background: #BFDAED;
	/*background-image: url('images/background_bleuclair.png');*/
	background-repeat: repeat-x;
	background-position: top;
	border-bottom: solid 1px #ffffff;
	text-align: left;
	padding-left: 10px;
	line-height: 35px;
	font-family: freesans, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

div.menuleftitem:hover {
	background: #96C1E1;
}

div#accueil {
	height: 24px;
	line-height: 24px;
	background: #3083C1;
	color: #ffffff;
	text-align: right;
	padding-right: 10px;
	font-size: 10px;
}

div#accueil a {
	color: #ffffff;
	font-size: 12px;
}

div#accueil a:hover {
	text-decoration: underline;
}

div#greycell {
	height: 25px;
	background-image: url('images/top_right_menu.png');
	background-repeat: repeat-x;
	border-bottom: solid 1px #e0e0e0;
	line-height: 25px;
	font-size: 11px;
	text-align: right;
	padding-right: 10px;
	color: #4f4f4f;
}

div#greycell a:hover {
	text-decoration: underline;
}

div#colonne_droite {
	float: right;
	width: 460px;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

div#entete_col_droite {
}

div#menutop {
	height: 49px;
}

div.menurightitem {
	float: left;
	height: 49px;
	width: 115px;
	margin-left: 0px;
	background-image: url('images/top_right_menu.png');
	border-left: solid 1px #ffffff;
	text-align: center;
	line-height: 50px;
	font-size: 13px;
	color: #4f4f4f;
}

div.menurightitem:hover {
	background-image: url('images/top_right_menu_hover.png');
}

div.menurightitem#tel {
	width: 112px;
	height: 49px;
	border-left: none;
	color: #0F68AF;
}

div.menurightitem#tel:hover {
	background-image: url('images/top_right_menu.png');
}

div.menurightitem#tel div{
	line-height: 20px;
	padding-top: 5px;
	font-weight: bold;
}

div.menurightitem a:hover {
	text-decoration :underline;
}

div#poster {
	width: 460px;
	clear: right;
	border: 0px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

div#poster img{
	/* pour eviter l'espace de qq pixels sous l'image dans firefox */
	display: block;
}

div#menubar {
	height: 25px;
	background-image: url('images/top_right_menu.png');
	background-repeat: repeat-x;
	border-bottom: solid 1px #e0e0e0;
	line-height: 25px;
	font-size: 10px;
}

div#quicklinks {
	float: right;
	background: inherit;
	border: none;
}

div.quicklinksitem {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-left: solid 1px #e0e0e0;
}

div.quicklinksitem a:hover {
	text-decoration: underline;
}

div.quicklinksitem:first-child {
	border-left: none;
}

/******************
COLONNE GAUCHE
*******************/
div#corps_col_gauche {
	width: 239px;
	background: #fcfcfc;
	text-align: center;
}

div.vignette_left {
	text-align: center;
	margin: 10px auto;
}

div.logos_left{
	text-align: center;
}

div.logos_left img{
	margin: 15px 10px auto 10px;
}

div#newsletter {
	width: 228px;
	margin: 10px auto;
	border-left: solid 1px #f0f0f0;
	border-right: solid 1px #e0e0e0;
	border-bottom: solid 1px #d0d0d0;
	font-size: 12px;
	color: #4f4f4f;
	background: #f0f0f0;
}

div#newsletter_entete{
	background: #3083C1;
	color: #ffffff;
	line-height: 20px;
	border-bottom: solid 1px #ffffff;
}

div#newsletter input {
	color: inherit;
	border: solid 1px #d0d0d0;
	background: #f9f9f9;
}

div#newsletter div{
	margin: 10px auto;
}

/******************
COLONNE DROITE
*******************/
div#corps_col_droite {
	min-height: 690px;
	width: 460px;
	text-align: center;
	padding-top: 10px;
	background: #ffffff;
}

/* *********************
LES ARTICLES
********************* */
div.article {
	width: 90%;
	margin: auto;
	margin-bottom: 15px;
	text-align: center;
	border: solid 1px #f0f0f0;
	font-size: 12px;
	line-height: 18px;
	background: #fcfcfc;
	background-image: url('images/background_blancgris.png');
	background-repeat: repeat-x;
	background-position: left 0px;
}

div.entete_article {
	height: 20px;
	line-height: 20px;
	text-align: justify;
	color: #4f4f4f;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	background: #BFDAED;
	background-image: url('images/background_bleuclair.png');
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: solid 1px #ffffff;
	text-transform: uppercase;
}

div.soustitre_article {
	margin: 10px 10px auto 10px;
	padding: 5px;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: justify;
}

div.corps_article {
	padding: 5px;
	text-align: justify;
}

div.corps_article ul {
	margin: auto;
	padding: 0px 15px;
	list-style-position: outside;
	list-style-type: square;
}

div.corps_article ul>li {
	margin: 10px auto;
	font-weight: bold;
	text-align: justify;
	color: #0F68AF;
}

div.corps_article li:first-line{
	color: #0F68AF;
	text-decoration: underline;
	font-weight: bold;
}

div.corps_article li div {
	font-weight: normal;
	color: #4f4f4f;
}

div#retour {
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	width: 20%;
	height: 20px;
	line-height: 20px;
	margin: auto;
	margin-bottom: 15px;
	border: solid 1px #f0f0f0;
	background: #96C1E1;
}

div#retour:hover {
	background: #3083C1;
}

div#retour a{
	color: #ffffff;
}

/* FIN ARTICLES */
/* -------------------- */
div.vignette_right {
	text-align: center;
	margin: 10px;
}

div#footer {
	line-height: 12px;
	background: #fcfcfc;
	border-top: solid 1px #eaeaea;
	font-size: 10px;
	color: #666666;
}

div#societe {
	height: 70px;
	background: #f0f0f0;
}

div#societe div:first-child {
	font-weight: bold;
	padding-top: 4px;
}

div#validator {
	margin-top: 3px;
	text-align: center;
}
