 /* CSS Document */
body {
	margin:0;
	font-size:11px;
	background-color:black;
	background-image:url(../img/bgsite.jpg);
	background-repeat : repeat-x repeat-y;
}
/*  TEXTE
/********************************************************************/
h1 {
	font-family:Tahoma,Arial,Verdana;
	font-size:20px;
	color : #97D408;
}
h2 {
	font-family:Tahoma,Arial,Verdana;
	font-size:18px;
	color : #97D408;
	font-weight: lighter;
}
h3 {
	font-family:Tahoma,Arial,Verdana;
	font-size:14px;
	color : #87b50a;
	font-weight: lighter;
}
h4, h4 a{
	font-family:Tahoma,Arial,Verdana;
	color : #a19f9f;
	font-size: 12px;
	font-weight: lighter;
	text-decoration: none;
	padding-top:10px;
}
h4 a:hover { 
	color: #ffffff;
}
h5 {
	font-family:Tahoma,Arial,Verdana;
	font-size:12px;
	color:#666;
	font-weight: lighter;
}
h6 {
	font-family:Tahoma,Arial,Verdana;
	font-size:14px;
	font-weight: lighter;
	color:#666;
}
p, a {
	font-family:Tahoma,Arial,Verdana;
	font-size:12px;
	color:#a19f9f;
	font-weight: lighter;
}
/*  STRUCTURE SITE 
/********************************************************************/
#site { 
	width:100%;
	margin : 0 auto;
	text-align : left;
}
#top {
	width:950px;
	height:200px;
	margin-top:auto;
	margin:auto;
	background-image:url(../img/bgtop.png);
}
#header {
	width:700px;
	height : 150px;
	
}
#menu {	
	width:950px;
	height:50px;
	margin:auto;
}
#navigation {	
	width:700px;
	height:50px;
	
}
#main {
	width:950px;
	margin:auto;
	overflow : auto ;
}
#foot {
	width:100%;
	height:200px;
	background-color:black;
}
/*  MENU
********************************************************************/
#menu ul {
	margin: 0;
	padding: 10px 0 0 0px;
	list-style: none;
}
#menu li {	
	display: inline;
	float: left;
	padding: 10px 10px 10px 20px;

}
.navigation ul li {
	float: left;
	list-style: none;
}
#menu a {
	color: #AAA;
	font-family: Tahoma,Arial,Verdana;
	text-decoration: none;
	text-align:center;
	line-height: normal;
	font-size:14px;
	font-weight: 200;
}
#menu a:hover { 

	height:2px;
	text-decoration: underline;
	color : #97D408;

}
#menu li.current_page_item a {
	color: #97D408;
	text-decoration: none;
}
/*  Content 
/********************************************************************/

#centrage {
	padding : 0 ;
	overflow : auto; 
	background : url(../img/bgcentrage.png) ;
	background-repeat : repeat-x repeat-y; 
}
#content {
	width : 458px ; 
	background : transparent ; 
	float  : left ;
	margin : 0;
	padding : 20px 10px 0 20px  ;
}	
#ctleft {
	float: left;
	width:650px;
	height:auto;
}
#ctright {
	float:right;
	width: 300px;
	height:auto;
	background-image:url(../img/bgctright.png);
	background-repeat : repeat-y;
}
#ctrightphoto {
	float:right;
	width: 270px;
	height:auto;

}
#ctgal {
	float:left;
	width: 600px;
	height:auto;
	padding : 10px 10px 10px 50px
	
}
}
#ctall {
	float:left;
	width: 700px;
	height:auto;
	padding : 10px 10px 10px 50px
	
}
.galery {
	float:left;
	width: 250px;
	height:auto;
	border: 1px;
}
.competence {
	float:left;
	width: 250px;
	height:200px;
	padding : 30px 10px 10px 10px
}
p.style gal {
padding : 0px 0px 0px 30px;
}
/*  CONTENU >> GALERY
********************************************************************/	



/*  CONTENU >> POST
********************************************************************/	
.post {
padding : 20px 10px 30px 40px;
}   
.post img {
margin : 0 10px 5px 20px;
}

/*  FORMULAIRE
********************************************************************/
.smallDark {
	font-family: Tahoma,Arial,Verdana;
	font-size: 12px;
	color:#5d5c5c;
	font-weight:normal;
}
input {
	background-color:transparent;
	border:1px solid #97d408;
	color:#5d5c5c;
}
/* ----------- My Form ----------- */
.myform{
width:400px;
}
/* ----------- stylized ----------- */
#stylized{
background-color:transparent;
}
#stylized label{
	display:block;
    font-weight: lighter;
	font-family:Tahoma,Arial,Verdana;
	font-size:12px;
	color:#5d5c5c;
	text-align:right;
	width:140px;
	float:left;
}
#stylized .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#stylized input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #5d5c5c;
	width:220px;
	margin:2px 0 20px 10px;
	background-color:transparent;
}
#stylized textarea{
	float:left;
	color:#a19f9f;
	font-family:Tahoma,Arial,Verdana;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #5d5c5c;
	width:220px;
	margin:2px 0 20px 10px;
	background-color:transparent;
}
#stylized button{
	margin-left:150px;
	width:80px;
	height:30px;
	text-align:center;
	font-size:11px;
	font-weight: lighter;
}
.txte{
	font-family:Tahoma,Arial,Verdana;
	font-size:12px;
	color:#ffffff;
	font-weight: lighter;
}
#ctform{
	float:left;
	width: 600px;
	height:400px;
	padding : 10px 10px 10px 50px
}
/*  FOOT
********************************************************************/
#footer { 
	float: left;
	width:700px;
	margin:auto;
	height :63px;
	text-align : right ;  
}
#footer p { 
	margin : 0 ;
	padding : 15px 0 0 0;  
	color : #868686; 
}
#footer a { 
color : #868686;
text-decoration : none ;  
}
#footer a:hover { 
text-decoration : underline ;  
}
