HTML * 
{
	margin: 0px;
	padding: 0px;
}

a 
{
	text-decoration: none;
}

a:hover 
{
	text-decoration: none;
}

img
{
	border: none;
}

/***** CENTRER LES IMAGES *****/
div.centrage_img
{
	width: auto;
	text-align: center;
	margin: auto;
}

div#main h1.orange
{
	color: #f26e23;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}

/***** Titres généraux *****/
div#main h2
{
	color: #296997;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-indent: 10px;
	border-bottom: 1px solid #ccc; 
	line-height: 1.5em;
	margin-bottom: 10px;
}

div#main titre_cadre_bleu
{
	color: #296997;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 10px;
}

div#main p.titre
{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

span.copyright
{
	font-size: 11px;
}

span.tm
{
	font-size: 9px;
	padding-left: 2px;
}

div#main h3
{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div#main h3.disclaimer
{
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

div#main a.lien
{
	color: #18507C;
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: bold;
	text-decoration: underline;
}

div#main a.lien:hover
{
	text-decoration: underline;
	background-color: #C3D4DF;
}

div#main a
{
	color: #18507C;
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: normal;
	text-decoration: underline;
}

div#main a:hover
{
	text-decoration: underline;
	background-color: #C3D4DF;
}

body#migc 
{
	font-size: 9pt;
	color: black;
	text-align: center;
	background: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 10px;
}


/***** PAGE *****/
div#page 
{
	width : 740px;
	height : auto;
	margin: auto;
	text-align : left;
	background-color: #FFFFFF;
	padding-top : 0px;
	padding-bottom : 0px;
	border: 1px solid #CCCCCC;
}

/***** HOME PAGE *****/
div#home
{
	margin: auto;
	width: 738px;
	height: auto;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

div#home_top
{
	background-image: url(../usr/img/accueil_haut.jpg);
	background-repeat: no-repeat;
	width: 738px;
	height: 268px;
	margin: auto;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
}

/***** HOMPAGE TEXT TOP *****/
div#home_top_txt
{
	width: 450px;
	height: 100px;
	color: #FFFFFF;
	text-align: center;
	font-size: 32px;
	font-weight: 100;
	font-variant: small-caps;
	float: left;
	margin-top: 100px;
	line-height: 22px;
}

div#home_middle
{
	background-image: url(../usr/img/litebook_elite_logo.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 738px;
	height: 41px;
	padding-top: 5px;
	padding-bottom: 5px; 
	margin: auto;
	float: left;
	border-right: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
}

div#home_bottom
{
	background-image: url(../usr/img/accueil_bas.jpg);
	background-repeat: no-repeat;
	width: 738px;
	height: 200px;
	margin: auto;
	float: left;
	border-bottom: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
}

/***** HOMPAGE TEXT BOTTOM *****/
div#home_bottom_txt
{
	width: 200px;
	height: auto;
	color: #000000;
	text-align: center;
	font-size: 14px;
	float: left;
	margin: auto;
	padding-left: 400px;
	padding-top: 22px;
}

/***** HOMEPAGE LINK *****/
div#home_bottom_txt ul
{
	list-style-type: none;
        line-height: 20px;
        padding: 0;
        margin: 0;
}

div#home_bottom_txt a
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

div#home_bottom_txt a:hover
{
	color: #555555;
	font-weight: bold;
	text-decoration: underline;
}

div#home_bottom_txt h3
{
	color: #000000;
	text-align: center;
	font-size: 14px;
}

/***** CARACTERE MARQUE DEPOSEE *****/
span.marquedep
{
	font-size: 18px;
}


/***** ACCUEIL *****/
div#header
{
	width: 740px;
	height: 150px;
	margin: auto;
}

/***** MENU *****/

div#menuLangue
{
	width: 740px;
	height : 25px;
	margin-left : 0;
	margin-right : 0;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
}

ul#menuDeroulant 
{
	list-style-type: none;
	width: 645px;
	height : 25px;
	margin-left : 0;
	margin-right : 0;
	float: left;
}

/*ul#menuDeroulant 
{
	list-style-type: none;
	width: 740px;
	height : 25px;
	margin-left : auto;
	margin-right : auto;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
}*/

ul#menuDeroulant li 
{ 
	float : left;
	margin-left: 1px;
}

ul#langue
{
	width: 93px;
	list-style-type: none;
	text-align: center;
	float:left;
	height: 19px;
	padding-top: 6px;
	color: #f26e23;
	font-size: 11px;
	border-left: 1px solid #EEEEEE;
}

ul#langue li 
{ 
	margin-left: 1px;
	display: inline;
}

ul#langue a
{
	color: #f26e23;
	text-decoration: none;
}

ul#langue a.sellanguage
{
        font-weight: bold;
}

ul#langue a#FR
{
        border-right: 1px solid #CCCCCC;
        padding: 0 5px 0 0;
}

ul#langue a#EN
{
        border-right: 1px solid #CCCCCC;
        padding: 0 5px 0 4px;
}

ul#langue a#NL
{
        padding: 0 0 0 3px;
}


ul#langue a:hover
{
	color: #296997;
}

/*ul#menuDeroulant li a:link, ul#menuDeroulant li a:visited, ul#menuDeroulant li a:active
{
	display: block;
	line-height : 22px;
	font-weight :normal;
	text-decoration: none;
	font-size : 11px;
	padding-left : 10px;
	padding-right : 10px;
	background : none;
	font-weight : normal;
	color : #296997;
	text-transform : uppercase;
	background-color: #FFFFFF;
        border-top: 2px solid #CCCCCC;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #f86f07;
	border-left: 2px solid #CCCCCC;
}*/

#txt_id_pages_1
{
       border-top: 2px solid #CCCCCC;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #f86f07;
	border-left: 2px solid #CCCCCC;
        display: block;
	line-height : 22px;
	font-weight :normal;
	text-decoration: none;
	font-size : 11px;
	padding-left : 10px;
	padding-right : 10px;
	background : none;
	font-weight : normal;
	color : #296997;
	text-transform : uppercase;
	background-color: #FFFFFF;
}

a.migc_transtitle
{
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #f86f07;
	border-left: 2px solid #CCCCCC;
        display: block;
	line-height : 22px;
	font-weight :normal;
	text-decoration: none;
	font-size : 11px;
	padding-left : 10px;
	padding-right : 10px;
	background : none;
	font-weight : normal;
	color : #296997;
	text-transform : uppercase;
	background-color: #FFFFFF;
}

a.migc_transtitle:hover
{
	border-bottom: 2px solid #f0f707;
}

ul#menuDeroulant li a.migc_selitem
{
	display: block;
	line-height : 22px;
	text-decoration: none;
	font-size : 11px;
	padding-left : 15px;
	padding-right : 15px;
	font-weight : normal;
	color : #f86f07;
	text-transform : uppercase;
	background-color: #FFFFFF;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #f0f707;
	border-left: 2px solid #CCCCCC;
}

ul#menuDeroulant li a:hover 
{
	color : #f86f07;
	background-color: #FFFFFF;
}

ul#menuDeroulant ul.migc_transmenu 
{ 
	display: none; 
	list-style-type: none; 
	position : absolute; 
	z-index:1;  
	background-color: #FFFFFF;
	width : auto;
	margin-top: -6px;
	padding-top : 6px;
	background: none;
}

ul#menuDeroulant ul.migc_transmenu li
{
	clear : both;
	width: auto;
	height : auto;
	border : 0px;
	font-weight : normal;
	color : white;
	filter: alpha(opacity=90);
	-moz-opacity:0.90;
	opacity: 0.90;
	border-bottom :1px solid #FFFFFF;
	background: none;
}

ul#menuDeroulant ul.migc_transmenu a:link, ul#menuDeroulant ul.migc_transmenu a:visited
{
	display: block;
	width : 180px;
	line-height : 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color : #296997;
	padding : 3px;
	padding-left : 15px;
	padding-right : 15px;
	text-align : left;
	text-transform : none;
	font-size : 11px;
}

ul#menuDeroulant ul.migc_transmenu a:link.migc_selitem2, ul#menuDeroulant ul.migc_transmenu a:visited.migc_selitem2 
{
	display: block;
	width : 180px;
	color: #f86f07;
	text-decoration: none;
	font-weight : normal;
	background-image : none;
	background-color : #cfe4ae;
	line-height : 14px;
	padding : 3px;
	padding-left : 15px;
	padding-right : 15px;
	text-align : left;
	text-transform : none;
	font-size : 8pt;
	font-weight : normal;
}

ul#menuDeroulant ul.migc_transmenu a:hover 
{
	color: #296997;
	background-color : #cfe4ae;
}

/***** LOCALISATION ET RECHERCHE *****/
div#localisation
{
	height: 25px;
	width: 736px;
	padding: 8px 0 8px 4px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div.path
{
      float: left;
      padding-left: 8px;
}

div#localisation ul
{
       float: left;
       list-style-type: none;
       list-style-position: inside;
}

div#localisation li
{
     float: left;
     margin-left: 5px;
     padding-left: 10px;
     background: url(../usr/img/puce.jpg) left no-repeat;
}

li.nopuce
{
     list-style-type: none;
     list-style-image: none;
     background: none;
}

div#localisation a
{
	color: #18507C;
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: normal;
	text-decoration: none;
}

div#localisation a:hover
{
	text-decoration: underline;
	background-color: #C3D4DF;
}

div.recherche
{
	float: left;
	padding-top: 4px;
	padding-right: 3px;
}

div.recherche_input
{
	float: left;
	padding-top: 2px;
        padding-left: 2px;
}

div.search_label
{
	padding-top: 2px;
}

div.recherche_submit
{
	float: left;
        padding-left: 2px;
}

div#localisation input#recherche
{
	vertical-align: top;
	border: 1px solid #296997;
	height: 17px;
        width: 100px;
	padding-top: 1px;
        margin-top: 2px;
        margin-left: 5px;
}

div#localisation button#search_button
{
	vertical-align: middle;
	width: 40px;
	color: #296997;
}

div#localisation input#confirm:hover
{
	color: #f86f07;
	cursor: pointer;
}


div#localisation_left
{
	width: 490px;
	float: left;
        padding-top: 3px;
}

div#localisation_left ul
{
	float: left;
}

div#localisation_right
{
	width: 228px;
	float: left;
        text-align: right;
	padding-left: 5px;
}


/***** CONTENU GLOBAL *****/
div#contenu
{
	width: 740px;
	height: auto;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 15px;
}

/***** CONTENU *****/
div#main
{
	width: 480px;
	padding: 0 0 0 10px;
	height: auto;
	float: left;
	text-align: left;
}

div#main table
{
	font-size: 10px;
}

div#main table a
{
    font-size: 10px;
}


/***** CONTENU PAGE D'ACCUEIL *****/
div#main_accueil
{
	width: 440px;
	padding: 0 5px 0 25px;
	height: auto;
	float: left;
}

div#main ul
{
	list-style-type: disc;
	line-height: 17px;
	margin-left: 20px;
}

div#main li, div#sidebar li
{
        padding-bottom: 3px;
}

div#main ol
{
	line-height: 17px;
	margin-left: 20px;
}

/***** SEPARATION DU CONTENU EN DEUX COLONNES (texte - images) *****/
div#colonne_gauche
{
	width: 240px;
	height: auto;
	float: left;
}

div#colonne_droite
{
	width: auto;
	height: auto;
	float: left;
	padding-left: 20px;
}

/***** IMAGES SUR DEUX COLONNES *****/
div#images
{
	width: 460px;
	margin: auto;
}

div#images img
{
	margin: auto;
	width: 200px;
	padding-left: 20px
}

/***** COLONNE DROITE (bleue) *****/
div#sidebar
{
	width: 250px;
	float: left;
	padding-top: 19px;
	margin: 0;
}

div.blue
{
	background-color: #F0F7FF;
	width: 210px;
	padding: 8px;
	height: auto;
	margin: auto;
	border: 1px solid #0099FF;
}

div.blue_1, div.blue_4
{
	height: 0;
        width: 0;
        margin: 0;
        padding: 0;
        display: none;
visibility: hidden;
}

div.blue_1 img, div.blue_4 img
{
        display: none;
}

div.blue_3
{
	background-color: #F0F7FF;
	width: 210px;
	padding: 8px;
	height: auto;
	margin: auto;
	border: 1px solid #0099FF;
}

div.blue a, div.blue_3 a
{
	color: #18507C;
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: normal;
	text-decoration: underline;
}

div.blue a:hover
{
	text-decoration: underline;
	/* background-color: #C3D4DF;*/
}

div.bluemain
{
	background-color: #F0F7FF;
	width: 462px;
	padding: 0px 8px 8px 8px;
	height: auto;
	margin: auto;
	border: 1px solid #0099FF;
}

div.blue .img_gauche
{
	width: 25px;
	height: auto;
	float: left;
}

div.blue .title_droite
{
	width: 180px;
	padding: 2px 0 15px 5px;
	height: auto;
	float: left;
}

div#sidebar h2
{
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold;
 	color: #296997;
}

div#sidebar h3
{
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 7pt; 
	font-weight: bold;
 	color: #666666;
	padding-top: 2px;
}

div#sidebar ul
{
	list-style-type: disc;
	margin-left: 20px;
	line-height: 17px;
	clear: left;
}

/***** LIENS SIDEBAR POUR PAGE D'ACCUEIL *****/
div#sidebar a.accueil
{
	color: #18507C;
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	text-decoration: underline;
}

div#sidebar a.accueil:hover
{
	text-decoration: underline;
	background-color: #C3D4DF;
}

/***** FOOTER *****/
div#footer
{
	width: 740px;
	height: 40px;
	background-color: #cfe4ae;
	color: #296997;
}

div#footer p 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 15px;    
	text-align: center;
	margin:0;
}

div#footer p a 
{
   color: #296997;
   text-decoration: underline;
}

div#footer a:hover
{
   color: #296997;
   text-decoration: none;
   background-color: #CCCCCC;
}


/***** ALIGNEMENT PARAGRAPHES/IMAGES *****/
div.parag_content_float
{
       margin-left: 20px;
       float: left;
}


div.parag_text_content 
{
	width : auto;
	margin-top : 10px;
	margin-bottom : 5px;
	margin-left : auto;
	margin-right : auto;
}

div.parag_text_content_blue 
{
	width : auto;
	margin-top : 2px;
	margin-left: auto;
	margin-right : auto;

}

div.parag_text_content_sidebar
{
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
 	color: #296997;
        text-align: left;
        width: auto;
        margin-left: 30px;
}

div.parag_text_content_sidebar2
{
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
 	color: #296997;
        text-align: left;
        width: auto;
}

/*div.parag_text_content p 
{
	margin : 0px;
	text-align: justify;
}*/

div.parag_images_right 
{
	width : auto;
	height : auto;
	float : right;
	padding-left : 15px;
	padding-top : 10px;
}

div.parag_images_left
{
	width : auto;
	height : auto;
	float : left;
	padding-right: 10px;
	padding-top : 10px;
}

div.parag_images_left_blue
{
	width : auto;
	height : auto;
	float : left;
        padding-right: 5px;
}

div.parag_images_top, div.parag_images_bottom 
{
	width : auto;
	margin-top : 5px;
	margin-bottom : 5px;
	text-align : center;
}


div.search_result
{
      width: 710px;
      padding: 4px;
      margin: 4px 0 15px 0;
      border: 1px dotted #999999;
}


div.clear
{
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
}