html{
	padding:0;
	margin:0;
	background:#e2e2e2;
	min-width:1090px;
}

body{
	padding:0;
	margin:0;
	min-height: 800px;
	font-family: Tahoma;
	font-size:11px;
	color: #757575;
	min-width:1090px;
}

img{
	border: 0;
}

a{
	color: #757575;
	text-decoration:underline;
}

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

.linkBlue{
	color:#1fa2cb;
	text-decoration:none;
}

.linkBlue:hover{
	text-decoration:underline;
}

.linkBlueU{
	color:#1fa2cb;
	text-decoration:underline;
}

.linkBlueU:hover{
	text-decoration:none;
}

#Construction{
	border-collapse:collapse;
	margin:auto;
}

td{
	vertical-align: top;
}

#corps{
	margin:0;
	padding:0;
	width: 100%;
	font-family: Tahoma;
	background: url("./images/background-gen.jpg") repeat-x;
}

#header{
	background: url("./images/header.jpg");
	height:170px;
	width:1087px;
}

/*Contenu*/

.fond-contenu{
	background:url("./images/contenu-background-2.jpg") 43px 0px repeat-y;
}

#contenu-top{
	width:1087px;
	height:17px;
	background: url("./images/contenu-top.jpg");
}

#contenu{
	width:950px;
	min-height:500px;
	border-collapse:collapse;
	margin:auto;
}

#contenu-bottom{
	position:relative;
	height:36px;
	width:1087px;
	color: #7a7a7a;
	background:url("./images/contenu-bottom.jpg") 0px 0px no-repeat;
}

#contenu-bottom .left{
	float:left;
	display:block;
	margin-top:20px;
	margin-left:90px;
}

#contenu-bottom .right{
	float:right;
	display:block;
	margin-top:20px;
	margin-right:50px;
}

#contenu-bottom a{
	text-decoration:none;
	color: #7a7a7a;
}

#contenu-bottom a:hover{
	text-decoration:none;
	color:#7a7a7a;
}

/*Menu Gauche*/

#menu-left{
	width: 195px;
	text-align: left;
}

/*Menu Droite*/

#menu-right{
	width: 195px;
	text-align: left;
}


/*Menu Effets*/

.menu{
	padding-left:14px;
	color:#7b7b7b;
}

.TitreMenu{
	width:195px;
	height:32px;
	background:url("./images/menu-title.jpg") no-repeat;
	font-weight:bold;
	color: #ffffff;
	padding-left:18px;
	padding-right:-18px;
	padding-top:8px;
}

a.listeMenu{
	display:block;
	width:175px;
	height:19px;
	color: #7b7b7b;
	padding-top:5px;
	padding-left:22px;
	text-decoration:none;
}

a.listeMenu2{
	display:block;
	width:165px;
	height:19px;
	color: #7b7b7b;
	padding-top:5px;
	padding-left:22px;
	text-decoration:none;
}

a.listeMenu3{
	display:block;
	width:145px;
	height:19px;
	color: #7b7b7b;
	padding-top:5px;
	padding-left:22px;
	text-decoration:none;
}

a.listeMenu:hover{
	color: #ffffff;
	text-decoration:underline;
	background:url("./images/menu-liste-row.jpg") #ff7f04 4px 1px no-repeat;
}

a.listeMenu2:hover{
	color: #ffffff;
	text-decoration:underline;
	background:url("./images/menu-liste-row.jpg") #ff7f04 4px 1px no-repeat;
}

a.listeMenu3:hover{
	color: #ffffff;
	text-decoration:underline;
	background:url("./images/menu-liste-row.jpg") #ff7f04 4px 1px no-repeat;
}

div.listeMenu{
	display:block;
	width:175px;
	height:19px;
	color: #7b7b7b;
	padding-top:5px;
	padding-left:22px;
	text-decoration:none;
}

div.listeMenu2{
	display:block;
	width:165px;
	height:19px;
	color: #7b7b7b;
	padding-top:5px;
	padding-left:22px;
	text-decoration:none;
}

div.listeMenu3{
	display:block;
	width:145px;
	height:19px;
	color: #7b7b7b;
	padding-top:5px;
	padding-left:22px;
	text-decoration:none;
}

div.listeMenu:hover{
	color:white;
	background:url("./images/menu-liste-row.jpg") #ff7f04 4px 1px no-repeat;
}

div.listeMenu2:hover{
	color:white;
	background:url("./images/menu-liste-row.jpg") #ff7f04 4px 1px no-repeat;
}

div.listeMenu3:hover{
	color:white;
	background:url("./images/menu-liste-row.jpg") #ff7f04 4px 1px no-repeat;
}

div.listeMenu a , div.listeMenu2 a , div.listeMenu3 a{
	text-decoration: none;
}

div.listeMenu a:hover , div.listeMenu2 a:hover, div.listeMenu3 a:hover{
	text-decoration: underline;
	color:white;
}

.listeMenuTop{
	display:block;
	width:175px;
	height:19px;
	color: #7b7b7b;
	padding-top:5px;
	padding-left:22px;
	text-decoration:none;
	font-weight:bold;
}

