/* basic elements */
html {
	margin: 0px;
	padding: 0px;
	}
body { 

	background-image:url(images/bg.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font: normal normal normal 15pt/15pt tahoma;
	}

img
{
	border:0px;
}
#boitePrincipale{
    position: static;
	width:800px;
	margin:auto;
}

.entete{


  vertical-align: top;
  position: relative;
  height: 250px;

}

#boiteDroite{
	text-align:left;
	font: normal normal bold 12px/14px tahoma;
	float:right;
	width:523px;
	padding-left:15px;
    position: static;
    left: 0px;
}

#boiteGauche{
	text-align:left;
	font: normal normal bold 12px/14px tahoma;
	float:left;
	width:240px;
	margin-left:13px;
	position: static;
}

.image-portfolio{
  border: solid 2px #252320;
}
.image-portfolio:hover{
  border: solid 1px #c5e019;
  padding:2px;
}



#lgnHorizontale{
	width:232px;
	background-image:url(images/points_vert.gif);
    margin-top: 4px;
    margin-bottom: 4px;
}

.section-new{
    text-align:left;
	font: normal normal normal 24px/24px tahoma;
    color:#c5e019;
    text-transform: uppercase;
}
.titre-new{
    text-align:left;
    padding-top: 10px;
	font: normal normal bold 12px/22px tahoma;
    color:white;
    text-transform: uppercase;
}
.texte-new{
    text-align:left;
	font: normal normal normal 12px/17px tahoma;
    color:white;
}
.titre-portfolio{
    text-align:left;
    padding-top: 5px;
	font: normal normal bold 12px/22px tahoma;
    color:#bed626;
    text-transform: uppercase;
}
.texte-portfolio{
    text-align:left;
	font: normal normal normal 12px/17px tahoma;
    color:white;
}
.rangee_1{
    text-align:left;
    width: 522px;
    position: static;
}
.item_1{
    text-align:left;
    width: 247px;
    float: left;
    position: relative;
}
#footer{
    text-align:left;
	font: normal normal normal 10px/14px tahoma;
    color:white;
    margin-left: 14px;
    margin-bottom: 20px;
}

a:link {
	text-decoration: none;
	color:#ffffff;
	}
a:visited { 
	text-decoration: none; 
	color:#f3f3f3;
	}
a:hover, a:active {
	text-decoration: none;
	color:#c5e019;
	}
	/* La balise acronym permet de mettre un title a une abréviation comme WWW. Ex: title=World Wide Web */
acronym {
	border-bottom: none;
	}
