/* styles Innovant Consulting */

.innovant
{
	color: #1D82D5; /* Le bleu associé au mot Innovant */
}

body
{
	background-color: white;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}






/* En haut, logo + menu principal */

table.top_bar
{
	width: 100%;
	border-collapse: collapse;
}

td.logo
{
	background-color: white;
	width: 50px; /* minimum */
	padding: 0;
}

.logo img
{
	display: block;
	border-style: none;
}

td.main_menu_container
{
						background-color: #34444F; /* bord de droite, bande haute de l'image */
	padding: 0;
	vertical-align: top;
}

table.main_menu
{
						background-color: #415462; /* bord de droite (sauf en haut) de l'image */
						background-image: url(../img/fond_main_menu.jpg);
	background-repeat: no-repeat;
	border-collapse: collapse;
	height: 100%;
}

table.main_menu td
{
	vertical-align: top;
	font-weight: bold;
	font-size: 15px;
						border-right: 2px solid navy;
	text-align: right;
	width: 140px;
}

table.main_menu td.main_menu_item_selected
{
						background-color: navy;
						background-image: url(../img/fond_selected.jpg);
	background-repeat: no-repeat;
}

table.main_menu img
{
	border: none;
	vertical-align: middle;
	margin-right: 0.4em;
}

table.main_menu a
{
	display: block;
	text-decoration: none;
	padding: 57px 3px 15px 15px;
	white-space: nowrap;
}

table.main_menu,
table.main_menu a
{
	color: #C8C8C8;
}

table.main_menu a:hover
{
	color: white;
}

table.main_menu .main_menu_item_selected,
table.main_menu .main_menu_item_selected a,
table.main_menu .main_menu_item_selected a:hover
{
	color: #90A0C8;
}

div.top_bar_shadow
{
	background-image: url(../img/top_bar_shadow_bottom.gif);
	background-repeat: repeat-x;
}

div.top_bar_shadow img
{
	display: block;
}






/* Grande image centrale de la page d'accueil */

div.presentation
{
	position: relative; top: 0; left: 0; /* emplacement normal */
	margin-top: 6px;
	background-image: url(../img/presentation_stretch.gif);
	background-repeat: repeat-x;
	margin-bottom: 0;
	padding-bottom: 0;
}

div.presentation img
{
	display: block;
}

div.presentation_txt1
{
	position: absolute;
	top: 43px;
	left: 301px;
}

div.presentation_txt1_dyn
{
	position: absolute;
	top: 110px;
	left: 330px;
	font-weight: bold;
	color: #9CA4A1;
	font-size: 12px;
	width: 200px;
}

div.presentation_txt2
{
	position: absolute;
	top: 26px;
	left: 599px;
}

div.presentation_txt2_dyn
{
	position: absolute;
	top: 54px;
	left: 630px;
	font-weight: bold;
	color: #D8D8D8;
	font-size: 12px;
	font-weight: normal;
	width: 330px;
}

div.presentation_txt3
{
	position: absolute;
	top: 122px;
	left: 599px;
}

div.presentation_txt3_dyn
{
	position: absolute;
	top: 150px;
	left: 630px;
	font-weight: bold;
	color: #D8D8D8;
	font-size: 12px;
	font-weight: normal;
	width: 330px;
}














div.topics
{
	padding-top: 12px;
	background-image: url(../img/fond_dots.gif);
	margin-left: 8px;
	padding-bottom: 12px;
	padding-left: 1px;
zzzwidth: 994px;
zzzoverflow: hidden;
}

table.topics
{
zzzwidth: 70%;
}

table.topics td
{
	vertical-align: top;
}

div.topic
{
}

table.topic
{
	border-collapse: collapse;
	margin-right: 10px;
}

table.topic_news
{
	border-collapse: collapse;
	margin-right: 0;
}

div.topic th
{
	text-align: left;
	padding-left: 5px;
	height: 27px;
	width: 157px;  /* largeur min, de préférence un multiple de 6 pixels, + 1 pixel */
	background-repeat: repeat-x;
	font-weight: normal;
	font-size: 21px;
	white-space: nowrap;
	vertical-align: top;
	padding-top: 0;
	padding-bottom: 0;
}

table.topic th
{
	background-image: url(../img/topic_top_stretch.gif);
}

table.topic_news th
{
	background-image: url(../img/topic_news_top_stretch.gif);
	color: #FF6600;
}

div.topic th a
{
	white-space: nowrap;
	margin-top: -1px;
	color: green;
	text-decoration: none;
	display: block;
	width: 100%;
}

div.topic th a:hover
{
	color: #FF6600;
}

div.topic th.topic_top_corner_left
{
	width: 10px;
	background-position: top left;
	background-repeat: no-repeat;
}

