/* CSS GENERAL */

body {
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#FFFFFF;
	clear:both;
	
}
h1 {
	font-size: 18px;
	font-family:  verdana, arial, sans;
	display:inline;
	color: #FFB924;

}
h2 {
	font-size: 16px;
	font-family:  verdana, arial, sans;
	display:inline;
	color: #FFB924;
}
h3 {
	font-size: 12px;
	font-family:  verdana, arial, sans;
	display:inline;
	color: #FFB924;
}
h4 {
	font-size: 12px;
	font-family:  verdana, arial, sans;
	display:inline;
	color: #FFB924;
}
img {
border: none;
}
form {
margin :0px;
}
textarea, input, select {
     color:#555;
     background-color:#f8f8f8;
     font-size:10px;
     font-family:arial;
     border: 1px solid #black;
	 padding-left: 5px;  
	 margin: 2px 0;
	 width: 200px;
}
select{
	 padding-left: 0px;    
}
a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : white;
	text-decoration:underline;
}

a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : white;
	text-decoration:underline;
	font-style:italic;
}
a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : white;
	text-decoration:none;
}

#links_social {
	position: relative;
	display:block;
	width: 350px;
	border-left: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	left: 50%;
	top: 0;
	margin-left: -175px;
	padding-top: 4px;
	text-align:center;
	line-height: 18px;
	height: 30px;
}
#links_social a, #links_social a img {
	text-decoration:none;
	border: 0;
}

/* div communes à toutes les pages */
div#general {
width : 830px;
margin: auto;
background:#000000;
margin-top: 30px;
margin-bottom: 30px;
border: solid 2px white;
padding:0;
overflow-x: hidden;
}
/*
div#ombre_d {
	width: 840px;
	margin-top: 30px;
	margin-left:auto;	
	margin-right: auto;
	background-image:url(../images/ombre_d.png);
	background-position: right;
	background-repeat:repeat-y;
}
div#ombre_b {
	width: 840px;
	height: 20px;
	margin:auto;
	margin-top: -10px;	
	background:url(../images/ombre_b.png)no-repeat bottom right !important;
	background-image:url(../images/ombre_b.gif);
	
}
*/
div#contenu {
	margin: 0px;
	padding: 10px;
	
}
div#menu {
	width : 830px;
	background:#333333;
}

/* carracteristiques communes aux autres div */
div#contenu_fond {
	margin: 0;
	padding: 0;
	overflow:auto;
	height:1%;
	
	}

	/* classes */
	.titreOnglet { /* les titres en flash qui sortent de la droite */
	float:right; 
	margin-top:10px;
	margin-left: 10px;
	margin-right: -10px;
	}
	.texteSuccess{
background-color:#006600;
color:#FFFFFF;
font-weight:bold;
padding-left:10px;
width:100%;
}
.texteAlerte{
background-color:#FF0000;
color:#FFFFFF;
font-weight:bold;
padding-left:10px;
width:100%;
}
.trait{ 
	background			  : transparent;
	border-color			  : #d3d3d3;
	border-width			  : 0 0 1px;
	border-style			  : solid;
	
}
.noBorder { 
     border: 0px;
     width: 15px;
	 background-color : transparent;
	 vertical-align: middle;
}
.retraitGauche {
margin-left: 20px;
}
.jaune {
	color: #FFB924;
}
.rouge {
	color: #990000;
}
