*{border:0; margin:0; padding:0; }
		
html
{
    background-image:url(img/fond-page.png);
    background-repeat:repeat-x;
    background-position:center top;    
    background-color: #262626;
    height:100%;
}
body
{
	color:#2E2E2E; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	height:100%;
}
#fond {
    position:fixed; 
    top:0; 
    left:0; 
    width:100%; 
    height:100%;
    z-index:-1;
}
#support 
{
    position:relative; z-index:1; 
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:5px;
}
#support2 {
	//background-color2: #FFFFFF;
	margin-bottom:5px;
}
#haut {
	clear:both;
	width:100%;
	height:26px;
	color:#FFFFFF; 
	background-color:#000000; 
}
#haut a {
	color:#FFFFFF; 
	margin-right:20px;
}
#haut a:hover
{
	text-decoration: none;
}
#recherche {
	background-color:#FFFFFF;
	position: absolute;
	left: 50%;
	top: 50px;
	display:none;
	width:250px;
}
#formRecherche 
{
	background-color:#FFFFFF;
    position: absolute;
    left: -200px;    
}

#photogroupe {
	width:120px;
	margin-bottom:5px;
	min-height:140px;
	background-color: #000000; 
	padding:5px;
	font-size:14px; 
	color: #FFFFFF;
}
#photogroupe img {
}
#photogroupe a:hover {
	text-decoration: none;
}
#photogroupe a {
	color: #FFFFFF;
}

#gauche 
{
    padding:10px;
	background-image: url(img/back-tableau.gif); 
	background-repeat:repeat-x; 
}
#gauche ul {
	list-style-type:none;
	width:130px;
}
#gauche li {
	background-color:#000000;
	color:#FFFFFF;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-left:5px solid #F58B01;
}
#gauche li.selected {
	background-color:#F58B01;
	padding-left:16px;
	padding-top:4px;
	padding-bottom:4px;
	margin-bottom:4px;
	border-left:5px solid #F58B01;
}
#gauche li a, #gauche li.selected a
{
    color:#FFFFFF;
	font-size:13px; 
	font-weight:normal;
}
#gauche li a:hover, #gauche li.selected a:hover
{
	text-decoration: none;
}
a {
	color:#000000; 
	text-decoration: none;
}
a.bouton {
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
}

p {
	margin-bottom:8px;
}
input, textarea, select {
	border: 1px solid #AAAAAA; 
	color:#000000;
	padding:2px;
	padding:2px;
}
input[type="submit"], input[type="button"] {
	color: #FFFFFF;
	background-color: #F27521;
	padding:4px;
	padding-top:1px;
	border:0;
	font-weight:bold;
}
input[type="image"] {
	border:0;
}
th {
	color: #B4B4AC;
}
td {
	text-align:left;
}

table.formulaire 
{
    background-color: #FFFFFF;
	border: 1px solid #696969; 
	padding-top:5px;
	padding-bottom:5px;
}
table.formulaire td.right {
	text-align:right;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:35px;
	padding-right:10px;
	font-weight: bold;
}
table.formulaire td.left {
	text-align:left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right:35px;
}
table.formulaire td.center {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align:center;
}

table.resultat {
	border:1px solid #6A6A6A;
}
table.resultat th {
	background-color: #000000;
    background-image:url(img/fd-groupe.gif);    
	color:#FFFFFF;
	text-align:left;
	font-size:14px;
	padding: 3px;
}
table.resultat th a {
	color: #FFFFFF;
}
table.resultat td {
	padding: 3px;
	background-color: #F1F1F1;
	border-right: 1px solid #C3C3C3; 
	height:50px;
}

table.forum {
	border:1px solid #6A6A6A;
}
table.forum th {
	background-color: #000000;
    background-image:url(img/fd-groupe.gif);    
	color:#FFFFFF;
	text-align:left;
	font-size:14px;
	padding: 3px;
}
table.forum td {
	padding: 3px;
	background-color: #F1F1F1;
	border-right: 1px solid #C3C3C3; 
}

table.choixbloc td {
	padding-bottom: 6px;
	padding-left: 10px;
    empty-cells: show; 
  }

hr {
	margin-top:5px;
	margin-bottom:5px;
	background-color: #B2AFA8; 
	height: 1px;
	border: 0;
}

	
.orange {
	color: #F27521;
}

