/* Feuille de style CSS pour la page index.php et ses includes du site colibri-ie.com  */

/*index.php */
html, body {
	margin: 0; 
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
img{
	border:none;
}
a{
	text-decoration: none;
	color:#185DB8;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

ul{
	float:center;
	}

label.mesure{
	font-weight: bold;
}

table.titre {
	width: 100%;
}

div.titre2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

table.structure a:hover{
	text-decoration: none;
	color: black;
}

td.menu {
	height: 35px;
	text-align: center;
	vertical-align: top;
	width: 200px;

}

td.menu_h {
	width: 16%;
	margin-left: 5px;
	padding-left: 1px;
	text-align: center;
	white-space: nowrap;
	background-color: #185DB8;	
}

td.menu_h_selected {
	width: 16%;
	margin-left: 5px;
	padding-left: 1px;
	text-align: center;
	white-space: nowrap;
	background-color: #9FC2F2;
	text-decoration:none;
	color: white;
}

a.menu_h{
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

table.structure {
	width: 100%;
	border: 0px;
}

/* menu gauche*/
td.gauche {
	vertical-align: top;
	width: 200px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}

/* corps de la page, la page inclue */
td.corps {
	width: 100%;
	vertical-align: top;
	text-align: center;
	padding-top: 14px;
}

/* menu droit */
td.droit {
	vertical-align: top;
	text-align: right;
	width: 150px;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 14px;
}

/* cadre recherche du index.php */
table.recherche {
	margin-bottom: 16px;
}

div.bas {
	width: 100%;
}
/* menu_droit.php */
div.droit_bas {
	min-height: 145px;
	width: 60px;
}

p.lien_boutique {
	text-align: center;
	line-height: 15px;
	font-size: 13px;
	margin-bottom: 16px;
}

table.menu_droit {
	margin-bottom: 16px;
	text-align: center;
	width: 150px;
}

/* basdepage.html */
td.bas_gauche {
	width: 50%;
	vertical-align: middle;
}

td.bas_droit {
	width: 50%;
	vertical-align: middle;
}

table.tab_bas {
	width: 100%;
	border-top: 1px solid #185DB8;
	border-collapse: collapse;
	border-spacing: 0;
}

td.recherche_marge {
	height: 10px;
}

/* mesure1.php */

.mesure1_titre{
	height: 45px;
	
	background-image: url(photos/titre_mesure.png);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	padding-top: 15px;
	color: white;
	width: 100%;
}

.mesure1_form {
	text-align: center;
}

div.mesure1_cadre-option {
	text-align: center;
	background-image: url(photos/fond_mesure6.png);
	background-repeat: no-repeat;
	background-position: center;
	/* min-width: 800px; */
	height: 651px;
	vertical-align: middle;
	width: 100%;
}
.mesure1_text1 {
	font-size: 10px;
	margin-top: 10px;
}
.mesure1_text {
	font-size: 10px;
	text-align: left;	
	vertical-align: top;
}
.lang {
	border: 0px;
	width: 650px;
	text-align: center;
}
.radio {
	font-size: 12px;
}
.drapeaux {
	
	width: 100%;
}
.cadre{
border:1px solid #9D9D9D;
width:100%;
border-top: 0;
}

#menuG{
	border:0;
	text-align:left;
	width:100%;
	
}

#menuG td{
	font-size:13px;
	height:40px;
	border:0;
	padding-left:5px;
}
#menuG td.princMenu{
	background: url(photos/menu2.gif);
	height:28px;
	}
#menuG td.menu_gauche_bas_marq{
	background: url(photos/menu4.gif);
	height:28px;
}
#menuG td.menu_gauche_bas_marq a{
	font-family:Arial Narrow;
}

#menuG td.menu_gauche_bas_marq a:link{
	color:#FFFFFF;
}
#menuG td.menu_gauche_bas_marq a:hover{
	color:#000000;
}
#menuG td.menu_gauche_bas_marq a:visited{
	color:#FFFFFF;
}
#menuG td.menu_gauche_bas{
	background: url(photos/menu3.gif);
	height:28px;
}
#menuG a.menu_gauche_bas{
	color:#185DB8;
}
#menuG td.menu_gauche_bas a:hover{
	color:black;
}
#menuG #sousMenuG{
	padding-left:0px;
	vertical-align:middle;	
	height:20px;
	font-size:11px;
}

/*#sousMenuG img{
	margin:0;
	padding-left:4px;
}
*/



