/*
css du site lapidellerie.com
codé par Mickael SOIVE
*/

body{
	background-image:url(img/fond-bleu.jpg);
	background-repeat:repeat-x;
	background-color:#E8EEEE;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
img a:link{
border:0px;
}
img a:visited{
border:0px;
}
img a:hover{
border:0px;
}
img a:active{
border:0px;
}
/*
Compatibilité pour IE6
les liens pour IE doivent respecter l'ordre suivant
a:link,a:visited,a:hover,a:active
*/
a:link{
	color:#666666;
	text-decoration:underline;
}
a:visited{
	color:#666666;
	text-decoration:underline;
}
a:hover{
	color:#333333;
	text-decoration:none;
}
a:active{
	color:#666666;
	text-decoration:underline;
}

#page {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

/* - - - - - - - HEADER - - - - - - - - - - - - - - - - - - */
#header {
	background-image: url(img/bandeau.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 153px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #F4D6D6;
}
#langues {
	padding: 0px;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 600px;
}

/* - - - - - - - MENU - - - - - - - - - - - - - - - - - - */
#menu {
	background-image: url(img/fond-menu.jpg);
	background-repeat: no-repeat;
	padding-left: 66px;
	margin-left:0px;
	margin-bottom:0px;
	margin-top:0px;
	padding-top:4px;
	height: 24px;
	width: 734px;
	background-position: 60px top;
	color:#666666;
}

#menu li{
	float:left;
	list-style-type:none;
	font-size:13px;
}
#menu li a:link{
	text-decoration:none;
	color:#666666;
	font-weight: bold;
}
#menu li a:visited{
	text-decoration:none;
	color:#666666;
	font-weight: bold;
}
#menu li a:hover{
	text-decoration:none;
	color:#333333;
	font-weight: bold;
}
#menu li a:active{
	text-decoration:none;
	color:#666666;
	font-weight: bold;
}

/* - - - - - - - CONTENU PAGE - - - - - - - - - - - - - - - - - - */
#conteneur {
	background-color: #FFFFFF;
	background-image: url(img/bord-ombre.jpg);
	background-repeat: repeat-y;
	min-height:500px;!important /* pour firefox */
	height:auto;
	overflow:hidden;
	float:left;
}
	
	
.colonne_g {
	padding: 0px;
	float: left;
	width: 380px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: auto;
}
.colonne_d {
	padding: 0px;
	width: 380px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: auto;
	float:right;
}



#rose {
	font-size: 13px;
	color: #CD4762;
	padding-left: 5px;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #CD4762;
	padding-right: 20px;
	text-align: justify;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}







/* - - - - - - - FOOTER - - - - - - - - - - - - - - - - - - */
#footer {
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 200px;
	height: 38px;
	width: 800px;
	font-size:10px;
	color:#666666;
	text-align:center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	background-position: top;
	clear:both;
}
.colonne_g h3 {
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ADC2F9;
	background-image: url(img/h3-puce.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.erreur{
	color:#FF0000;
	font-size:12px;
}
.ligne0 { 
	background-color : #ADC2F9; 
}
.ligne1 { 
	background-color : #CDDAFC; 
}
.erreur {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	margin: 5px;
	height: 28px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

