	/* (c) Eric Reboux Software 2009 */

	/* Général */
body
{
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	background: #8c8c8c;			
	width: 932px;
	margin: 20px auto;
}

a
{
	font-weight: bold;
	color: #0050fa;
	text-decoration: none;
}

a:hover
{
	font-weight: bold;
	color: #50a0ff;
	text-decoration: underline;
}

img
{
	border: 0px;
}

a img
{
   border: 0px;
}

a img:hover
{
	border: 0px;
}

hr
{
	color: #B2B2B2;
	background-color: #B2B2B2;
	text-align: center;
	border: 0;
	width: 80%;
	height: 1px;
}

.icone_flottante_gauche
{
	padding-right: 8px;
	float: left;
}

.icone_flottante_droite
{
	float: right;
}

	/* Page */
#corps
{
	width: 932px;
	padding-top: 9px;
	background: #fff;
	background: url("../images/fond/corps.png") top left repeat-y;
}

#fin_du_corps
{
	clear: both;
}

#contenu
{
	float: left;
	width: 572px;
	color: #202020;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 56px;
	margin-bottom: 10px;
}

#contenu ul
{
	width: inherit;
}

#pied_contenu
{
	padding-top: 24px;
}

#pied_contenu table
{
	width: 100%;
}

#pied_contenu table td
{
	text-align: center;
}

#titre
{
	background: url("../images/fond/titre.png") top left no-repeat;
	width: 932px;
	height: 120px;
	float: left;
	clear: both;
}

#haut_de_page
{
	background: url("../images/fond/hautdepage.png") top left no-repeat;
	width: 932px;
	height: 50px;
	clear: both;
}

#navigation
{
	background: url("../images/fond/navigation.png") top left no-repeat;			
	width: 932px;
	height: 67px;
	clear: both;
}

#pied_de_page
{
	width: 932px;
	height: 67px;
	background: url("../images/fond/pieddepage.png") top left no-repeat;
	clear: both;
}

#pied_de_page p
{
	margin: auto;
	text-align: center;
	padding-top: 21px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
}

#sidebar
{
	margin-left: 660px;
	width: 200px;
	padding-bottom: 20px;
}

#recherche
{
	float: right;
	padding: 2px 0px 0px 0px;
	margin-top: 24px;
	margin-right: 40px;
	width: 240px;
	color: #D08D8D;
	font-size: 11px;
	font-weight: bold;
	text-transform: lowercase;
	text-shadow: #555 1px 1px 3px;
}

	/* Recherche */
.search-wrapper
{
	position: relative;
	width: 150px;
	margin-left: 10px;
	text-align: left;
}

.search-wrapper input[type=text]
{
	width: 120px; height: 16px; 
	background: url("../images/recherche/searchfield_repeat.png") center top repeat-x; 
	border: 0px; 
	margin: 0; padding: 3px 0 0 0;
	margin-left: 20px;
	font:11px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	outline: none;
	*margin-top:-1px; *margin-left:10px; 
}

.search-wrapper .left
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 19px;
	background: url("../images/recherche/searchfield_leftcap.png") left top no-repeat;
}

.search-wrapper .right
{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
	height: 19px;
	background: url("../images/recherche/searchfield_rightcap.png") left top no-repeat;
}

#search_reset, #search_indicator
{
	position: absolute;
	width: 11px;
	height: 11px;
	overflow: hidden;
	z-index: 1;
	right: 4px;
	top: 4px;
}

#search_reset
{
	z-index: 1;
	background: url("../images/recherche/close.png");
	cursor: pointer;
	_cursor:hand;
	float: left;
}

.search-wrapper input[type=submit]
{
	display: block;
	position: absolute;
	left: 156px;
	margin-top: 0px;
	top: 1px;
	width: 80px;
	height: 18px;
}

	/* Toolbars: */
#menu_tab
{
	position: relative;
	float: left;
	top: 30px;
	left: 32px;
}

#menu_soft_tab
{
	position: relative;
	float: left;
	top: 24px;
	left: 32px;
}

#menu_tab div, #menu_soft_tab div
{
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
}

	/* boîte arrondie: */
.top_left_box, .top_right_box, .bottom_left_box, .bottom_right_box
{
	background-image: url("../images/boite/boite.png");
	height: 9px;	/* hauteur d'un coin (= moitié de l'image) */
	font-size: 2px;	/* truc pour IE */
}

.top_left_box, .bottom_left_box
{
	margin-right: 9px;	/* largeur d'un coin */
}

.top_right_box, .bottom_right_box
{
	margin-left: 9px;	/* largeur d'un coin */
	margin-top: -9px;	/* hauteur d'un coin */
}

.top_right_box
{
	background-position: 100% 0;
}

.bottom_left_box
{
	background-position: 0 -9px;	/* 2eme chiffre: hauteur négative d'un coin */
}

