* {
	outline:none;
}

body{
	background:url('images/wallpaper.gif') repeat #585858;
	font-family:Verdanna, Arial, Helvetica, sans-serif;
}

a img {
	border:none;
	text-decoration:none;
	vertical-align:bottom;
}

#devis-content {
	position: absolute;
	top: -200px;
	left: 70px;
	width: 600px;
	border: 2px solid gray;
	background-color:#fff;
	z-index:104;
}

#overlay-content {
	position: absolute;
	z-index:98;
	top: -222px;
	left:0px;
	width: 735px;
	background-color:#fff;
}

#header {
	width: 735px;
	height: 200px;
	background-color:#FFF;
	margin-bottom:-16px;
}

#header p {
	margin:0 0 -10px -10px;
	padding-top:10px;
	width:735px;
	height:33px;
	text-align:center;
	filter: alpha(opacity=80 , style=0); /* pour IE */
	-moz-opacity: .80;  /* pour Mozilla */
	background-color:#555;
	border-top:1px solid #AAA;
	color:#FFF;
	font:11px Verdana;
}


.ban {
	width:735px;
	height:200px;
	position:relative;
}

.ban p {
	position:absolute;
	bottom:10px;
	*bottom:26px;
	left:10px;
z-index:4;
}

.ban a {
	color:#b2cf4e;
	font:10px Verdana;
	text-decoration:none;
	font-weight:bold;
}

.ban a:hover {
	text-decoration:underline;
}

#container{
	width:735px;
	margin:auto;
	background-image:url('images/page.gif');
	background-repeat:repeat-y;
	padding: 0 26px 0 26px;

}

#menu_container { 
	height:38px;
	*height:22px;
	width:735px;
	overflow:hidden;
	position:relative;
}

/* evil ie7 only */
*> #menu_container {
	!background-color:#878889;
}

#menu{
	background-color:#878889;
	*background-color:none;
	position:relative;
	list-style: none;
	overflow:hidden;
	width:785px;
	padding:0;
	*margin:0;
	background-position:40px 40px;
}

#menu li {
	display:inline;
}

#menu .element {
	display: block;
	cursor: pointer;
	float:left;
	height: 23px;
	width: 92px;
}

#menu .element p {
	display:none;
	float:left;
}

#menu #lagence{
	background: url('images/menu/lagence.gif') ;
	background-repeat:no-repeat;
}
#menu #audiovisuel{
	background: url('images/menu/audiovisuel.gif') ;
	background-repeat:no-repeat;
}
#menu #contact{
	background: url('images/menu/contact.gif') ;
	background-repeat:no-repeat;
}
#menu #ecard{
	background: url('images/menu/ecard.gif') ;
	background-repeat:no-repeat;
}
#menu #edition{
	background: url('images/menu/edition.gif') ;
	background-repeat:no-repeat;
}
#menu #multimedia{
	background: url('images/menu/multimedia.gif') ;
	background-repeat:no-repeat;
}
#menu #photographie{
	background: url('images/menu/photographie.gif') ;
	background-repeat:no-repeat;
}
#menu #td{
	background: url('images/menu/3d.gif') ;
	background-repeat:no-repeat;
}

h2 {
	background-repeat:no-repeat;
	font-size:0.0em;
	padding: -900px -900px;
	width:250px;
	height:19px;
	letter-spacing:-5000px;
	margin:10px 0 0 10px;
}

h4 {
}

#content{
	position:relative;
	width:725px;
	padding: 10px 0px 10px 10px;
}

#content p{
	padding-left:20px;
	padding-right:20px;
	color:#545354;
	font:11px Verdana;
}

#content ul {
	margin-top:10px;
	margin-left:5px;
	padding-left:30px;
}

#content ul, li{
	color:#848484;
	margin-left:5px;
	font:11px Verdana;
}

#content ul.audiovisuel {
	list-style:url('images/puceverte.gif');
}

#content ul.td {
	list-style:url('images/pucejaune.gif');
}

#content ul.multimedia {
	list-style:url('images/pucemagenta.gif');
}

#content ul.edition {
	list-style:url('images/pucebleue.gif');
}

#content ul.photo {
	list-style:url('images/puceorange.gif');
}

#content ul.ecard {
	list-style:url('images/pucebleueverte.gif');
}

#content ul.contact {
	list-style:url('images/pucegrise.gif');
}

#content a {
	font-weight:bold;
}

#content a:hover {
	text-decoration:none;
}

.accueilbox {
	float:left;
	width:215px;
	height:120px;
	padding: 30px 25px 0px 110px;
	color:#848484;
	text-align:justify;
	position:relative;
}

#content .accueilbox p {
	font-size:10px;
	margin:0;
	padding:0;
}
#content .accueilbox p a img{
	margin-bottom:3px;
	
}

p.box_more {
	position:absolute;
	bottom:20px;
	right:25px;
}

.box_audiovisuel {
	background-image:url('images/fond_audiovisuel.jpg');
}

.box_audiovisuel a {
	color:#96bd0d;
}

.box_3d {
	background-image:url('images/fond_3d.jpg');
}

.box_3d a {
	color:#fbc200;
}

.box_multimedia {
	background-image:url('images/fond_multimedia.jpg');
}

.box_multimedia a {
	color:#e96da1;
}

.box_edition {
	background-image:url('images/fond_edition.jpg');
}

.box_edition a {
	color:#00afe5;
}

.box_photographie {
	background-image:url('images/fond_photographie.jpg');
}

.box_photographie a {
	color:#f19100;
}

.box_ecard {
	background-image:url('images/fond_ecard.jpg');
}

.box_ecard a{
	color:#2ab3b5;
}


#overlay{
	position:absolute;
	left:0;
	top:0;
	background-color:#000;
	cursor: pointer;
	width:100%;
	height:100%;
}

	
#gallery{
	height:246px;
	background-repeat:no-repeat;
	background-position:76px 0;
	background-color:#585858;
	float:right;
}
	
#gallery a img {
display:block;
float:left;
padding:2px 0 2px 0;
border-bottom: 3px solid #585858;
}

#gallery_content a img {
margin:15px 2px 2px 2px;
}

#gallery>div {
float:left;
}


#slider{
	width:55px;
	height:246px;
	background-image:url('images/onglet_galerie.png');
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
}

p#gallery_content {
	display:none;
	width:430px;
	padding:0px;
	color: #fff;
}

#gallery_content div {

}

a#gallery_link {
	background-position: 0px 0px;
	background-repeat:no-repeat;
	display:block;
	width:228px;
	height:28px;
	letter-spacing:-5000px;
	font-size:0px;
}

a#gallery_link.close {
	background-position:0px -33px;
}

p#footer {
	background-image:url('images/footer.jpg');
	background-repeat:no-repeat;
	height:32px;
	width:731px;
	margin:0;
	margin-left:-20px;
	color:#585858;
	font-size:10px;
	padding:45px 0 0 50px;
}