/*------------------------------------------------------------------------------*/
/*global*/
/*------------------------------------------------------------------------------*/
*, html, body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	list-style:none;
	text-decoration:none;
	outline:none;
}
a {color:#f39;
}
a:hover {
}
img {
	display:block;
	border:none;
}
/*------------------------------------------------------------------------------*/		
/*div all*/
/*------------------------------------------------------------------------------*/	
#all {
	width:940px;
	margin:0 auto;
	border-top:5px solid #3399FF;
	padding:0 20px;
}
/*------------------------------------------------------------------------------*/
/*header*/
/*------------------------------------------------------------------------------*/

#banner {
	background:url(../img/logo_css.png) no-repeat center left;
	height:105px;
}
.horloge {
	text-align:right;
	float:right;
	color:#FF3399;
	font-weight:bold;
	margin-right:240px;
	margin-top:40px;
}
#email a {
	font-weight:bold;
	color:#FF3399;
	text-align:right;
	margin-top:24px;
	display:block;
	width:220px;
	float:right;
	border-bottom:solid 1px #39f;
	padding-bottom:10px;
}
/*------------------------------------------------------------------------------*/
/*menu*/
/*------------------------------------------------------------------------------*/		
#navigation {
	margin-top:50px;
	border-bottom:1px solid #3399FF;
	width:940px;
	padding-bottom:19px;
	overflow:hidden;
}
#navigation span, #navigation ul li a {
	font-size:1.3em;
	font-weight:bold;
	display:block;
	color:#FF3399;
}
#navigation a:hover {
	color:#39f;
}
/*------------------------------------------------------------------------------*/
/*contenu*/
/*------------------------------------------------------------------------------*/
#bas {
	width:940px;
	padding:20px 0;
}
h4.titre {
	cursor: pointer;
	border-top:1px solid #39f;
	padding: 5px 0;
}
div.texte input[type="submit"] {
	color:#f39;
	font-weight: bold;
	border:none;
	background:none;
}
div.texte input[type="submit"] a:hover {
	text-decoration:line-through;
}
#contain_contact {
	width:700px;
	padding:10px 0;
}
#contain_contact .texte p {
	color:#39f;
	margin-left:160px;
	margin-right:70px;
	padding-top:25px;
	padding-bottom:35px;
}
#contain_portfolio {
	width:140px;
	color:#39f;
	font-weight:100;
}
#div.contain_portfolio input[type="submit"] {
	color:#39f;
	font-weight: bold;
	border:none;
	background:none;
	padding:5px 0;
}
.subject {
	font-weight:lighter;
}
#describe {
	float:right;
	width:220px;
	color:#f39;
}
.subtitle {
	font-weight:bold;
	color:#f39;
}
.sort {
	font-style:italic;
	color:#f39;
}
#sous_menu {
	width:100%;
	float:left;
}
#travaux {
	float:right;
	width:780px;
	padding-bottom:18px;
}
/*------------------------------------------------------------------------------*/
/*footer*/
/*------------------------------------------------------------------------------*/
#pied {
	border-top:5px solid #39f;
}
#copyright {
	font-size:8px;
	font-weight:bold;
	color:#f39;
	float:right;
	padding:5px 0;
}
#maj {
	font-size:8px;
	font-weight:bold;
	color:#f39;
	float:left;
	padding:5px 0;
}
/*------------------------------------------------------------------------------*/
/*divers*/
/*------------------------------------------------------------------------------*/


.clear {
	clear:both;
}
