html
{
	background: url('../images/texture.jpg') repeat-y center center fixed #8c8c8c; 
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}

body
{
	width: 880px;
	height: 400px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	/*background: #909090;*/
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	position: relative;
}

a
{
	font-weight: bold;
	color: #0762FF;
	text-decoration: none;
}

a:hover
{
	font-weight: bold;
	color: #3381FF;
	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;
}

#menu
{
	width: 880px;
	height: 120px;
	background: url("../images/menu.png") no-repeat;
}

#menu p
{
	position: relative;
	top: 0px;
	left: 0px;
}

#menu_tab
{
	clear: both;
	position: relative;
	top: 8px;
	left: -16px;
}

#menu_soft_tab
{
	clear: both;
	position: relative;
	left: -16px;
}

#menu_soft_tab li
{
	margin-top: -16px;
}

#menu_tab ul, #menu_soft_tab ul
{
	width: 100%;
}

#menu_tab li, #menu_soft_tab li
{
	float: left;
	list-style: none;
}

#corps
{
	width: 840px;
	margin: 0 auto;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 20px;
	padding-right: 20px;
	background: url("../images/corps.png") repeat-y;
	text-align: left;
}

#pied_de_page
{
	width: 880px;
	height: 100px;
	background: url("../images/pieddepage.png") no-repeat;
}

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


	/* boîte arrondie: */
.top_left_box, .top_right_box, .bottom_left_box, .bottom_right_box
{
	background-image: url("../images/boite.gif");
	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 */
	background: #FFFFFF;	/* couleur du contenu */
	color: #000000;	/* couleur texte par défaut */
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 1px;
}

.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/titreboitelarge.gif") no-repeat;
	width: 493px;
}

.title_small_box
{
	background: url("../images/titreboite.gif") no-repeat;
	width: 176px;
}

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


	/* pour la page actu: */
#menu_actu
{
	position: absolute;
	left: 70px;
	width: 180px;
}

#logiciels_actu
{
	margin-left: 280px;
	width: 497px;
}


	/* pour les pages de softs */
#titre_soft
{
	position: relative;
	margin-left: 80px;
	margin-top: 20px;
	width: 680px;
	height: 264px;
	margin-bottom: 20px;
}

#description_soft
{
	position: absolute;
	top: 440px;
	left: 70px;
	width: 497px;
	min-height: 500px;
}

#infos_soft
{
	position: absolute;
	left: 70px;
	width: 497px;
	bottom: 112px;
}

#menu_soft
{
	position: relative;
	margin-top: 40px;
	margin-left: 610px;
	width: 180px;
}

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

.icone_flottante_droite
{
	float: right;
}

