@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: times, Times New Roman, helvetica, arial;
	font-size: 1.0em;
	color:#212121;
}
body {
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* BANNIÈRE */
#banniere {
background:url(../images/menu/back_menu.jpg) repeat-x;
height:100px;
margin-bottom:20px;
}

/* PRÉSENTATION */
#presentation {
margin-left:auto;
margin-right:auto;
width:902px;
margin-bottom:20px;
margin-top:0px;
}

#portfolio {
list-style:none;
margin:0px;
padding:0px;
}

/* CONTENU */
#contenu {
width:860px;
margin-bottom:20px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
background:#ffffff;
padding-bottom:0px;
padding-top:0px;
padding-left:20px;
padding-right:20px;
text-align:justify;
border: solid #c4c4c4 1px;
-mox-border-radius:10px;
-webkit-border-radius:10px;
}

/* BOITE DE BAS DE PAGE */
#boite_bas_page {
width:900px;
height:200px;
margin-bottom:20px;
margin-top:0px;
margin-left:auto;
margin-right:auto;}

/* BAS DE PAGE */
#bas_de_page {
width:900px;
height:40px;
background:#ebebeb;
border: solid #c4c4c4 1px;
margin-bottom:20px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
-mox-border-radius:10px;
-webkit-border-radius:10px;}

/* FORM */
#joindre {
width:500px;
margin-left:auto;
margin-right:auto;
}

.text_box_normal {
width:300px;
line-height:25px;
vertical-align:middle;
background:#FFFFFF;
border:1px solid #666666;
outline:none;
-mox-border-radius:5px;
-webkit-border-radius:5px;
}

.bouton {
background:#333333;
color:#FFFFFF;
width:100px;
height:30px;
border:1px solid #666666;
outline:none;
-mox-border-radius:5px;
-webkit-border-radius:5px;
}



