/**
 *Font de la page----------------------------------------------------------------------------------------
 */
body {
	margin:0;
	background-image:url(images/back.jpg);
	background-color:-;
	background-position:50% 50%;
	background-repeat:repeat-y;
}


a: {
  text-decoration:none;
}

a:hover {
  text-decoration:none;
}

ul {	list-style-type: none; }

ul#portfolio li img{
	width:100%;
	height:100%;
	border: 0px dotted #000;
	padding: 0px;
	margin: 0px;
}	
	
div#main {

   margin-left: auto;
   margin-right: auto;
   width: 980px;
   height:auto;
   background-color:#FFF;
   }	
	
	

p.content {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, sans-serif;
}

li.content{
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, sans-serif;
	margin-left: 10px;
}


p.title {
	font-style: bold;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, sans-serif;
}
	
#content {				
	width: 500px;/*-------------------------------		235		--------------------------------------*/
	height:auto;
	background-color:#FFF;
	background-image:url();	
	padding:20px;
	margin-left:240px;
	border: 1px solid #CCC;
	-moz-border-radius: 10px; /* On applique des arrondis aux bords du bloc */
	}


	
        #arrondis {
        height: 200px; /* Hauteur du bloc */
        width: 400px; /* Largeur du bloc */
        background-color: #FFF; /* Couleur du fond */
        color: black; /* Couleur du texte */
        padding: 20px; /* Pour que le texte ne colle pas aux bords */
        border: solid grey 2px; /* On met des bords noirs au bloc */
        -moz-border-radius: 10px; /* On applique des arrondis aux bords du bloc */
        }
	
