/* CSS Document */

body {
	margin-top:0px;
	margin-left:0px;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#CCCCCC;
	line-height:20px;
}

/* définition des liens */
a:link {color: #000000;	text-decoration:underline;}
a:visited {color: #000000; text-decoration:underline;}
a:hover {color:#B7CDEE;	text-decoration:underline;}
a:active {color: #B7CDEE; text-decoration:underline;}

a.index:link {color: #999;	text-decoration:none;}
a.index:visited {color: #999; text-decoration:none;}
a.index:hover {color:#999;	text-decoration:underline;}
a.index:active {color: #999; text-decoration:none;}

a.btn_enter:link {color: #FFF;	text-decoration:none;}
a.btn_enter:visited {color: #FFF; text-decoration:none;}
a.btn_enter:hover {color:#999; font-weight:bold;}
a.btn_enter:active {color: #FFF; text-decoration:none;}

/* layout */

.div_index {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 600px;
	background-image:url(../images/index.jpg);
	background-repeat:no-repeat;
	position: relative;
}

.div_counter {
	width:300px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
	top:100px;
	position:relative;
}

.div_layout {
	margin-left: 0px;
	margin-right: auto;
	width: 1000px;
	height: 600px;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	position: relative;
}

.div_content {
	width:587px;
	height:458px;
	top:93px;
	left:411px;
	position:absolute;
}

.RTC_title {
	width:277px;
	height:41px;
	top:40px;
	left:724px;
	position:absolute;
	background-image:url(../images/title_index.jpg);
	background-repeat:no-repeat;
}


/* input & buttons */

.btn_accueil {
height:61px;
left:126px;
position:absolute;
top:236px;
width:61px;
z-index:0;
}
.btn_accueil_mc {
height:61px;
left:126px;
position:absolute;
top:236px;
width:61px;
}
.btn_service {
height:61px;
left:41px;
position:absolute;
top:333px;
width:61px;
}
.btn_service_mc {
height:61px;
left:41px;
position:absolute;
top:333px;
width:61px;
}

.btn_contact {
	width:61px;
	height:61px;
	top:506px;
	left:110px;
	position:absolute;
}

.btn_contact_mc {
	width:61px;
	height:61px;
	top:506px;
	left:110px;
	position:absolute;
}

.btn_temp {
	width:61px;
	height:61px;
	top:383px;
	left:263px;
	position:absolute;
}

.btn_temp_mc {
	width:61px;
	height:61px;
	top:383px;
	left:263px;
	position:absolute;
}

.btn_media {
	width:61px;
	height:61px;
	top:363px;
	left:144px;
	position:absolute;
}

.btn_media_mc {
	width:61px;
	height:61px;
	top:363px;
	left:144px;
	position:absolute;
}

.btn_links {
	width:61px;
	height:61px;
	top:442px;
	left:4px;
	position:absolute;
}

.btn_links_mc {
	width:61px;
	height:61px;
	top:442px;
	left:4px;
	position:absolute;
}

.input {
	width:200px;
	height:16px;
	background-color:#E1E1E1;
	border-style:solid;
	border-width:0px;
	border-color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
}

.button {
	width:75px;
	height:26px;
	background-image:url(../images/btn_envoyer.jpg);
	background-position:center;
	border-style:none;
	border:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.textarea {
	width:200px;
	height:150px;
	background-image:url(../images/in_message.jpg);
	border-style:none;
	border:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
}

.input_devis_total {
	width:50px;
	height:16px;
	border-style:none;
	border:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

/* texte */
.grey50 {color: #999999;}
.small {font-size: 9px;}
.big {font-size: 12px; font-weight:bold}
.grey_index {color:#666666;}
.clock_index {font-size:18px; font-weight:bold;}