table.topic th.topic_top_corner_left
{
	background-image: url(../img/topic_top_corner_left.gif);
}

table.topic_news th.topic_top_corner_left
{
	background-image: url(../img/topic_news_top_corner_left.gif);
}

div.topic th.topic_top_corner_right
{
	width: 10px;
	background-position: top right;
	background-repeat: no-repeat;
}

table.topic th.topic_top_corner_right
{
	background-image: url(../img/topic_top_corner_right.gif);
}

table.topic_news th.topic_top_corner_right
{
	background-image: url(../img/topic_news_top_corner_right.gif);
}

div.topic td
{
	vertical-align: top;
	padding: 0;
}




div.topic_body
{
	height: 140px;
	overflow: hidden;
	font-size: 75%;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 4px;
}




table.topic div.topic_body
{
	background-color: white;
	color: #606060;
}

table.topic_news div.topic_body
{
	background-color: #DDDDDD;
	color: #7C8380;
}



table.topic .topic_body a
{
	color: #606060;
	text-decoration: none;
}

table.topic .topic_body a:hover
{
	color: #FF6600;
}



table.topic_news .topic_body a
{
	color: #6060C0;
	text-decoration: none;
}

table.topic_news .topic_body a:hover
{
	color: #FF6600;
}




.topic_body img.topic_photo
{
	border: none;

	margin-left: auto;
	display: block;
	margin-right: auto;
}

.topic_body img.topic_arrow
{
	border: none;
	float: right;
	padding-top: 4px;
}







table.topic div.topic_text
{
	font-weight: bold;
	font-size: 90%;
}

.topic_body div.topic_text
{
	margin-top: 6px;
}

.topic_body div.topic_text
{
	margin-top: 6px;
}





.topic_text ul
{
	margin-top: 7px;
	margin-left: 25px;
	padding-left: 0;
	margin-bottom: 0;
}

.topic_text li
{
	list-style-image: url(../img/topic_bullet.gif);
	list-style-type: disc; /* default */
}






