/* CSS Document */

body {
font-family: verdana;
font-size: 12px;
margin: 0;
padding: 0;
background:url(../images/background.jpg) no-repeat;
background-color:#FFCC00;

}

p {
margin: 0 0 10px 0;
}

h1 {
	font-size:18px;
	text-align:center;
	color:#990000;
}

h2 {
font-size:12px;
text-align:center;
color: #990000;
}

h3 {
	font-size:12px;
	color: #990000;
	font-weight:bold;
	text-align:center;
	text-decoration: none;
}

legend{
color:#990000;
font-weight:bold;

}  

fieldset{
border-bottom-style:groove;
border-bottom-width:thick;
border-color:#006600;
}    

#conteneur {
position: relative;
width: 1024px;
margin: 0 auto;
background: url(../images/content.png) repeat;
}


#header {
position:relative;
height: 180px;
left: 115px;
width:771px;
text-decoration: none;
background: url(../images/header.jpg) no-repeat center;
}


#logo {
position: absolute;
top:7px;
width:150px;
margin-left:10px;
text-decoration: none;
}

#diaporama {
position: absolute;
width:500px;
height:172px;
right:0px;
/*padding-top:40px;*/
}

#texte_defilant {
position: absolute;
top:140px;
left:120px;
}

#block_menu {
    position:absolute;
	background: url(../images/bg_header.jpg);
    top: 179px;
    left: 115px;
	height:30px;
	/*padding-left:60px;
	padding-right:100px;*/
    /*z-index:100;*/
	font-family: verdana;
    width: 771px;
	color:	#FFFFFF;
	font-weight:	bold;
}

#block_menu a{
	color:	#FFFFFF;
	font-weight:	bold;
	font-family: verdana;
	text-decoration:none;
}

#block_menu a:hover {
	color:	#FFFFFF;
	font-weight:	bold;
	font-family: verdana;
	text-decoration:none;
}



#cadenas {
	position:absolute;
	right:190px;
	height:30px;
	top:5px;
	/*padding-left:60px;
	padding-right:100px;*/
}

#acces {
	position:absolute;
	right:60px;
	height:30px;
    width: 130px;
	top:8px;
}


.ico {
    width:48px;
    height:48px;
    position:relative;
    top:30px;
    margin-top:-35px;
    padding-left:-10px;
    clear:both;
	z-index:1;
}


.info_flash {
	background: url(../images/bg_menu.jpg);
	background-repeat: repeat-x;
	height:30px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:50px;
	vertical-align:middle;
}

.titre_infoflash {
    font-size:12px;
	font-weight:bold;
	color:#CC0000;
}


.sous_infoflash {
    font-size:12px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}

.sous_infoflash a {
    font-size:12px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}

.sous_infoflash a:hover {
	text-decoration:underline;
	color:#CC0000;
}



#centre {
	font-family: verdana;
    margin-top: 50px;
	margin-left: 120px;
	margin-right: 140px;
    padding-left: 10px;
	padding-right: 10px;
	font-size:12px;
	text-align: justify;
	vertical-align: top;
}

#centre a {
font-family: verdana;
text-decoration: none;
font-weight: bold;
color:#990033;
}

#centre a:link {
color:#990033;
}

#centre a:hover {
text-decoration: underline;
}


#centre a:active {
text-decoration: none;
color: #990000;
font-weight: bold;
}


#centre a:visited {
text-decoration: none;
color: #990000;
font-weight: bold;
}


/*CSS PARTIE PRO */
#centrepro {
    margin-top: 120px;
	margin-left: 30px;
	margin-right: 10px;
	padding-left: 0;
	font-size:12px;
	text-align: justify;
	vertical-align: top;
}

#centrepro a:link {
text-decoration: none;
color: #990000;
font-weight: bold;
}


#centrepro a:hover {
text-decoration: none;
color: #990000;

}


#centrepro a:active {
text-decoration: none;
color: #990000;
font-weight: bold;
}


#centrepro a:visited {
text-decoration: none;
color: #990000;
font-weight: bold;
}



#menupro {
	color:#FFFFFF;
	font-size:13px;
	font-weight: bold;
	text-align: bottom;
	vertical-align: bottom;
    
	}


#menupro a {

	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
	vertical-align: bottom;
	text-shadow:#FF0000;
}

#menupro a:hover {
	font-weight: bold;
	color: #000000;
	vertical-align: bottom;
}

#menupro a:active {
    color: #FFFFFF;
}


/*CSS PARTIE ADMIN */
#centreadmin  {
    top:400px;
	text-align: justify;
	vertical-align: top;
}

#centreadmin  a {
    text-decoration: underline;
    color: #990000;
    font-weight: bold;
}



#centreadmin  a:link {
    text-decoration: underline;
    color: #990000;
    font-weight: bold;
}


#centreadmin  a:hover {
    text-decoration: none;
	color: #990000;
	background-color: #FFFFFF;
}


#centreadmin  a:active {
text-decoration: none;
color: #990000;
font-weight: bold;
}


#centreadmin a:visited {
text-decoration: none;
color: #990000;
font-weight: bold;
}


#pied {
	height: 30px;
	width: 771px;
	margin-left: 115px;
	background: url(../images/bg_menu.jpg);
	text-align:center;
	vertical-align: bottom;
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
}

#pied a {
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
	text-decoration:underline;
}

#pied a:hover {
	color:#990000;
	font-weight:bold;
	font-size:11px;
	text-decoration:underline;
}