.listeMenuTop:hover{
	color: #ffffff;
	background:url("./images/menu-liste-row.jpg") #ff7f04 4px 1px no-repeat;
}

#limitationMenu{
	height:31px;
	width:201px;
	background: url("./images/menu-limit.png") no-repeat;
}

.menuTexte{
	width:150px;
	padding-left:4px;
	font-size:10px;
}

/*Centre de la page (contenu)*/

#centre{
	width:560px;
	padding-top:3px;
}

.TitreContenu{
	width:558px;
	height:30px;
	background: url("./images/contenu-title.jpg") no-repeat;
	color: white;
	font-weight:bold;
	text-align:left;
	padding-top:8px;
}

.TitreContenu a {
	color:white;
	text-decoration: none;
}

.TitreContenu a:hover {
	color:white;
	text-decoration: underline;
}

#limitationContenu{
	width: 491px;
	height: 14px;
	background: url("./images/contenu-limitation.jpg") center no-repeat;
}

/*Liste des Sites par catégories*/

.SiteListe{
	width:540px;
}

.SiteListe h1{
	color:black;
	font-weight:bold;
	font-size: 11px;
}

.SiteListe h1>a{
	color:black;
	font-weight:bold;
	font-size: 12px;
	text-decoration:none;
}

.SiteListe h1>a:hover{
	text-decoration:underline;
}

.SiteListe p{
	width:300px;
}

.SiteListe b{
	color: black;
}

.image{
	position: relative;
	float:left;
	width: 232px;
	height: 162px;
	background: url("./images/background-images.jpg") center no-repeat;
	
}

.imageSiteListe{
	width:193px;
	height:124px;
	margin-left:19px;
	margin-top:19px;
	border:1px solid white;
}

.zoneTexteImage{
	position: absolute;
	left:20px;
	bottom:19px;
	display:block;
	width:193px;
	height:35px;
	background: url("./images/background-image-all.png") repeat-x;
}

.zoneTexteImage a{
	display:block;
	padding-top:15px;
	margin-left:10px;
	padding-left:16px;
	color: white;
	font-weight:bold;
	text-decoration:none;
	background: url("./images/image-fleche.png") no-repeat;
	background-position: 5px 19px;
}

.zoneTexteImage a:hover{
	text-decoration:underline;
}

/*Image de la présentation*/

.SitePresentation{
	width:520px;
}

.SitePresentation h1{
	margin-top:10px;
	color:black;
	font-weight:bold;
	font-size: 11px;
}

.SitePresentation h1>a{
	color:black;
	font-weight:bold;
	font-size: 11px;
	text-decoration:none;
}

.imagePresentation{
	position:relative;
	width:335px;
	height:275px;
	background: url("./images/background-image-grande.jpg") no-repeat;
}

.imagePresentationSite{
	float:left;
	margin-left:10px;
	margin-top:11px;
	width:307px;
	height:249px;
}

.zoneTexteImagePresentation{
	display:block;
	float:left;
	margin-left:11px;
	margin-top:-35px;
	display:block;
	width:306px;
	height:35px;
	background: url("./images/background-image-all.png") repeat-x;
}

.zoneTexteImagePresentation a{
	display:block;
	padding-top:15px;
	margin-left:10px;
	padding-left:16px;
	color: white;
	font-weight:bold;
	text-decoration:none;
	background: url("./images/image-fleche.png") no-repeat;
	background-position: 5px 19px;
}

.zoneTexteImagePresentation a:hover{
	text-decoration:underline;
}

.presentationInfo b{
	color:black;
}

.presentationInfo p{
	margin-top:5px;
	margin-bottom:0;
}


/*Conteneur*/

#conteneur{
	border-collapse:collapse;
}

#conteneur td{
	/*border:1px solid red;*/
}

#conteneur-top-left{
	width:28px;
	height:24px;
	background: url("./images/conteneur-top-left.jpg") no-repeat;
}

#conteneur-top{
	width:490px;
	height:24px;
	background: url("./images/conteneur-top.jpg") repeat-x;
}

#conteneur-top-right{
	width:33px;
	height:24px;
	background: url("./images/conteneur-top-right.jpg") no-repeat;
}

#conteneur-left{
	height:80px;
	background: url("./images/conteneur-left.jpg") repeat-y;
}

#conteneur-right{
	background: url("./images/conteneur-right.jpg") repeat-y;
}

#conteneur-bottom-left{
	height: 25px;
	background: url("./images/conteneur-bottom-left.jpg") no-repeat;
}

#conteneur-bottom{
	background: url("./images/conteneur-bottom.jpg") repeat-x;
}

#conteneur-bottom-right{
	background: url("./images/conteneur-bottom-right.jpg") no-repeat;
}

#conteneur h1{
	color: #ff7f04;
	font-family: "Times New Roman";
	font-weight:lighter;
	font-size: 26px;
	margin-top:0;
	margin-bottom:0;
	text-align:left;
}

