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



/* Général */
 
	*{padding: 0; margin: 0; outline: none;}
	
	body {
		font-size: 11px;  
		font-family: Rockwell, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
		color: #000;
		background-color:#FFF;
	}
	
	#page {
		width: 1024px;
		margin: 20px auto;
		background-color: #FFF;
	}
	
	a:link {
		text-decoration: none;
		color: #009EE0;
	}
	
	a:visited {
		text-decoration: none;
		color: #009EE0;
	}
	
	a:hover {
		text-decoration: none;
		color: #000000;
	}
	
	h1 {
		color: #333;
		font-size: 13px;
		font-family: Rockwell, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;  
		border: none;  
	}
	
	h2 {
		color: #009EE0;
		font-size: 11px; 
		font-family: Rockwell, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
		border: none; 
	}
	
	a:link img {
		border: none;
	}
	
	img {
		border: none;
	}
	
	.point {
		height:19px;
		padding: 0 4.5px;	
		clear: left;
		background-image: url(../images/general/point.gif);
		background-repeat: repeat-x;
		background-position: center top;
	}	
	
/* Header */
	
	#header #logo, #menu, #menu2, #menu3 {
		padding: 0 4.5px;
	}
	
	#logo {
		float: left;
		width: 235px;
		height: 83px;
	}
	
	#menu {
		text-align: right;
		padding-top: 30px;
		float: right;
		width: 400px;
		color: #000000;
	}
	
	#menu a {
		font-weight: bold;
		color: #000000;
		text-decoration: none;
	}
	
	#menu a:hover {
		color: #009EE0;
		text-decoration: none;
	}
	
	#menu2 {
		text-align: right;
		float: right;
		width: 400px;
		margin-top:6px;
	}
	
	#menu3 {
		text-align: right;
		float: right;
		width: 400px;
		margin-top: 10px;
	}
	
	#menu3 a{
		text-decoration: none;
		color: #000;
	}
	
	#menu3 a:hover {
		text-decoration: none;
		color: #009EE0;
	}
	
	#menu ul {
		color: #000000;
		list-style-type: none;
	}
	

/* Content */

	/* Content General */

		#content {
			padding: 0 4.5px;
			position: relative;
			min-height: 411px;
		}
		
		#content2 {
			padding: 0 4.5px;
			position: absolute;
			width: 700px;
		}
	
	/* Content Works Menus */
	
		.gallerie {
			float: left;
			list-style: none ;
			margin: 0 2px 3px 1px;
		}
		
		.gallerie a {
			border: 0;
			float: left;
		}
		
		.gallerie a {
			background-repeat: no-repeat;
			background-position: left;
		}
				
		.gallerie a img { 
			display: block; 
			border: 0; 
			visibility: hidden; 
		}
				
		.gallerie a:hover img { 
			visibility: visible; 
		}
		
		.gallerie li {
			display: inline;
		}
		
	/* Content Works Pages */
	
		.textgris {
			text-decoration: none;
			color: #737373;
		}
		
		.clientname, .textgris {
			padding-left: 5px;
		}
		
		#back {
			padding: 5px 4.5px 20px 0;
			text-align: right;
			font-size: 12px;
			clear: left;
		}
		
	/* Content Contact Page */
	
		#text_contact { 
			width: 400px;
			height: 350px;
			float: left;
			margin-top: 61px;
			font-family: Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
		}
			
		.txt { 
			margin-top: 10px;
		}
			
		#formulaire_contact { 
			width: 610px;
			height: 350px;
			float: left;
			margin-top: 61px;
		}
		
		input { 
			color: #000; 
			font-size: 11px; 
			font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
			background-color: #ccc;
			border: hidden;
		}
			
		select { 
			color: #000; 
			font-size: 11px; 
			font-family: Rockwell, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
			background-color: #ccc;
		}
			
		textarea {
			color: #000; 
			font-size: 12px; 
			font-family: Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
			background-color: #ccc;
			border: hidden;
		}
			
		.txterror { 
			color: black; 
			font-size: 11px; 
			font-family: Rockwell, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
		}
			
		.txtform { 
			color: black; 
			font-size: 12px; 
			font-family: Rockwell, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
		}
	
	/* Content About Page */
	
		#img_about { 
			width: 490px;
			min-height: 405px;
			float: left;
			font-family: Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
		}
		
		#img_about h1 { 
			margin: 30px 0 0 0;
		}
			
			
		#txt_about { 
			width: 480px;
			min-height: 405px;
			float: left;
			margin: 0 0 0 40px;
			font-family: Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
		}
		
		.space p{ 
			margin: 60px 0 0 0;
		}
		
		.download {
			margin-left: 30px;
		}
		
		.available {
			margin-left: 30px;
			font-size: 12px;
		}
		
		#txt_about img { 
			margin-right: 10px;
		}
		
	/* Content Cv Page */
	
/* Sidebar */
	
	#sidebar {
		padding: 0 4.5px;
	}
	
	.bloc {
		float: left;
		text-align: left;
		display: list-item;
		width: 230px;
		list-style-type: none;
	} 
	
	.bloc2 {
		float: left;
		text-align: left;
		display: list-item;
		width: 120px;
		list-style-type: none;
	}
	
	.bloc3 {
		float: left;
		text-align: left;
		display: list-item;
		width: 140px;
		list-style-type: none;
	} 
	
	.bloc4 {
		float: left;
		text-align: left;
		display: list-item;
		width: 525px;
		list-style-type: none;
	}	
	
	.listebloc {
		padding: 0 0 0 6px; 
		margin: 0px;  
		list-style-type: none;	
	}
	
	.listebloc a {
		color: #333;
		text-decoration: none;
	}
	
	.listebloc a:hover {
		color: #009EE0;
		text-decoration: none;
	}
	
/* Footer */

	
	#footer {
		padding: 0 4.5px 10px 0;
		text-align: right;
		clear: left;
	}
	
	.credits {
		color: #D9D8D8;
	}
