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

body#index { 
background-color:#363636;
color:#FFFFFF;
}

body#bloc {
	background-image: url(images/bloc_mid.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body#frame2 {
	background-image: url(images/frame_2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

img {
border:none;
}

/*Liens*/

a:link {
	color: #FFFFFF;
	text-decoration:none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration:line-through;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/*Police d'écriture*/

h1 {
font-family:"Trebuchet MS";
font-size:16px;
color:#FFFFFF;
}

h2 {
font-family:"Trebuchet MS";
font-size:12px;
color:#FFFFFF;
}

p {
	color:#FFFFFF;
}
