/*----------------------------------------------------------------- aspect g&eacute;n&eacute;ral --------------------------------------------------------------------*/
body{
	background:#FFFFFF url(images/fond-site.jpg) repeat-x;
	margin : 0px ; 
	padding : 0px ; 
	font-family : arial; 
	font-size : 12px;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}


p {
	line-height: 17px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#site{
	width : 840px;
	height :auto;
	background:url(images/fond-corps-00.png) no-repeat!important;
	background:url(images/fond-corps-00.gif) no-repeat;
	position:relative;
	margin: 0px auto;
}

#header{
	width : 840px;
	height :200px;
	position:relative;
	background:url(images/header.png) no-repeat!important;
	background:url(images/header.gif) no-repeat;
	text-align:right;
}

#corpsSite{
	width : 800px;
	height :auto;
	margin: 0px auto;
	position:relative;
	min-height:500px;
	z-index:90;
}

#footer{
	width : 800px;
	height :auto;
	margin: 0px auto ;

}

.test li{
	list-style-type:disc;
	margin-left:20px;
	text-align:justify;
}

#signature{
	text-align: right;
	color:#87000f;
}

#corpsContent{
	float:left;
	width:610px;
	margin:30px 0px 0px 20px!important;
	margin:30px 0px 0px 10px;
	text-align:center;
}

#corpsContent h1{
	background:#000 url(images/fond-titre-section.png) repeat-x;
	color:white;
	height:32px;
	font-size:18px;
	padding:6px 0px 0px 6px;
	text-align:left;
}
/*------------------------------------------------------------*/

/*----------------------------------------------------------------- desc perso --------------------------------------------------------------------*/
#corpsDesc{
	float:right;
	width:125px;
	margin:30px 20px 0px 0px!important;
	margin:30px 10px 0px 0px;
}

.sstitre{
	color:#87000f;
	font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 18px;
    margin: 5px 0px 5px 0px;
    text-align: left;
}

.desc{
	color:#e44c0b;
	font-weight:bold;
}
/*------------------------------------------------------------*/

/*----------------------------------------------------------------- page webdesign --------------------------------------------------------------------*/
.blocWeb{
	width:600px;
	float:left;
	text-align:left;
	margin-bottom:15px;
}

.blocWeb span{
	font-weight:bold;
	color:#87000f;
}

.blocListWeb{
	width:370px;
	float:left;
	text-align:justify;
}

.listeWeb li{
	list-style-type: circle;
	margin-left:20px;
}

.titreWeb{
	font-size:18px;
	text-align:left;
	margin-top:0px;
	margin-left:10px;	
}

.imgWeb{
	float:left;
	width:200px;
	text-align:center;
	margin: 0 20px 0 0;
}

.titrepartieWeb{
	color:#e44c0b;
	font-size:18px;
	margin-bottom:5px;
	font-weight:bold;
	text-align:left;
}



/*----------------------------------------------------------------- page competence --------------------------------------------------------------------*/
.titrecomp{
	color:#e44c0b;
	font-size:14px;
	margin-bottom:5px;
	font-weight:bold;
	text-align:left;
}

.competence{
	text-align:left;
	padding-left:10px;
}

.competence li{
	list-style-type:disc;
	margin-left:20px;
}
/*------------------------------------------------------------*/

/*----------------------------------------------------------------- page contact --------------------------------------------------------------------*/
form {
	margin-left: 20px;
	}
fieldset {
	width: 550px;
	border: 1px solid #750406;
	text-align:left;
	}
legend {
	margin: 10px;
	padding: 5px;
	color: #000;
	text-align:left;
	}
input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	width:500px;
	color: #494949;
	background: #f4f4f4;
	border: 1px inset #4D0406;
	padding-left: 1px!important;
	margin-left: 10px;
}
input:hover, textarea:hover {
	background: #ccc;
}
.submit {
	background: #ccc;
	color: #131313;
	width: 150px;
	border: 1px solid #4D0406;
}
.submit:hover {
	background: #999;	
	color: #f2f2f2;
}
/*------------------------------------------------------------*/