body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff url('./bg.png') repeat-x fixed;
	padding:0;
	margin:10px;
}

img{
	border:0px;
}

table {
	margin:auto;
	padding:0;
	border:1px solid #000;
}

table tr td {
	height:20px;
	line-height:20px;
	vertical-align:middle;
}

a {
	color:#000000;
	text-decoration:underline;
}

a:visited {
	color:#000000;
	text-decoration:underline;

}

a:hover {
	color:#000000;
	text-decoration:none;

}

#supGlobal {
	width: 960px; /*780px*/
	margin : auto;
	background:#ffffff url('./fond.png');
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}

#global {
	width: 940px; /*760px*/
	margin:5px auto auto;
}

#header{
	padding: 20px;
	height:88px;
	background: #FFF url('./header.png');
}

#logo{
	padding:0px;
	float:left;
}

#slogan{
	background:#FFF;
	border: 1px solid #FF0000;
	text-align: right;
	padding: 10px 20px 10px 10px;
	margin-top: 20px;
	font-style : italic;
	border-radius: 10px; -moz-border-radius: 10px;
	color: #0000FF;
	font-size: 16px;
	width:500px;
	float:right;
}
#conteneur{
	background-color:#FFF;
	float:left;
	width: 940px; /*760px*/
	font-size:12px;
}

#menus{
	background-color:#FFF;
	width: 180px;
	float: left;
	font-size: 14px;
	font-family: Verdana;
}

#comm
{
	text-align:center;
	padding-top:20px;
}

#corps{
	background-color:#FFF;
	padding:5px;
	float:left;
	width: 740px; /*560px*/
}

#corps h2{
	font-size:12px;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

#corps .rss a,#corps .rss a:visited{
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	color:#000000;
}

#corps .rss a:hover{
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	color:#0000DD;
}

#footer{
	background:#fff;
	border-top:1px;
	clear: both;
	text-align:center;
	font-style : italic;
	height:20px;
	font-size:10px;
	color:#000;
	border-top:1px dashed #ccc;
}

#footer a{
	font-size:10px;
	text-decoration:none;
	color:#000000;
}

/* Contenu de la page */

#source{
	width:740px; /*560px*/	
}

#source #info{
	font-size:12px;
	padding-bottom:10px;
}

#source #info .form_module_code
{
	width:540px; /*440px*/
	padding:0px;
	margin:0px;
}

#source #info table.Tabsourhaut
{
	width:740px; /*560px*/
	margin-bottom:10px;
	border:1px dashed #CCC;
}

#source #info table.Tabsourhaut td
{
	height:30px;
}

#source #info table.Tabsourhaut .pub
{
	width:225px;
	text-align:center;
}

#source #info table.Tabsourbas
{
	width:740px; /*560px*/
	border:1px dotted #CCC;
}

.titreTabsour
{
	background-color:#e4e1ff;
	width:100px;
	font-weight:bold;
	font-size:10px;
}


#source #contenu{
	border:1px dashed #000;
	background-color:#FFF;
	font-size:14px;
	overflow-x:scroll;
	overflow-y:scroll;
	position:relative;
}

#source #contenu #loupe{
	position:absolute;
	text-align:right;
	right:0;
}

#source #contenu #nl {
	padding:5px;
	font-family:'Courier New',Courier,monospace;
}

#contenu  #bigestFermerHaut {
	border-top:1px solid #000000;
	text-align:center;
	font-size:10px;
	display:none;
	font-weight:bold;
}

#contenu  #bigestFermerBas {
	border-top:1px solid #000000;
	text-align:center;
	font-size:10px;
	display:none;
	font-weight:bold;
}

.titre{
	color:#000;
	font-size:14px;
	border-bottom:1px dotted #0030FF;
	text-align:center;
	padding-bottom:5px;
}

.titre a{
	color:#000;
	font-size:14px;
	text-decoration:underline;
	font-style:italic;
}

.sstitre {
	color:#0000DD;
	font-size:14px;
}


.menu{
	border:1px solid #0000FF;
	border-radius: 4px; -moz-border-radius: 4px;
	background-color:#FFF;	
}

