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

body {
	background:url(bg.jpg) top no-repeat;
	background-color:#FFFFFF;
	text-align:center;
	padding:0px;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
a {
	text-decoration:none;
	color:#cc3281;
	/* CSS3 webkit */
	-webkit-transition-property: background-color, padding-left, padding-right, color;
	-webkit-transition-duration: .5s, .3s,.3s, .3s;
	-webkit-transition-timing-function: linear, ease-out, ease-out;

	/* CSS3 FF */
	-moz-transition-property: background-color, padding-left, padding-right, color;
	-moz-transition-duration: .5s, .3s, .3s, .3s;
	-moz-transition-timing-function: linear, ease-out, ease-out, ease-out;

	/* CSS3 un jour peut etre */
	transition-property: background-color, padding-left, padding-right, color;
	transition-duration: .5s, .3s, .3s, .3s;
	transition-timing-function: linear, ease-out, ease-out, ease-out;	
}

a:hover{
	color: #ff41a3;
	}
img { border: none; }
div { /*outline:#0000FF 1px solid;*/}
/*#HeaderContent div { outline: #CC0000 1px solid;}*/
.BoxTitle { font-family:Georgia, "Times New Roman", Times, serif;
			font-size:16px;
			color: #6d6d6d;
			font-style:italic;
			margin:0px;
			padding:0px;
			}
.BoxShadows{
margin:10px;
padding:0px;
width:460px;

}
.BoxShadows .BoxShadowHeader { 
	background:url(BoxShadow.png) top left no-repeat; 
	width:460px;
	height:10px;
	}
.BoxShadows .BoxShadowContent { 
	background:url(BoxShadow.png) center left no-repeat;
	width:460px;
	padding-left:10px;
	padding-right:10px;
	}
.BoxShadows .BoxShadowFooter { 
	background:url(BoxShadow.png) bottom left no-repeat;
	width:460px; 
	height:10px;
	}

.BlocDemonstrationLink {
font-size:14px; display:block; margin-left:5px; width:210px; float:left; font-style:italic;
}
.Couleur1{
	color:#cc3281;
}
.Couleur2{
	color:#6d6d6d;
}
.TextShadow{ 
text-shadow: 1px 1px 1px #a7a7a7;


}

h1{ margin:0px;
	padding:0px;
	color:#cc3281;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	font-weight:normal;
	
	}
h2{ margin:0px;
	padding:0px;
	color:#cc3281;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	
	}
/*Gabaris de la page */
#PageCenter {
	text-align:left;
	width:1000px;
	margin-left: auto;
	margin-right: auto;
}

#TopMenuBar {	color: #6d6d6d;}
#TopMenuBar a {
	display:block;
	color: #6d6d6d;
	margin-left:5px;
	margin-right:5px;
	}
#TopMenuBar a:first-letter{ color: #cc3281;}
#TopMenuBar a:hover { color: #cc3281;}
.FloatRight{ float: right;}
.FloatLeft{ float: left;}
#HeaderContent {
	display:block;
	position: relative;
	min-height:380px;
	clear:both;
	width:1000px;
	left:0px;
	}
#HideAndSick {
	display:block;
	position:absolute;
	z-index:0;
	right:2px;
	top:5px;
}
#Incription{
	display:block;
	padding-top: 50px;
	width:480px;
	overflow:hidden;
	z-index:2;
}
#Incription h1{ font-size:30px; }
#Rechercher{
	display:block;
	width:480px; 
	overflow:hidden;
	z-index:2;
}
#ExempleSites {
	display:block;
	width:480px; 
	overflow:hidden;
	z-index:2;
}
#id_page_credits{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
}

#Footer{
	clear:both;
	color:#6d6d6d;
}
#Footer  div.Float{
	display:block;
	width:300px;
	float:left;
	margin-left:20px;
}

