@charset "utf-8";


body{
	background: #020000 url(images/bg_body.jpg) repeat-x;
	font-family : Arial, Verdana, Sans-Serif;
}
/* --------------- Général ------------ */ 

p {
	color : #fff;
	font-size: 11px;
	text-align : left;
}
a {
	color : #fff;
	font-size: 11px;
	text-align : left;
	text-decoration:none;
}
a.dark{
	color : #060203;
}
a:hover {
	border-bottom : 1px dotted #fff;
}

/* ---------------- Blocs -------------- */

/*--- Logo ---*/
#logo img{
	border: none;
}
#logo a:hover {border: none;}

#logo h1, #logo h2 {
	display : none;
}
h1 {
	color: #350a38;
	font-size: 14px;
	margin-left: 10px;
}


/*--- Menu top --*/

#menu_top ul {
	list-style: none;
}
#menu_top ul li a:first-letter{
	font-size: 1.3em;
}
#menu_top ul li a{
	display: block;
	float: left;
	margin: 0px;
	text-align: center;
	padding-top: 10px;
	text-transform: uppercase;
	font-weight: bold; 
}
#menu_top ul li a.large{
	width : 138px;
	height: 35px;
}
#menu_top ul li a.mini{
	width : 80px;
	height: 5px;
	margin-top : -36px;
	padding-top : 65px;
}
#menu_top ul li a:hover{
	border: none;
}
#menu_top ul li a.large:hover,
#menu_top ul li a.selected{
	margin-top : -64px;
	padding-top : 75px;
	color: #fff;
}
#menu_top #graphisme a{
	background : transparent url(images/menu_graphisme.jpg) no-repeat 0% 0%;
}
#menu_top #graphisme a:hover,
#menu_top #graphisme a.selected {
	background : transparent url(images/menu_graphisme.jpg) no-repeat 100% -44px;
	height: 32px;
}
#menu_top #illustration a{
	background : transparent url(images/menu_illus.jpg) no-repeat 0% 0%;
}
#menu_top #illustration a:hover,
#menu_top #illustration a.selected {
	background : transparent url(images/menu_illus.jpg) no-repeat 100% -51px;
	height: 38px;
}
#menu_top #webdesign a{
	background : transparent url(images/menu_web.jpg) no-repeat 0% 0%;
	width : 122px;
	text-align: left;
	padding-left: 35px;
}
#menu_top #webdesign a:hover,
#menu_top #webdesign a.selected {
	background : transparent url(images/menu_web.jpg) no-repeat 0 -45px;
}
#menu_top #cv a{
	background : transparent url(images/icone_cv.jpg) no-repeat 0% 0%;
}
#menu_top #contact a{
	background: transparent url(images/icone_contact.jpg) no-repeat 0% 0%;
}

/*--- Menu left ---*/ 

#menu_left {
	margin-top : 20px;
	padding-top: 5px;
	background:url(images/hr.jpg) no-repeat 50% 0%;
}

#menu_left p {
	text-align :center;
}
#menu_left ul {
	background:url(images/hr.jpg) no-repeat 50% 0%;
	padding-top : 25px;
}
#menu_left ul li {
	list-style: none;
}
#menu_left ul li a{
	display: block;
	background-color: #350a38;
	background-image:  url(images/menu_left.jpg);
	background-repeat: no-repeat;
	height : 39px;
	padding: 10px 0px 0px 70px;
	margin-bottom : 20px;
	font-weight: bold;
}
#menu_left ul li a:hover{
	border: none;
	background-color: #450D49; 
}
#menu_left ul li span{
	display: block;
	font-size: 1.5em;
}
#menu_left #devis a{
	background-position: 1% 0%;
}
#menu_left #facebook a{
	background-position: 1% 50%;
}
#menu_left #blog a{
	background-position: 1% 100%;
}

/*--- Center --- */ 

#center .menu_center {
	background-color: #fff;
}
#list {
	list-style: none;
	margin: 20px 0px;
	padding: 0px;
}
#list li {
	
}
#list a {
	cursor: pointer;
	display: block;
	padding: 10px 10px 10px 30px;
	color: #8B9298;
	border: #e7e0e7 solid 1px;
	margin: 2px 5px;
	font-size: 13px;
	background: transparent url(images/menu_arrows.jpg) no-repeat 10px -40px;
}
#list a.selected,
#list a:hover{
	background-color: #e7e0e7;
	color: #450D49;
	font-weight: bold;
	background-position: 10px 0px;
}
#center .work {
	background: url(images/bg_center.jpg) repeat-y;
	overflow: hidden;
	position: relative;
}
#center .work p{
	color: #8B9298;
	text-align: center;
}
#center .work p.comment{
	padding: 5px 5px 10px 5px;
	background: transparent url(images/p_bottom_bg.jpg) no-repeat 50% 100%;
}
#center .work .visit {
	display: block; 
	clear: both;
	margin: auto;
	width: 130px;
	padding: 15px;
	background: #e7e0e7;
	color: #450D49;
	text-align: center;
}
#center .item {
	height: 510px;
	width: 480px;
}
#center .item  a.previous,
#center .item  a.next{
	display: block;
	width: 15px;
	float: left;
	color: black;
	height: 370px;
	cursor: pointer;
	text-indent: -5000em;
}
#center .item  a.active{
	background: transparent url(images/img_arrows.jpg) no-repeat 0 0;
	cursor: pointer;
}
#center .item  a.inactive{
	background: none;
	cursor: default;
}
#center .item  a.previous{
	background-position: 0 50%;
}
#center .item  a.next{
	background-position: -25px 50%;
}
.wrapperbis {
	width: 430px;
	height: 370px;
	float: left;
	position: relative;
	overflow: hidden;
}
#center .imgcontent {
	width: 100000px;
	text-align: center;
}
#center .img {
	float: left;
	width: 430px;
	max-height: 390px;
}
#center .img img{
	max-height: 300px;
}
/*** contact***/
p.error {
	width: 97%;
	border: #8B9298 solid 1px;
	background-color: #350a38;
	color: #fff !important;
	font-weight: bold;
	padding: 2px;
}
form table {
	
}
td {
	width: 50%;
	font-size: 12px;
	padding: 5px 10px;
}
td.up {
	vertical-align :top;
}
td.label {
	text-align: right;
	color: #8B9298;
}
label.required{
	font-weight: bold;
}
td.value {
	text-align: left;
}
input,
textarea,
select {
	border: #000 solid 1px;
}
textarea{
	width: 230px;
	height: 150px;
}
div.submit {
	text-align :center;
	background: transparent url(images/p_bottom_bg.jpg) no-repeat 50% 0;
}
div.submit input{
	background: transparent url(images/submit.jpg) no-repeat 0 0;
	padding: 13px 28px;
	text-transform: uppercase; 
	font-weight: bold;
	border: none;
	color: #8B9298;
}
div.submit input:first-letter{
	font-size: 1.3em;
}	
/* ---footer ---*/
#footer p {
	text-align: center;
}