ul.menu {
    list-style: none;
	text-decoration: none;
    margin:0px 0px 0px 0px;
	padding:0px;
	text-align:right;
	
	margin:20px;
	padding:10px;
}

ul.menu li a {
	text-decoration:none;
	color:#000;
	background-color:#FFF;
	display: block;
    list-style: none;
	width:100%;
	margin:0px;
}
 
ul.menu li a:hover {
	background: #CCCCFF;
	width:100%;
	text-align:center;
}

.nb{
	color:gray;
	font-size:10px;
}

.admin{
	margin:10px;
	padding:0px;
	border:1px solid #CCC;
}

.center{
	text-align:center;
}

.admin input{
	font-size:12px;
	border: 1px solid #FF0000;
	color:#0000FF;
}

.admin form{
	margin:0px;
	padding:0px;
	display:inline;
}

table.lstcat {
	border:none;
	padding:10px;
	width:90%;
}

table.lstcat tr:hover{
	background-color:#eeeeee;
}

a.liencat {
	text-decoration:none;
	color:#000;
}

a.liencat:hover { }

.right{
	text-align:right;
}

.titretab,.titretabAffiche,.titretabEtat{
	font-size:14px;
	font-weight:bold;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	background-color:#0030ff;
	color:#ffffff;
}

.titretabAffiche,.titretabEtat{
	width:35px;
}

.petit{
	font-size:10px;
}

.exemple{
	font-style:italic;
	font-size:10px;
}

.italic{
	font-style:italic;
}

.Tableaupart
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-color:#FFF;
	border:thin #000 solid;
	border-collapse:collapse;
}

.Tableaupart td
{
	border:thin #000 solid;
	padding:2px;
}

.center{
	text-align:center;
}

.codeOK
{
	color:#6EF4B8;
}

.codeNOK
{
	color:#DB6262;
}

.codeINC
{
	color:#000000;
}

.trCoul1
{
	background-color:#ffffff;
}

.trCoul2
{
	background-color:#dddddd;
}

#poster table
{
	background-color:#ffffff;
	width:520px;
}

#poster
{
	background-color: #FFF;
	border:1px dotted #5647FF;
	left:50%;
	margin-left:-300px;
	position:absolute;
	top:20px;
	width:600px;
	padding-top:5px;
}

.fermerPost
{
	text-align:center;
	margin:10px;
	border:1px dotted #000000;
}

.titrePoste
{
	text-align:center;
	margin:10px;
	border:1px dotted #000000;
	font-weight:bold;
	font-size:14px;
}

table.filtre th
{
	background-color:#0030FF;
	color:#ffffff;
}

div#formPost
{
	width:520px;
	margin:auto;
}

div#formPost .lbl
{   
    display: block;
    float: left;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 2px;
    width: 100px;
}

div #formPost .formPostLigne
{   
	margin-bottom: 10px;
}

div #formPost fieldset
{
	margin:10px 0;
	border:1px solid #000;
}

div #formPost .submit
{
	border-top: 1px solid #96d1f8;
	background: #65a9d7;
	background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
	background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
	background: -moz-linear-gradient(top, #3e779d, #65a9d7);
	background: -ms-linear-gradient(top, #3e779d, #65a9d7);
	background: -o-linear-gradient(top, #3e779d, #65a9d7);
	padding: 5px 10px;
	margin:5px;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 14px;
	font-family: Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	vertical-align: middle;
}
  
div #formPost .submit:hover
{
	border-top-color: #28597a;
	background: #28597a;
	color: #ccc;
}
   
div #formPost .submit:active 
{
   border-top-color: #1b435e;
   background: #1b435e;
}

#calqueFond
{
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #CCA;
  z-index:9;
  opacity:0.5;
  filter: alpha(opacity=50);
}

.NbPageSou
{
	text-align:center;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	clear:both;
	margin:0px;
	padding:15px 0px 5px 0px;
	height:20px;
	line-height:20px;
}

.NbPageSou img
{
	vertical-align:middle;
}

#recentPost
{
	width:600px;
	border:1 px dotted #000000;
	padding:10px;
	margin:5px;
}
