body
{
	margin: auto;
	background-image: url("images/fond.png");
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #000000;
	width: 1000px;
	font-family : arial, sans-serif;
	margin-bottom: 10px;
}

#header
{
	height: 200px;
	width: 1000px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#menu_haut
{
	background-image: url("images/barre_menu.png");
	height: 45px;
	width: 1000px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
}

#menu_haut a
{
	text-decoration: none;
	color: #FFFFFF;
}

#menu_haut a:hover span
{
	text-decoration: underline;
}

#menu_haut img, #menu_haut span
{
  vertical-align: middle;
  display: inline-block;
}

#menu_gauche
{
	float: left;
	width: 250px;
	margin-bottom: 10px;
}

.titre_menu
{
	background-image: url("images/titre_menu.png");
	height: 30px;
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}

.sous_titre
{
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}

.titre_menu img, .titre_menu span
{
  vertical-align: middle;
  display: inline-block;
}

.sous_menu
{
	padding-left: 10px;
	padding-top: 10px;
	background-color: #FFFFFF;
}

.bas_menu
{
	background-image: url("images/bas_menu.png");
	background-position: bottom;
	height: 30px;
}

#contenu
{
	margin-left: 270px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-top: 10px;
	width: 690px;
	background-color: #FFFFFF;
}

#titre_contenu
{
	background-image: url("images/titre_contenu.png");
	width: 730px;
	height: 30px;
	text-align: center;
	padding-top: 10px;
	margin-left: 270px;
	margin-top: 10px;
	color: #FFFFFF;
	font-weight: bold;
}


#bas_contenu
{
	background-image: url("images/bas_contenu.png");
	background-position: bottom;
	height: 30px;
	width: 730px;
	margin-left: 270px;
}

#pied
{
	background-image: url("images/barre_copyright.png");
	height: 51px;
	width: 730px;
	margin-left: 270px;
	margin-top: 10px;
	text-align: center;
	padding-top: 9px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
}

#sous_pied
{
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	margin-left: 270px;
	margin-top: 10px;
	width: 730px;
}

#pied a
{
	text-decoration: none;
	color: #FFFFFF;
}

#pied a:hover
{
	text-decoration: underline;
}

#pied a:visited
{
	color: #FFFFFF;
}

#contenu a
{
	text-decoration: none;
	color: #003A82;
}

#contenu a:hover
{
	text-decoration: underline;
}

#contenu a:visited
{
	color: #003A82;
}

#menu_gauche a
{
	text-decoration: none;
	color: #000000;
}

#menu_gauche a:hover
{
	text-decoration: underline;
}

#menu_gauche a:visited
{
	color: #000000;
}

/* Puces */

ul
{
	margin: 0px;
}

ul li
{
	list-style-image : url("images/puce.png");
}

/* Logo */
#logo1
{
	background-image: url("images/logo1.png");
	width: 515px;
	height: 200px;
}

#logo2
{
	background-image: url("images/logo2.png");
	width: 475px;
	height: 69px;
}

#logo3
{
	background-image: url("images/logo3.png");
	width: 475px;
	height: 71px;
}

#logo5
{
	background-image: url("images/logo5.png");
	width: 10px;
	height: 200px;
}

/* Autres */

a img
{
	border: none;
}

img.block
{
	display: block;
	border: 0;
}

.infobulle
{
	position: absolute;   
	visibility: hidden;
	border: 1px solid black;
	padding: 10px;
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color: #FFFFCC;
}

.mot_news
{
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
}

.news
{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 2px solid #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.titre_news
{
	background-image: url("images/haut_news.png");
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
	margin-top: 0px;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	font-style: italic;
	color: #FFFFFF;
	height: 38px;
}

.signature_news
{
	text-decoration: underline;
	text-align: right;
	font-weight: bold;
	color: #AC0101;
}

.bas_news
{
	background-image: url("images/bas_news.png");
	padding-right: 15px;
	padding-top: 8px;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

.form_newsletter
{
	padding-left: 45px;
	margin-bottom: 15px;
}

.logo_tuto
{
	border: 2px solid #d1d9fa;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
	padding: 6px;
	width: 10%;
}

/* Tableau */

table
{
	margin: auto;
} 

input[type="text"], input[type="password"], textarea
{
	border: 2px solid #000000;
}

input[type="text"]:hover, input[type="password"]:hover, textarea:hover
{
	border: 2px solid #CC66CC;
}

table.manager
{
	margin:auto;
	border:4px outset white;
	border-collapse:collapse;
}

table.manager th
{
	border:1px solid black;
	background-color: white;
	color: black;
}

table.manager td
{
	border:1px solid black;
	text-align:center;
	padding:5px;
}

td.download1
{
	width: 30%;
}

td.download2
{
	width: 70%;
}

td.tuto2
{
	width: 90%;
}

td.info1
{
	width: 10%;
}

td.info2
{
	width: 90%;
}

caption
{
	font-weight: bold;
}

/* Texte */

.centre
{
	text-align: center;
}

.gauche
{
	text-align: left;
}

.droite
{
	text-align: right;
}

.souligne
{
	text-decoration: underline;
}

.surf
{
	text-align: center;
	color: #FFFFFF;
}

.infoerreur
{
	color: #FF0000;
	border: 1px dotted black;
	padding: 10px;
	font-size: 12px;
	width: 690px;
	font-weight: bold;
}

.infobravo
{
	color: #009900;
	border: 1px dotted black;
	padding: 10px;
	font-size: 12px;
	width: 690px;
	font-weight: bold;
}

.infoinfo
{
	color: #4652EB;
	border: 1px dotted black;
	padding: 10px;
	font-size: 12px;
	width: 690px;
	font-weight: bold;
}

.infoattention
{
	color: #F3762B;
	border: 1px dotted black;
	padding: 10px;
	font-size: 12px;
	width: 690px;
	font-weight: bold;
}

.code		/* Pour le code des bannières */
{
	font-family: sans-serif;
	border: 2px dashed #000000;
	padding: 2px;
}

p.centreBB	/* Pour le parsage des News */
{
	text-align: center;
	margin: 0px;
	padding: 0px;
}

p.droiteBB	/* Pour le parsage des News */
{
	text-align: right;
	margin: 0px;
	padding: 0px;
}

/* Couleur */

.rouge
{
	color: #FF0000;
}

.bleufonce
{
	color: #003A82;
}