#conteneur p{
	margin-top:0px;
	text-align:left;
}

/*Pagination*/

#pagination{
	position:relative;
	width: 540px;
	height:45px;
	margin-left: 12px;
	background: url("./images/pagination.jpg") repeat-x;
	vertical-align:bottom;
}

.paginationLeft{
	position:absolute;
	left:0px;
	width:16px;
	height:45px;
	background: url("./images/pagination-left.jpg") left no-repeat;
}

.paginationRight{
	position:absolute;
	right:0px;
	width:16px;
	height:45px;
	background: url("./images/pagination-right.jpg") right no-repeat;
}

.paginationContenu{
	position:absolute;
	right: 16px;
	padding-top:15px;
	text-align:right;
}

.paginationContenu a{
	color: #757575;
	text-decoration: none;
}

.paginationContenu a:hover{
	text-decoration:none;
	color: #1fa2cb;
}

.paginationContenu b{
	color: #ff7f04;
	font-size:12px;
}


/* CSS PERSO */

.image_inscription {
	width:50%;
	text-align:center;
	float:left;
}

#table_register {
	width:500px;
	margin:auto;
}

.notify_register {
	color:red;
	font-weight:normal;
	font-size:10px;
	float:right;
}

.star {
	color:red;
	font-weight:normal;
	font-size:10px;
}

.td_head_register {
	font-weight:bold;
	text-align:center;
	font-size:12px;
	color:white;
	background:url("./images/bg_bleu.png") center repeat-x;
	height:32px;
	vertical-align: middle;
}
.input_register {
	width:335px;
}
.input_kw {
	width:60px;
}
.textarea_register {
	height:150px;
}

.error_message {
	color:red;
	font-weight:bold;
}

.warning { 
	color:red;
	font-size:9px;
	font-weight:bold;
}

.errors {
	width:90%;
	background-color:#ffa8a8;
	color:red;
	padding:10px;
	text-align:left;
}

.fatal_error {
	width:90%;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#ffa8a8;
	color:red;
	padding:10px;
	text-align:center;
	font-weight:bold;
}

.final_register {
	margin:auto;
	margin-top:50px;
	margin-bottom:10px;
	width:80%;
	padding:20px;
	text-align:center;
	color:green;
	background-color:#94ff94;
	font-weight:bold;
}

.indent1 {
	padding-left:10px;
}

.indent2 {
	padding-left:20px;
}

.indent3 {
	padding-left:30px;
}

#admin_form_login {
	margin:auto;
}

.para_titre {
	font-size: 2em;
	font-variant: small-caps;
	border: 1px solid #ff7f04;
	padding: 5px;
	margin-bottom: 5px;
	color: black;
}

.para_sous_titre {
	font-size: 1.2em;
	font-variant: small-caps;
	font-weight: bold;
	color: #7b7b7b;
	padding-left: 30px;
}

.para_sous_titre:before {
	content: "- ";
}

.para_texte {
	color: #7b7b7b;
	padding: 5px 5px 5px 15px;
}

.para_texte h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: black;
	padding: 5px 0 5px 0;
}
.para_texte h2 {
	font-size: 1.2em;
	font-weight: bold;
}	
.para_texte h3 {
	font-size: .5em;
	font-weight: bold;
}	

.page_error {
	width:90%;
	margin: auto;
	margin-bottom: 10px;
	background-color:#ffa8a8;
	color:red;
	padding:10px;
	text-align:left;
}

.div_head_cat {
	margin: auto;
	text-align:center;
	background:url("./images/bg_bleu.png") center repeat-x;
	height:27px;
}

.div_head_cat a {
	color: white;
	font-size: 1.1em;
	font-weight:bold;
	text-decoration: none;
	position: relative;
	top: 6px;
}

.div_head_cat a:hover {
	text-decoration: underline;
}

.div_content_cat {
	margin: auto;
	border-left: 1px solid #ff7f04;
	border-right: 1px solid #ff7f04;
	border-bottom: 1px solid #ff7f04;
	padding: 5px;
}

.div_content_cat a {
	letter-spacing: 1px;
	text-decoration: none;
}

.diffusion_head {
	width: 50%;
	margin: auto;
	text-align:center;
	background:url("./images/bg_bleu.png") center repeat-x;
	height:27px;
}

.diffusion_head p {
	color: white;
	font-size: 1.1em;
	font-weight: bold;
	position: relative;
	top: 5px;
}

.diffusion_content {
	width: 100%;
	text-align: center;
	padding: 10px;
}

.code_source {
	width: 50%;
	margin: auto;
	margin-top: 10px;
	padding: 5px;
	border: 1px solid black;
	font-family: Arial;
	font-size: 10px;
}

.annu_post_it {
	width: 190px;
	margin: auto;
}

.annu_post_it a {
	margin-left: 5px;
	text-decoration: none;
}

.annu_post_it a.titre{
	font-weight:bold;
}

.annu_post_it a.desc{
	font-size: .9em;
}

.annu_post_it img {
	float: left;
}

.clearer {
	clear: both;
}