.bottom_right_box
{
	background-position: 100% -9px;	/* 2eme chiffre: hauteur négative d'un coin */
}

.inside_box
{
	border-left: 1px solid #B2B2B2;	/* couleur du bord gauche */
	border-right: 1px solid #B2B2B2;	/* couleur du bord droit */
	color: #000000;	/* couleur texte par défaut */
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
}

.notopgap_box
{
	margin: 0 auto;
}

.title_none_box
{
	border: none;
	padding-top: 8px;
	margin-top: -3px;
	margin-left: -9px;
	margin-bottom: -16px;
}

.title_small_box, .title_large_box
{
	border: none;
	padding-top: 8px;
	margin-top: -3px;
	margin-left: -9px;
	margin-bottom: -8px;
	height: 22px;
	font: bold 12px/6px verdana;
	text-align: center;
	color: #FFFFFF;
}

.title_large_box
{
	background: url("../images/boite/titreboitelarge.png") no-repeat;
	width: 568px;
}

.title_small_box
{
	background: url("../images/boite/titreboite.png") no-repeat;
	width: 196px;
}

.nobottomgap_box
{
	margin-bottom: -10px;
	padding-bottom: 1px;
	font-size: x-small;
	font-weight: normal;
}

	/* page actu: */
#update_box_freeboxfax
{
	position: relative;
	top: -112px;
	left: 450px;
	width: 1px;
	height: 1px;
}

#update_box_iposte
{
	position: relative;
	top: -104px;
	left: 450px;
	width: 1px;
	height: 1px;
}

.update
{
	background: url("../images/actu/update.png") no-repeat;
	width: 86px;
	height: 60px;
}

	/* pages logiciels: */
#infos_soft
{
	margin-top: 20px;
	margin-bottom: 20px;
}

#infos_soft img
{
	display: block;
	margin: 0 auto;
	width: 156px;
	height: 40px;
}

#infos_soft table
{
	font-size: 11px;
	line-height: 17px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#infos_soft table th
{
	text-align: right;
	color: #999999;
}

#infos_soft table td
{
	text-align: left;
	color: #000000;
}

tr#infos_soft th
{
	text-align: left;
	text-indent: -9999px;
	background: url("../images/logiciels/infos_nouveautes.png") no-repeat top right;
	height: 18px;
}

tr#infos_soft td
{
	height: 18px;
}

.bouton_telecharger
{
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 156px;
	height: 40px;
	background: url('../images/logiciels/telecharger.png');
}

.bouton_telecharger:hover
{
	display: block;
	width: 156px;
	height: 40px;
	background: url('../images/logiciels/telecharger_sel.png');
}

.bouton_don
{
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 156px;
	height: 40px;
	background: url('../images/logiciels/don.png');
}

.bouton_don:hover
{
	display: block;
	width: 156px;
	height: 40px;
	background: url('../images/logiciels/don_sel.png');
}

.bouton_acheter
{
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 156px;
	height: 40px;
	background: url('../images/logiciels/acheter.png');
}

.bouton_acheter:hover
{
	display: block;
	width: 156px;
	height: 40px;
	background: url('../images/logiciels/acheter_sel.png');
}

ul#liste_soft
{
	list-style: none;
	margin: 10px -40px;
}

li.liste_soft
{
	display: block;
	list-style: none;
	padding-left: 40px;
	padding-bottom: 16px;
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 32px;
}

li.liste_soft#fbfx_simplicite {background-image: url("../images/logiciels/freeboxfax/simplicite_icon.png");}
li.liste_soft#fbfx_qualite {background-image: url("../images/logiciels/freeboxfax/qualite_icon.png");}
li.liste_soft#fbfx_integration {background-image: url("../images/logiciels/freeboxfax/integration_icon.png");}
li.liste_soft#fbfx_adresses {background-image: url("../images/logiciels/freeboxfax/adresses_icon.png");}
li.liste_soft#fbfx_quicklook {background-image: url("../images/logiciels/freeboxfax/quicklook_icon.png");}
li.liste_soft#fbfx_verification {background-image: url("../images/logiciels/freeboxfax/verification_icon.png");}

li.liste_soft#ipos_codes {background-image: url("../images/logiciels/iposte/mailbox_icon.png");}
li.liste_soft#ipos_tarifs {background-image: url("../images/logiciels/iposte/euro_icon.png");}
li.liste_soft#ipos_pesee {background-image: url("../images/logiciels/iposte/balance_icon.png");}
li.liste_soft#ipos_bureaux {background-image: url("../images/logiciels/iposte/bureau_icon.png");}

#screenshots
{
	text-align: center;
}

#screenshots img
{
	display: block;
	margin: 0 auto;
	width: 156px;
	padding-top: 12px;
	padding-bottom: 8px;
}
