
html {
margin: 0;
	font-size: 100%;
		}
body {
		margin: 0;
		font-family:Verdana, Optima, "Trebuchet MS",   Geneva,  "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		line-height: 1.1;
				background-color:#dddddd;
}

#global {

position : absolute;
background-image:url(../images/background.png) ;
background-repeat:no-repeat;
width:1000px;


}
/* Bloc central */
#centre {
margin-top:160px;
margin-left:5px;
width:980px;
overflow: hidden;
height:460px;
}
/* Contenu gauche */
	#blocgauche {
	width : 135px;
	float:left;
	margin-top : 60px;

	}
/* Contenu navigation menu gauche */
ul#menugauche  {
		width : 92px;

margin:0;

 list-style:none;


}
#menugauche li {
 
      height : 30px;

}
#menugauche li a { 

    display: block ; 
       height : 20px;
padding: 4px 0 ; 
    line-height : 20px;
text-align:right;
    color:#000099;
    text-decoration:none;
    }     
#menugauche li a:hover, #menugauche li a:focus, #menugauche li a:active { 

margin-left:2px;
             background-image:url(../images/bouton.png);

	       background-repeat:no-repeat;
	       background-color:#FFCC00;
	       color:#c30;

  }
/* Contenu principal */

#principal {
height :330px;
overflow:auto;
text-align:center;
padding:20px;

}

#principal img {
padding:1px;
}

#principal a {
color:#666666;
text-decoration:underline;
}
#principal a:hover, #principal a:focus {
		color:#c30;

}
#principal strong {
	color: #181A12;
}
#principal p, #principal li {
	line-height: 1.5;
	color:black;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .2em 0; 
}
h1 {
		font-weight:bold;
	font-size: 1.3em;
		font-style: italic;
		color:#c30;
				text-decoration:overline;
}

h2 {
	font-size: 1.1em;
	
			color:#c30;

}

h3 {
font-size: 1em;
color:#d42;
}
h4 {
font-size: 1.0em;
line-height: 1.3em;
font-variant:small-caps;
	font-weight:bold;
}
h5 {font-size: 1em;
font-weight : bold;
color:#FFCC00;

text-align:center;
background-color:#666666;
		
			line-height: 1em;
			padding:5px;
}

h6 {
font-size: 1em;
font-weight : bold;
color:#FFCC00;
			
			
			
}

/* Paragraphes */
p {
	font-size: 1em;
	color:#330033;

			font-style: italic;
		
			margin-left:30px;
			text-align:justify;

}
/* Listes */
ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0
}
ul {
	list-style: square;
}
li {
	margin: 0;
	padding: 0;
}


li p, blockquote p {
	margin: .5em 0;
}

/* Citations */
blockquote, q {
	font-size: 1.1em;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
}
blockquote {
	margin: .75em 0 .75em 24px;
}
cite {
	font-style: italic;
}

/* Liens */
a {
		color:#FF6600;

	text-decoration: underline;
}
a:hover, a:focus {
	color:orange;
}
a img {
	border: none; 
}
/* Alignement */
.aligncenter {
text-align : center;
}


.alignleft{
text-align:left;
}

.alignright{
text-align:right;
}
.alignjustify{
text-align:justify;
}

#verticalalign{
height : 50px;
line-height : 50px;
vertical-align:middle;
}
#verticalaligntop{
height : 50px;
line-height : 50px;
valign:top;
}

/* Couleurs*/
.blue{
color:#0033CC;
}
.white{
		color : #eeeeee;
}
.grey{
		color: #666666;
}

.red{
		color:#c30;
}
		
	
	/* Soulignement */

 .soulignement{
text-decoration:underline;
}
.clignotement
{
text-decoration:blink;
border-bottom-color:#FF0000;
}
/* Divers éléments de type en-ligne */
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color:#999999;
}

.bold {
	font-weight: bold;
}

pre, code {
	font-size: 100%;
	font-family: "Bitstream Vera Mono", "Lucida Console", "Courier New", monospace;
}
pre {
	width: 90%;
	overflow: auto;
	overflow-y: hidden;
	margin: .75em 0;
	padding: 12px;
	background: #eee;
	color: #555;
}
pre strong {
	font-weight: normal;
	color: black;
}
#copyright {
	margin: 20px 0 5px 0;
	text-align: right;
	font-size: .8em;
	color: #848F63;
}
#copyright a {
	color:black;
	text-decoration: none;
}
#copyright a:hover, #copyright a:focus {
	text-decoration: underline;
}

table{
}


td{
padding : 5px;
}
.colleft{
text-align:right;
width: 20%;
border-right: 1px solid 	 #c30;
}
.colright{
text-align:left;
}


.colleft1{
text-align:right;
width: 20%;
border-right: 1px solid orange;
}
.colright1{
text-align:left;
}
.colcenter1{
text-align:center;
}
.colleft2{
text-align:right;
width: 30%;
border-right: 1px solid orange;
}
.colright2{
text-align:left;
}
.colcenter2{
text-align:center;
}
.titre{
font-size: 1.6em;
		font-style: italic;
color:#c30;
}
	


/* Pied de page */
#pied {
margin-left:30px;
		font-size: 1em;
						color:ffffff;

}

#pied a{
		color:ffffff;

				

}

#pied a hover{
	color:orange;

		text-decoration:none;

}
#formulaire {

text-align:center;
padding:20px;

}
#tab2colonnes {

width : 100%;
}

.tabcolonneleft {
text-align:right;
width : 15%;
}
.tabcolonneright {

}
table.border_1_solid_black td { 
border : 1px solid black;
 }

img.middle
{
	vertical-align: middle;
}
#copyright {

color:#999999;
}

/* Scroller Box */
#scroller_container {
 position: relative;
 width: 500px;
 height: 60px;
 overflow: hidden;
}

#scroller {
 white-space: nowrap;
 line-height: 20px;
 font-size: 20px;
}

#scroller p {
 padding: 0;
}
/* Scoller Box */

