﻿/* CSS Document */
@font-face {
	font-family: "Cocon_regular";
	
	src: url('polices/CoRg____.ttf');
}

body {
font-family:Verdana, Geneva, sans-serif, Helvetica, Arial, sans-serif;
	font-size:14px;
	/*background-image:url(arriere_plan/fond.png);
	background-repeat:no-repeat;*/
	margin:0;
	padding:5px;
	width:auto;
	/*text-align:center;*/
	
}
a, a:visited {
	color:#000;
}
a:hover, a:focus {
}

#bandeau_du_haut{
	font-family:Cocon-Regular, Arial, Helvetica, sans-serif;
	font-size:14px;
	height:180px;
	background-image:url(arriere_plan/slogan.jpg);
	padding:0 0 30px 0;
	
}
#banniere {
	width: 1000px;
	text-align:center;
	font-weight: bolder;
	margin-bottom:20px;

}
#logo {
}
#mozaic {
	float:right;
	
}

#slogan {
		
	font-weight: bold;
	width:300px;	
	font-size:24px;
	
}
#titre a{
	color:#600;
	font-size: 36px;
	text-decoration:none;
	
	padding:5px;
}
#tel1 {
	background-color:#C00;
	color:#CFF;
	font-weight:bolder;
	font-size:36px;
	border:2px solid #CFF;
	padding:5px 15px;
	
}
#entete {
	float:right;
}
#page {
	min-height:700px;
	width:1030px;
	margin-left:auto;
	margin-right:auto;
	background-color:#568fcc;
	padding:5px;
	border:10px inset;
	-moz-border-radius: 24px / 24px;
	-webkit-border-radius: 24px / 24px;
	-khtml-border-radius: 24px / 24px;
	border-radius: 24px / 24px;
	border-color: #234c77;
}

#page_{
	position:absolute;
	margin-top:-50px;
	margin-left:50px;
	background-color:#C90;
	padding:5px;
}
#tel {
	font-size:16px;
	font-weight:bold;
	margin:5px;
}
.site {
	margin-top:20px;
	/*border:10px outset #960;
	-moz-border-radius: 24px / 24px;  
    -webkit-border-radius: 24px / 24px;  
    -khtml-border-radius: 24px / 24px;  
	border-radius: 24px / 24px; 
	width: 1000px; */
	
}
#date{
	font-weight: bold;
	font-size:10px;
}

#contenu {
	padding:5px;
	width:1000px;
	/*background-color:#ddd;*/
	margin:10px
}

#footer {
	clear: both;
	margin:0;
	padding:5px;
	width:auto;
	text-align:center;
}

img {
	cursor:pointer;
}
/* -----------------------menu invité ---------------------------*/

/* voir la suite sur css/menu.css



/* -----------------------page information ---------------------------*/
#body_info {
	text-align:center;
	width:1000px;
	height:500px;
	background-color:#999;
}

#info {
	border: 1px solid black;
	background-color: #CC0;
	padding:10px;
}
.info {
	border: 1px solid black;
	background-color: #CC0;
	margin: 5px;
}

#erreur {
	text-align: center;
	color: #EE0808;
}

#information {
	text-align: center;
	color: #FFFFFF;
}

/* -----------------------accueil ---------------------------*/

h1, h2, h3 {
	color: #600;
	text-align:center;

}
h1 {
}
h2 {
}
h3 {
}



/*-----------------------Espace Membres----------------------*/
#fermer {
	float:right;
	
}
#connexion_1 {
	float:right;
}
#connexion_2 {
	display:none;
	
}
.module_dans_barre_connexion {
	/*padding:2px;
	border:1px solid #000;
	-moz-border-radius: 10px / 10px;  
    -webkit-border-radius: 10px / 10px;  
    -khtml-border-radius: 10px / 10px;
	border-radius: 10px / 10px;
	height:25px;
	background-color:#CF9;*/

}
#connecter {
	padding:5px;
	font-weight:bolder;
	font-size:12px;
}
#image_connecter {
	float:left;

}
#ptit_bonhommes{
	
}
#fond_connexion{
	position:absolute;
	padding:10px;
	border:3px solid #900;
	background-image: url(images/fond_orange_chat.jpg);
}
.float {
	display: block;
	float:left;
	margin-bottom: 5px;
}
#protect_form {
	display:none;
}
.center {
	text-align: center;
}
.border-red{
	border: 2px solid #990000;
	background-color: #FFCC00;
	padding: 5px;
}
.pseudo {
	font-weight: bold;
}

/* ----------------------------------page/base.php --------------------------------------------*/
#titre{
	font-size:24px;
	font-weight:bold;
	text-align:center;
	
}

#petit_menu_page {
	width:60px;
	padding:2px;
	border-right: 3px solid #000;
}
#contenu_page {
	text-align:left;
	/*background-image:url(arriere_plan/Etat-de-surface-brut-de-sciage-fin_big.jpg);*/
}
#realisation {
}
/* ----------------------------------Modification des pages --------------------------------------------*/
#texte {
	text-align:left;
	
	 
}
#chemin{
	border:1px solid #000;
	-moz-border-radius: 10px / 10px;  
    -webkit-border-radius: 10px / 10px;  
    -khtml-border-radius: 10px / 10px;
	border-radius: 10px / 10px;
	height:25px;
	background-color:#CF9;
	padding:5px;
}
/* ----------------------------------Formulaire --------------------------------------------*/
.submit, .button {
	background-color: #993333;
	color: #FFFFFF;
	border: 1px outset black;
}
.text, .password, textarea {
	background-color: #CCCCCC;
	color: black;
}

.text:focus, .password:focus {
	background-color: #CDF0F0;
	color: black;
}
textarea:focus {
	background-color: #F9E3BD;
}

