@charset "utf-8";
/* CSS Document */

body{
	background:url(images/body_BG.jpg) no-repeat;
	background-position:center;
	position:static;
}

form {
	margin:0;
	padding:0;
}

input, select, textarea {
	font-size:0.90em;
	margin:0 0 5px;
}

label {
	display:block;
	margin:6px 0 3px;
}

#email, #objet, #nom {
width:50%;
}

#link_home{
	float:left;
	width:250px;
	height:100px;
	margin:75px 0 0 90px;
}

.page {
	width:1067px;
	height:670px;
	background:url(images/bg.png) no-repeat;
	margin-left:auto;
	margin-right:auto;
}

li {
	display:inline;
	text-decoration:none;
	list-style:none;
	padding:0;
}
a{
	text-decoration:none;
	color:#9D0D15;
}

a:hover{
	text-decoration:underline;
}

strong{
	background:#066;
	font-weight:100;
}

a img {
	border:none;
}

a:active img {
	border:none;
}

a:link img {
	border:none;
}

a:focus{
	outline:none;
}

/*--------------NAVIGATION---------------*/
.navigation {
	display:inline;
	width:450px;
	height:42px;
	margin:110px 0px 0px 0px;
	padding-top:1px;
	float:right;
	background:url(images/menu_bg.png) no-repeat;
}

.navigation ul {
	padding:5px;
	margin:0;
	/*background:url(images/opa_black.png) repeat;*/
	
}

.navigation li{
	display:inline;
}

.navigation a {
	text-decoration:none;
	font-size:12px;
	font-variant:small-caps;
	font-family:Arial,sans-serif;
	color:#fff;
	margin:5px ;
	padding:4px;
	
}

.navigation a:hover{
	text-decoration:underline;
}

/*--------------CONTENT---------------*/
#content {
	padding-top:150px;

}

#content li {
	display:inline;
}

#misc {
	position:absolute;
	left:691px;
	margin-left:-220px;
	top: 545px;
	overflow: visible;
}

#misc a img{
	margin: 5px 20px 0 20px;
}

/*--------------GALLERY PHOTO---------------*/
#title {
	float:right;
	margin:0 130px 20px 0;
}
		
#gallery_photo{
	float:left;
	margin:40px 0 0 50px;
}
		
#photo_infos {
	float:right;
	margin-right:80px;
	width:340px;
	height:261px;
	background:url(images/photo_sheet.png) no-repeat;
}
#photo_infos a{
	float:right;
	margin:130px 40px 0 0;
			
}

/*---------------------------SERVICES--------*/

#intro {
	font-size:14px;
}

li#text_services{
	float:left;
	width:350px;
	font:11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:15px; 
	color:#fff;
	text-align:justify;
	margin:100px 0 0 100px;
}

li#sheet_services {
	float:right;
	width:350px;
	margin:20px 100px 0 0;
}

/*--------------GALLERY DESIGN---------------*/
#gallery_design{
	float:left;
	margin:50px 0 0 70px;
}
		
#design_infos {
	float:right;
	margin-right:80px;
	width:340px;
	height:261px;
	background:url(images/design_sheet.png);
}
		
#design_infos a{
	float:right;
	margin:150px 40px 0 0;
}


/*--------------CONTACT---------------*/
li#text_contact{
	float:left;
	width:350px;
	font:11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:15px; 
	color:#fff;
	text-align:justify;
	margin:30px 0 0 100px;
}

/*--------------FOOTER---------------*/

#copyright{
	margin:10px 0 0 35%;
	text-align:left;
	font:10px Arial, Helvetica, sans-serif;
	color:#8A1414;
}

#copyright a{
	color:#850F0F;
	text-decoration:none;
}

#copyright a:hover {
	text-decoration:underline;
}

#copyright p{
	margin:0;
}

#copyright a:hover{
	text-decoration:underline;
}
