/*
  _____ _             _ _     ______ __  
 / ____| |           | (_)   |____  / /  
| (___ | |_ _   _  __| |_  ___   / / /_  
 \___ \| __| | | |/ _` | |/ _ \ / / '_ \ 
 ____) | |_| |_| | (_| | | (_) / /| (_) |
|_____/ \__|\__,_|\__,_|_|\___/_/  \___/ 

Animation - Design - Développement - Graphisme - Multimédia

contact@studio76.fr
www.studio76.frr
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
		
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	color:#fff;
	background-color: #000;
}

#global {
	width:611px;
	margin:auto;
	background-image: url(visuels/back.png);
	background-repeat: repeat-y;
}

#header {
	height: 277px;
	background-image: url(visuels/header.png);
	background-repeat: no-repeat;
}

#centre {
	margin-left: 63px;
	margin-right: 12px;
	padding-top: 50px;
}

#gauche {
	float:left;
	width: 63px;
	height: 198px;
	background-image: url(visuels/left.png);
	background-repeat: no-repeat;
}

#droite {
float:right;
}

#footer {
	height: 133px;
	background-image: url(visuels/footer.png);
	background-repeat: no-repeat;
}
.foot {
	text-align: center;
	font-size : 0.8em;
	padding-top: 100px;
	padding-right: 150px;
}
.foot a {
	color: #FFFFFF;
	text-decoration: none;
}
.foot a:hover {
	color: red;
	text-decoration: none;
}

img {
	border: none;
}

.produits {
	padding-left: 36px;
	margin-bottom: 40px;
}
.intro {
	margin-top:25px;
	padding-left:60px;
	padding-right:20px;
}
.flash {
	margin-left: 325px;
	position:absolute;
	top: 210px;
}

.plan {
	margin-left: 250px;
	margin-top: -150px;
}

/******* Menu *******/

#high {
	height: 17px;
	background-image: url(visuels/haut.png);
	background-repeat: no-repeat;
}
#high a {
	text-decoration: none;
	font-weight:bold;
	color: #fff;
}
#high a:hover {
	color: red;
}

.menuhaut {
	list-style-type: none;
	margin: 0;
	padding:0;
	margin-left: 108px;
}
.menuhaut li {
	display: inline;
}
.menuhaut a {
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 10px;
}

/******* Contact *******/

#habillage select, input {
	font-family: "Trebuchet MS", Arial, Heveltica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	border: none;
	background-color: #999;
}
#habillage select:hover, input:hover {
	background-color: #666666;
}
select:focus, input:focus {
	background-color: #db1b03;
}
textarea {
	color: #ffffff;
	border: none;
	background-color: #999;
	overflow: auto;
}
textarea:hover, textarea:focus {
	background-color: #db1b03;
}
fieldset {
	border: none;
	padding:0;
	margin:0;
}

.code {
	font-size: 0.8em;
	color: #666666;
	font-style: italic;
	margin-top: 10px;
	text-align:left;
	padding-left: 50px;
	padding-right: 70px;
	margin-bottom:20px;
}
.envoyer {
	margin-left: 200px;
	margin-bottom: 20px;
}
#devis,#commande {
	background-color:#333333;
}
strong {
	color: red;
	padding-left: 70px;
}

/******* Form *******/

.form1 {
	float:left;
	padding-left: 70px;
	width:180px;
}
.form2 {
	float:left;
	padding-top: 40px;
	width:180px;
}
.form3 {
	padding-left: 70px;
}

/******* Texte *******/
.red {
color: red;
}
p {
	text-align: justify;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #fff;
	line-height:1.2;
}
a {
	text-decoration: underline;
	color: #fff;
}
a:hover {
	text-decoration: underline;
	color: red;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	visibility: hidden;
	float: left;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	color: #333333;
	margin-left: 0px;
	padding-top: 10px;
	text-decoration:none;
}
h2 span {
visibility:hidden;
position:absolute;
}
.spacer {
	clear: both;
}
.flecheup {
	position:absolute;
	margin-left:450px;
	margin-top: 30px;
}
.flechedown {
	position:absolute;
	margin-left:475px;
	margin-top: 30px;
}
.flechefinal {
	position:absolute;
	margin-left:250px;
	margin-top: 30px;
}
a.one{
	display:block;
	height:20px;
	width:16px;
	background-image: url(visuels/up.png);
	background-repeat: no-repeat;
}
a.one:hover{
	background-image: url(visuels/up2.png);
}
a.two{
	display:block;
	height:20px;
	width:16px;
	background-image: url(visuels/down.png);
	background-repeat: no-repeat;
}
a.two:hover{
	background-image: url(visuels/down2.png);
}
a.pro{
	display:block;
	height:36px;
	width:260px;
	background-image: url(visuels/pro-rouen.png);
	background-repeat: no-repeat;
}
a.pro:hover{
	background-image: url(visuels/pro-rouen2.png);
}
a.devis{
	display:block;
	height:36px;
	width:382px;
	background-image: url(visuels/devis-rouen.png);
	background-repeat: no-repeat;
}
a.devis:hover{
	background-image: url(visuels/devis-rouen2.png);
}
a.contact{
	display:block;
	height:37px;
	width:255px;
	background-image: url(visuels/contact-rouen.png);
	background-repeat: no-repeat;
}
a.contact:hover{
	background-image: url(visuels/contact-rouen2.png);
}
.precharg {
	display:none;
}
#pub {
	position:absolute;
	top:10px;
	right:10px;
}