input.fonctions{
	color:#000000; 
	background-color:#EBEBEB;
	font-size:10px;
	border:1px solid white;
}
input.chiffres{
	color:#FFFFFF; 
	background-color:#000000;
	font-size:16px;
	border:1px solid white;
}
input.signes{
	color:#FFFFFF;
	background-color:#919191;
	font-size:16px;
	border:1px solid white;
}
input.autressignes{
	color:#7E7E7E;
	background-color:#DDDDDD;
	font-size:10px;
	border:1px solid white;
}
input[type=checkbox] {
	border: 0;
}
input[type=radio] {
	border: 0;
}

h1 {
	background-color: #000000;
    background-image:url(img/fd-groupe.gif);    
	color:#FFFFFF;
	font-size:14px; 
	padding:4px;
	padding:4px;
	margin-bottom:10px;
    height: 20px;
    line-height: 20px;
    font-style:italic;
    font-weight:bold;
}
h1 img {
	vertical-align: middle;
	margin-top:2px;
	margin-right:4px;
}
h2 {
	padding-top:10px;
	font-weight:normal; 
	font-size:18px; 
	color:#000000;
}
h2 a, h2 a div {
	font-size:18px; 
	color:#000000;
}

a.bouton2 {
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#FFFFFF;
	margin-left:20px;
}
a.bouton3 {
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#000000;
	margin-left:20px;
}

h3, h3 a
{
	font-size:16px; 
}


/*
 * Les instructions qui suivent concerne les blocs.
 */

.titredansbloc
{
	color:#010101;
	font-size:16px;
}
.titredansblocclair
{
	color:#010101;
	font-size:16px;
}
.titredansblocorange
{
	color:#F27521;
	font-size:16px;
}
.textewidget
{
	color:#000000;
}
.corps
{
	color:#000000;
	font-size:12px;
}

.entetewidget
{
	color:#FFFFFF;
}

/* Colors */
.color-yellow {background:#f2bc00;}
.color-red    {background:#dd0000;}
.color-blue   {background:#00aaff;}
.color-white  {background:#696969;}
.color-orange {background:#f66e00;}
.color-green  {background:#8dc100;}
.color-yellow h3,
.color-white h3,
.color-green h3
	{color:#000;}
.color-red h3,
.color-blue h3,
.color-orange h3
	{color:#FFF;}
/* End Colors */

/* Columns section */
#columns .column {
    float: left;
    width: 33%;
    margin-bottom:10px;
	/* Min-height: */
	min-height: 400px;
	height: auto;
}

	
#columns #column1 .widget { margin: 10px 5px 0 5px; }
#columns #column3 .widget { margin: 10px 5px 0 5px; }
#columns .widget {
    margin: 10px 5px 0 5px;
    padding: 1px;
}
#columns .widget .widget-head {
    color: #FFF;
    overflow: hidden;
    width: 100%;
    height: 25px;
    line-height: 25px;
}

#columns .widget .widget-head h3 {
    padding: 0 5px;
    float: left;
}

#columns .widget .intro {
    color: #FFF;
    background-image:url(img/fd-groupe.gif);    
    overflow: hidden;
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-style:italic;
    font-weight:bold;
}

#columns .widget .intro h3 {
    padding: 0 1px;
    float: left;
}

#columns .widget .widget-content h3 {
    color: #ddd;
}

#columns .widget .widget-content h3 a {
	font-weight:bold;
	font-size:16px;
}

#columns .widget .widget-content p a {
    color: #000000;
}

#columns .widget .widget-content {
    background: #FFFFFF Repeat-x;
    padding: 1px 5px;
    color: #000000;
    line-height: 1.2em;
    overflow: hidden;
	padding:7px 7px 7px 7px;
}
#columns .widget .widget-content p {
    padding: 0.1em 0;
}
#columns .widget .widget-content img {
	text-align:left;
	vertical-align:middle;
    margin: 2px;
    border: 1px solid #FFF;	
}
#columns .widget .widget-content pre {
    padding: 0.5em 5px;
    color: #EEE;
    font-size: 12px;
}
#columns .widget .widget-content ul {
    padding: 5px 0 5px 20px;
    list-style: disc;
}
#columns .widget .widget-content ul li {padding: 3px 0;}
#columns .widget .widget-content ul.images {
    padding: 7px 0 0 0;
    list-style: none;
    height: 1%;
}
#columns .widget .widget-content ul.images li {
    display: inline;
    float: left;
}
#columns .widget .widget-content ul.images img {
    display: inline;
    float: left;
    margin: 0 0 7px 7px;
}

.widget-content h3 {
	padding-top:5px;
	padding-bottom:5px;
}
.widget-content p {
	margin:0;
	padding:0;
}
/* End Columns section */
