/* CSS par dig^^ pour http://www.kits-gratuits.net */

* { margin:0;padding:0; }

body  /* couleurs de fond de page et page en general */
{
	font-family: Verdana,Arial,Sans-serif;
	font-size: 11px;
	line-height: 160%;
	background:white url(./images/bg.png) repeat-x;
	color:#535252;
}

a 
{ 
	color:#1187CB;
	text-decoration:none; 
}

a:hover 
{ 
	color:#1187CB;
	text-decoration:underline; 
}

#page 
{
	width:720px;
	margin:0 auto;
	float:center;
}

h1  /* regle la banniere photos lemnos */
{
	background:url(./images/header.jpg) top left no-repeat;
	width:100%;
	height:100px;
	margin-top:42px;
}

h1 span  /* menus du haut */
{
	color:#1187CB;
	text-transform:uppercase;
}

img#logo  /* position titre du haut fait par consulat honoraire mais tout est lie avec menus haut et banniere photos */
{ 
 	border:0;
	margin:20px 0 0 20px; 
}

ul#menu /* position titre du haut fait par consulat honoraire mais tout est lie avec menus haut et banniere photos */
{
	list-style-type:none;
	float:right;
	text-align:center;
	margin-top:5px;
	margin-right:25px;
}

ul#menu li /* position des menus haut */
{
	display:inline;
}

ul#menu a  /* menus haut */
{
	display:block;
	float:left;
	width:auto;
	margin-right:10px;
	margin-left:10px;
	height:25px;
	color:#535252;
	text-transform:uppercase;
	background:url(./images/puce_menu.png) 100px no-repeat;
	text-decoration:none;
}

ul#menu a:hover   /* menus haut */
{
	display:block;
	float:left;
	width:auto;
	margin-right:10px;
	margin-left:10px;
	height:25px;
	color:#535252;
	text-transform:uppercase;
	background:url(./images/puce_menu.png) bottom no-repeat;
	text-decoration:none;
}

#contenu   /* position frame centrale */
{
	width:654px;
	margin-top:-32px;
	float:center;
}

#bas   /* menus bas */
{
	width:654px;
	background:#e8e8e8;
	float:right;
	text-align: center;
 	padding: 2px;
}

#bas a  /* menus bas */
{
	color:#535252;text-decoration:none;
}

#bas a:hover  /* menus bas */
{
	text-decoration:underline;
}

#menu_gauche  /* menu gauche */
{
	background:url(./images/bg_menu.png) top left no-repeat;
	width:161px;
	float:right;
}

#menu_gauche h2  /* titre bienvenue menu gauche  */
{
	color:#1187CB;
	text-align:left;
	text-indent:15px;
	font:normal 1.3em Verdana, Sans-serif;
	margin:0 0 5px 10px;
}

#menu_gauche ul /* menu gauche position interieure */
{
	list-style-type:none;
	text-align:left;
	width:130px;
}

#menu_gauche a /* menu gauche texte */
{
	border-bottom:1px dotted #CCCACA;
	text-align:left;
	height:20px;
	display:block;
	padding:15px 0 0 10px;
	text-decoration:none;
	color:#535252;
}

#menu_gauche a:hover /* menu gauche texte */
{ 
 	text-decoration:underline; 
}

#bloc /* bloc central pages */
{
	width:493px;
	float:right;
	text-align:left;
}

td#bloc /* cellule contenant le bloc central pages */
{
	width:493px;
	float:right;
	text-align:justify;
}

#bloc h2  /* texte bloc titre general lexique */
{
	color:#1187CB;
	font:normal 1.6em Verdana, Sans-serif;
	text-align:left;
	float:left;
	background:url(./images/puce_titre.png) left no-repeat;
	text-indent:15px;
	margin:10px 10px;
}

#bloc h3  /* texte bloc titres paragraphes page */
{
	color:#1187CB;
	font:normal 1.3em Verdana, Sans-serif;
	text-align:left;
	margin:20px 10px;
	margin-bottom:5px;
}

#bloc h4   /* texte bloc titres plus petit paragraphes pages faq ou actualites */
{
	color:#1187CB;
	font:normal 1.1em Verdana, Sans-serif;
	text-align:justify;
	margin:20px 10px;
	margin-bottom:5px;
}

#bloc h5 /* lexique inversé et logo print*/ 
{
	font-family: Verdana,Arial,Sans-serif;
	font-size: 11px;
	float:right;
	text-align:right;
	margin-right:10px;
	margin-top:12px;
	margin-bottom:5px;
	font-weight:normal; 
}


#bloc h6 /* lexique type */
{
 	color:#1187CB;
	font:normal 1.3em Verdana, Sans-serif;
	float:left;
	text-align:left;
	margin-left:10px;
	margin-top:10px;
}

p.contenu /* texte bloc contenu paragraphes page */
{
	width:470px;
	text-align:justify;
	margin:0 10px;
}

p.lexique /* lexique lettres */
{
	width:470px;
	text-align:center;
	margin:0 10px;
	margin-top:10px;
}

p.intro   /* texte bloc intros pages */
{ 
 	padding:10px 0 10px 0;
	width:470px;
	text-align:justify;
	margin:0 10px;
	border-bottom:1px dashed #807F7F; 
}

p.intro a   /* texte bloc intros pages */
{ 
 	color:#1187CB;
	text-decoration:none; 
}

p.intro a:hover   /* texte bloc intros pages */
{ 
 	color:#1187CB;
	text-decoration:underline; 
}

p.intro em   /* indefini par moi */
{ 
 	font-style:normal;
	font-weight:bold; 
}

p.commentaires  /* texte liens droite pages */
{ 
 	padding:10px 0 7px 0;
	width:470px;
	text-align:right;
	margin:0 10px; 
}

p.commentaires2  /* texte liens droite pages sur faq */
{ 
 	padding:0px 0 0px 0;
	width:470px;
	text-align:right;
	margin:0 10px; 
}

p.commentaires a  /* texte liens droite pages */
{ 
 	color:#1187CB;
	text-decoration:none; 
}

p.commentaires a:hover  /* texte liens droite pages */
{ 
 	color:#1187CB;
	text-decoration:underline; 
}

p.commentaires em   /* indefini par moi */
{ 
 	font-style:normal;
	font-weight:bold; 
}



