@charset "UTF-8";
/* CSS Document */

body {
background-color:#000000;
font:9pt Arial, Helvetica, sans-serif;
color:#000000;
text-transform:uppercase;
padding:0px;
margin:0px;
}

.TitreRose {
	color: #cc0066;
	font-size: 18pt;
	font-weight: bold;
}
.minuscules{
	text-transform:none;
}
.rose {color: #cc0066}

a{
margin:0px;
padding:0px;
color:#FFFFFF;
text-decoration:none;
}


a:hover{
color: #cc0066;
text-decoration:none;
}

.input_contact{
	width: 350px;
}

#page{
	margin:auto;
	padding:0px;
	width:985px;
}
#header {
	position:absolute;
	padding:auto;
	margin:auto;
	width:985px;
	height:500px;
	background-image: url(../images/header.jpg);
	background-repeat:no-repeat;
	
}
#menu{
	position:absolute;
	background-color:#000000;
	width:580px;
	margin-top:202px;
	margin-left:272px;
	color:#FFFFFF;
	padding:5px 0px 5px 10px;
	text-transform:uppercase;
}

#titres{
	position:absolute;
	margin-top:262px;
	margin-left:165px;
	margin-bottom:0px;
	padding: 15px 5px 0px 25px;
	height:40px;
	background-image:url(../images/titre_bg.gif);
	background-repeat:repeat-x;
	font-size:20px;
	font-weight:bold;
}
#phrase{
	position:absolute;
	margin-top:302px;
	margin-left:165px;
	margin-bottom:0px;
	padding: 0px 5px 0px 25px;
	background-repeat:repeat-x;
}

#content{
	position:absolute;
	margin-top:340px;
	margin-left:163px;
	width:698px;
	background-color:#FFFFFF;
}

#container{
	float:left;
	width:698px;	
	height:255px;
	background-image:url(../images/container_bg.jpg);
	background-repeat:no-repeat;
}

#visuel{
	float:left;
	width:357px;	
	height:204px;
	padding:20px;
}

#txt{
	float:left;
	width:260px;	
	height:158px;
	padding:20px;
}

#lien_site{
	float:right;
	background-color:#000000;
	width:205px;
	color:#FFFFFF;
	padding:5px 0px 5px 10px;
	text-transform:uppercase;
}

#footer{
	margin:10px 0px 20px 0px;
	background-color:#000000;
	width:580px;
	float:left;
	color:#FFFFFF;
	padding:5px 10px 5px 10px;
	text-transform:uppercase;
	text-align:right;
}

#end{
	float:left;
	padding:10px 0px 10px 0px;
	width:698px;
	background-color:#000000;
	color:#cc0066;
	font:10px;
	
	
	
}

