/**************[Body & HTML]**************/
*{margin:0;	padding:0; list-style:none;}
html {font-size: 100%; /* Évite un bug d'IE 6-7. (1) */}
img {border:none;}

body {
	background-color: #e8dcf2;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	color: #6ba6c1;
}

/**************[Menu]**************/
#boutons{
	background-image: url(fond.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 13px;
	height:270px;
	text-align:center;
}

#accueil{margin-right: 970px;}
#web{margin-right: 790px;}
#print{margin-right: 610px;}
#galerie{margin-right: 410px;}
#devis{margin-right: 200px;}
#contact{margin-right: 0px;}

#boutons a{
	color:#6ba6c1;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	margin-bottom:14px;
	text-decoration:none;
}

#boutons a:hover{text-decoration:underline;
}

/**************[Positions des div de la page]**************/
#page{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align:center;
}

#texte{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align:center;
}



/**************[Divers]**************/

img.floatL {
float: left;
margin:1em 1em 1em 0;
}

img.floatR {
float: right;
margin:1em 0 1em 1em;}

/**************[Mis en forme des Tags]**************/
#tag{
position: relative;
border-top:dashed #d8c6e9 1px;
clear: left;
margin-top:200px;
}

#tag a
{
	text-decoration:none;
}

#tag a:hover {
	color:#894fbd;
}

.tag0
{
	font-size: 11px;
	color: #d8c6e9;
	text-transform:uppercase;
}

.tag1
{
	font-size: 12px;
	color: #c8aedf;
	text-decoration: underline;	
}

.tag2
{
	font-size: 14px;
	color: #bc9cda;
	text-transform:capitalize;
}

.tag3
{
	font-size: 16px;
	color: #b592d6;
	font-weight: bold;
}

.tag4
{
	font-size: 18px;
	font-weight: bold;
	color: #ba99d8;
	text-transform:uppercase;
}

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