div.topic td.topic_bottom_corner_left
{
	width: 13px;
	height: 13px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

table.topic td.topic_bottom_corner_left
{
	background-image: url(../img/topic_bottom_corner_left.gif);
}
table.topic_news td.topic_bottom_corner_left
{
	background-image: url(../img/topic_news_bottom_corner_left.gif);
}



table.topic td.topic_bottom_middle
{
	background-color: white;
}
table.topic_news td.topic_bottom_middle
{
	background-color: #DDDDDD;
}


div.topic td.topic_bottom_corner_right
{
	width: 13px;
	height: 13px;
	background-position: bottom right;
	background-repeat: no-repeat;
}
table.topic td.topic_bottom_corner_right
{
	background-image: url(../img/topic_bottom_corner_right.gif);
}
table.topic_news td.topic_bottom_corner_right
{
	background-image: url(../img/topic_news_bottom_corner_right.gif);
}





div.small_menu
{
	padding-top: 55px;
	text-align: right;
	margin-left: 8px;
	margin-right: 8px;
	font-size: x-small;
	font-weight: bold;
	padding-bottom: 3px;
	color: #928E88;
}

.small_menu img
{
	border: none;
	margin-right: 1em;
	vertical-align: middle;
}

.small_menu a
{
	color: #928E88;
	text-decoration: none;
}

.small_menu a:hover
{
	color: #FF6600;
}


div.footer
{
	border-top: 2px solid #928E88;
	padding-top: 6px;
	text-align: left;
	margin-left: 8px;
	margin-right: 8px;
	font-size: x-small;
	font-weight: bold;
	padding-bottom: 6px;
	color: #9CA4A1;
}

.footer a
{
	color: #9CA4A1;
	text-decoration: none;
}

.footer a:hover
{
	color: #FF6600;
}







table.panes
{
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

td.bandeau
{
	width: 218px;
	overflow: hidden;
	padding: 0;
	vertical-align: top;
}

.bandeau div.photo
{
	height: 93px;
	overflow: hidden;
}

.photo img.photo
{
	display: block;
}












.bandeau div.menu
{
	height: 488px;
	background-image: url(../img/bandeau_dots.gif);
	font-size: 80%;
	font-weight: bold;
	color: #5B6369;
	padding-right: 40px;
	padding-left: 15px;
}

.bandeau .menu .menu_head
{
	border-bottom: 1px solid #D0D0D0;
	padding: 17px 0 2px 0;
}

.bandeau .menu .menu_item
{
	font-size: 90%;
	font-weight: normal;
	padding: 2px 0 2px 0;
	border-bottom: 1px solid #D0D0D0;
}

.bandeau .menu .menu_item_current
{
	font-size: 90%;
	font-weight: bold;
	padding: 2px 0 2px 0;
	border-bottom: 1px solid #D0D0D0;
	color: #445C70;
}

.bandeau .menu a
{
	color: #5B6369;
	text-decoration: none;
	display: block;
	width: 100%;
}

.bandeau .menu a:hover
{
	color: #FF6600;
}

.bandeau .menu img
{
	border: none;
	margin-right: 10px;
}















.bandeau_bottom
{
	height: 30px;
	background-color: #F5F5F6;
}

.bandeau_corner
{
	float: right;
	width: 10px;
	height: 34px;
	background-image: url(../img/bandeau_corner.gif);
	background-repeat: no-repeat;
}

.bandeau_bottom_shadow
{
	height: 34px;
	background-image: url(../img/bandeau_bottom_shadow.gif);
	background-repeat: repeat-x;
}

td.bandeau_right_shadow
{
	vertical-align: top;
	width: 24px;
	overflow: hidden;
	padding: 0;
}

div.bandeau_right_top_shadow
{
	height: 93px;
	background-image: url(../img/bandeau_right_top_shadow.gif);
	background-repeat: no-repeat;
}

div.bandeau_right_shadow
{
	height: 518px; /* .bandeau div.menu + .bandeau_bottom */
	background-image: url(../img/bandeau_right_shadow.gif);
	background-repeat: repeat-y;
}

div.bandeau_bottom_right_shadow
{
	height: 34px;
	background-image: url(../img/bandeau_bottom_right_shadow.gif);
	background-repeat: no-repeat;
}

td.main
{
	vertical-align: top;
	padding: 0;
}

.main div.main_top
{
	height: 30px;
	background-image: url(../img/main_top.gif);
	background-repeat: repeat-x;
}

.main div.short_trail
{
	height: 21px;
	background-image: url(../img/short_trail.gif);
	background-repeat: repeat-x;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	color: #949494;
	font-variant: small-caps;
}

.short_trail a
{
	text-decoration: none;
	color: #3E79AC;
}

.short_trail a:hover
{
	color: #FF6600;
}

table.main_panes
{
	width: 100%;
	table-layout: fixed;
}

.main_panes td
{
	vertical-align: top;
}

td.pads
{
	width: 220px;
}

div.full_trail
{
	margin-top: 12px;
	font-size: 70%;
	color:  #949494;
}

.full_trail a
{
	color:  #949494;
}

.full_trail a:hover
{
	color: #FF6600;
}

div.titre_rubrique
{
	margin-top: 23px;
	font-size: 75%;
	font-weight: bold;
	color: #5B6369;
	margin-left: 23px;
}

.titre_rubrique img
{
	vertical-align: middle;
	margin-right: 4px;
}

div.tete_rubrique
{
	margin-top: 10px;
	font-size: 75%;
	font-weight: bold;
	color: #5B6369;
	margin-left: 30px;
	margin-right: 10px;
	background-color: #FFE5BD;
	padding: 3px;
}

div.corps_rubrique
{
	margin-top: 5px;
	font-size: 75%;
	color: #5B6369;
	margin-left: 30px;
	margin-right: 10px;
	padding: 3px;
}

div.formulaire
{
	margin-top: 5px;
	font-size: 75%;
	color: #5B6369;
	margin-left: 30px;
	margin-right: 10px;
	padding: 3px;
}

.formulaire td
{
	vertical-align: top;
	padding: 1px 5px 1px 5px;
}

.formulaire input, .formulaire textarea
{
	width: 25em;
}


.formulaire .submit
{
	text-align: right;
}


.formulaire .submit input
{
	margin-top: 1em;
	width: auto;
}


div.pad_1
{
	background-image: url(../img/fond_pads.gif);
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
}

div.pad_2
{
	background-image: url(../img/fond_pads.gif);
	margin-top: 18px;
	margin-right: 5px;
	padding-top: 8px;
	padding-bottom: 30px;
}

.pad_2 .window
{
	width: 90%;
	margin-right: 2px;
	margin-left: auto;
	border: 4px solid #F0F0F0;
}

.pad_2 div.title
{
	background-image: url(../img/fond_titre_pad2.gif);
	background-repeat: repeat-x;
	background-color: #4198BB;
	color: white;
	font-size: 90%;
	font-weight: normal;
	border-left: 1px solid #4198BB;
}

.pad_2 .title div
{
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	padding: 3px 2px 1px 9px;
}

.pad_2 .body
{
	border: 1px solid #D8D8D8;
	padding: 10px;
	background-image: url(../img/fond_body_pad2.gif);
	font-size: 80%;
	color: #587791;
}

.pad_2 .body a
{
	color: #587791;
}

.pad_2 .body a:hover
{
	color: #FF6600;
}
