/****************************/
/**** LAST EDIT 29/01/09 ****/
/****************************/

/*************** BALISES ***************/
body {
	width: 100%;
	background-color: #26231f;
	background-image: url(images/fond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 0.7em;
	line-height: 1.9em;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #ff7e00;
	margin: 20px 0 20px 0;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #686663;
	margin: 10px 0 0 0;
}

a {
	color:#ffffff;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color:#ff8a00;
	text-decoration: none;
	font-weight: bold;
}


/*************** TEMPLATE ***************/

#conteneur {
	width: 980px;
	margin: 0 auto;
}

#menu {
	margin: 158px 320px 0 0;
	list-style: none;
	clear: both;
	float: right;
}
	
#menu li{
	margin-left: 16px;
	float: left;
}

#menu li a{
	height: 20px;
/*	display: block;*/
	float: left;
	text-decoration: none;
	text-indent: -900em;    /* permet de dégager le texte des liens de la partie visible du site */
}

#menu #nav-home a{
	width: 66px;
	background: url(images/menu_1.png) no-repeat left top;
}
#menu #nav-home a:hover{
	background: url(images/menu_1.png) no-repeat left bottom;
}

#menu #nav-profil a{
	width: 52px;
	background: url(images/menu_2.png) no-repeat left top;
}
#menu #nav-profil a:hover{
	background: url(images/menu_2.png) no-repeat left bottom;
}

#menu #nav-crea a{
	width: 48px;
	background: url(images/menu_3.png) no-repeat left top;
}
#menu #nav-crea a:hover{
	background: url(images/menu_3.png) no-repeat left bottom;
}

#menu #nav-contact a{
	width: 76px;
	background: url(images/menu_4.png) no-repeat left top;
}
#menu #nav-contact a:hover{
	background: url(images/menu_4.png) no-repeat left bottom;
}


.title_grand {
	float: left;
	width: 100%;
	margin: 100px 0 0 0;
}

.title {
	float: left;
	width: 46%;
	margin: 100px 20px 0 0;
}

.title ul {
}     .title ul li {font-weight: bold;}



#footer {
	clear: both;
	text-align: center;
	color: #393939;
	width: 100%;
	padding: 20px 0 30px 0;
}

#footer a {
	font-weight: normal;
	text-decoration: none;
	color: #393939;
}

#footer a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #393939;
}

/*************** effet survol image **********/

			.boxgrid{ 
				width: 480px; 
				height: 142px; 
				margin:10px 10px 10px 0; 
				float:left; 
				background:#161613; 
				/*border: solid 2px #8399AF; */
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#ffffff; 
					font:11px Arial, sans-serif; 
				}
				
				.boxgrid a{
					font:11px Arial, sans-serif;
					font-weight:bold;
				}
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 50px; 
				width: 100%; 
				opacity: .6; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
 			}
 				.captionfull .boxcaption {
 					bottom: -50px;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: -50px;
 					left: 0;
 				}


/*************** PAGE CREAS ***************/

#conteneur_creas {
	margin: 30px 0 0 0;
	width: 100%;
	clear: left;
}

#conteneur_creas a {
	float: right;
}

/*************** PAGE PROFIL ***************/	

#conteneur_txt {
	width: 510px;
	padding: 10px 10px 10px 10px;
	margin: 118px 0 0 40px;
	float: left;	
}


/*************** PAGE CONTACT ***************/

#txt1 {
	width: 40%;
	float: left;	
}

#txt2 {
	width: 60%;
	float: right;
}

