/*   My CSS : !!!! 


--------------------------------------------------- */

input {
	height: 19px;
	margin: 1px;
	border: 1px #999999 solid;
}

textarea 
{
	margin: 1px;
	border: 1px #999999 solid;
}

input:focus, textarea:focus {
	border: 1px #F10000 solid;
}


#window
{
	position: absolute;
	left: 400px;
	top: 500px;
	width: 300px;
	height: 170px;
	overflow: hidden;
	display: none;
}
#windowTop
{
	height: 30px;
	overflow: 30px;
	background-image: url(images/window/window_top_end.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	cursor: move;
}
#windowTopContent
{
	margin-right: 13px;
	background-image:url(images/window/window_top_start.png);
	background-position:left top;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #F10000;
}
#windowMin
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
}
#windowMax
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
	display: none;
}
#windowClose
{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
#windowBottom
{
	position: relative;
	height: 140px;
	background-image: url(images/window/window_bottom_end.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#windowBottomContent
{
	position: relative;
	height: 140px;
	background-image: url(images/window/window_bottom_start.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-right: 13px;
}
#windowResize
{
	position: absolute;
	right: 3px;
	bottom: 5px;
	cursor: se-resize;
}
#windowContent
{
	position:absolute;
	top: 30px;
	left: 10px;
	width: auto;
	height: auto;
	overflow: hidden;
	margin-right: 10px;
	/*border: 1px solid #6caf00;*/
	height: 125px;
	width: 275px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*background-color: #fff;*/
}
#windowContent *
{
	margin: 10px;
}
.transferer2
{
	border: 1px solid #FF0000;
	background-color: #F10000;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}





/*----------------------------------------------+
+                        taille 10              +
+----------------------------------------------*/
.imga {
	display: none;
	width: 520px;
	height: 340px;
	text-align: center;
	vertical-align:middle;
	background-color:White;
}

.arial10noir {
	color: #000000;
	font-size: 10px;
	font-family: Arial;
	line-height: 10pt;
}

.arial10blanc {
	color: #ffffff;
	font-size: 10px;
	font-family: Arial;
	line-height: 10pt;
}

.arial10rouge_maj {
	color: #F10000;
	font-size: 10px;
	font-family: Arial;
	line-height: 10pt;
	text-transform: uppercase;
}

.arial10noir_maj {
	color: #000000;
	font-size: 10px;
	font-family: Arial;
	line-height: 10pt;
	text-transform: uppercase;
}

/*----------------------------------------------+
+                        taille 11              +
+----------------------------------------------*/

.arial11noir {
	color: #000000;
	font-size: 11px;
	font-family: Arial;
	line-height: 10pt;
}

.arial11gris {
	color: #7A7A7A;
	font-size: 11px;
	font-family: Arial;
	line-height: 10pt;
}

.arial11noirbold_maj {
	color: #000000;
	font-size: 11px;
	font-family: Arial;
	line-height: 10pt;
	font-weight: bold;
	text-transform: uppercase;	
}
.arial11noirbold{
	color: #000000;
	font-size: 11px;
	font-family: Arial;
	line-height: 10pt;
	font-weight: bold;
	
}
.arial11rouge {
	color: #F10000;
	font-size: 11px;
	font-family: Arial;
	line-height: 10pt;
}

.arial11boldblanc_maj {
	color: #ffffff;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	line-height: 10pt;
	text-transform: uppercase;
}

.arial11rougebold {
	color: #F10000;
	font-size: 11px;
	font-family: Arial;
	line-height: 10pt;
	font-weight: bold;
}

.arial11rougebold_maj {
	color: #F10000;
	font-size: 11px;
	font-family: Arial;
	line-height: 10pt;
	font-weight: bold;
	text-transform: uppercase;	
}

/*----------------------------------------------+
+                        taille 12              +
+----------------------------------------------*/

.arial12boldnoir {
	color: #000000;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	line-height: 10pt;
}


.arial12boldrouge {
	color: #F10000;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	line-height: 10pt;
}

.arial12noirbold_maj {
	color: #000000;
	font-size: 12px;
	font-family: Arial;
	line-height: 10pt;
	font-weight: bold;
	text-transform: uppercase;	
}
/*----------------------------------------------+
+                        taille 13              +
+----------------------------------------------*/

.arial13boldrouge_maj {
	color: #F10000;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	line-height: 20pt;
	text-transform: uppercase;
}

.arial13noirbold {
	color: #000000;
	font-size: 13px;
	font-family: Arial;
	line-height: 10pt;
	font-weight: bold;
}

/*----------------------------------------------+
+                        taille 14             +
+----------------------------------------------*/

.arial14boldrouge_maj {
	color: #F10000;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	line-height: 10pt;
	text-transform: uppercase;
}

/*----------------------------------------------+
+                        taille 16              +
+----------------------------------------------*/

.arial16boldnoir_maj {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	line-height: 10pt;
	text-transform: uppercase;
}

.arial16boldrouge_maj {
	color: #F10000;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	line-height: 10pt;
	text-transform: uppercase;
}

.arial16boldrouge_majbis {
	color: #F10000;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	line-height: 13pt;
	text-transform: uppercase;
}


/*----------------------------------------------+
+                        taille 22              +
+----------------------------------------------*/
.arial20boldnoir_maj {
	color: #000000;
	font-size: 22px;
	font-family: Arial;
	line-height: 17pt;
	text-transform: uppercase;
}
/*----------------------------------------------+
+                       formulaires              +
+----------------------------------------------*/

select, option {
/*background-image: url(images/window/bg_form.gif);*/
background-color: #CACED4;
color:black;
border-color: #CACED4;
border-style: none;
} 


/*----------------------------------------------+
+                        liens              +
+----------------------------------------------*/

a.txtbas
  {
	color: #000000;
	font-size: 10px;
	font-family: Arial;
	line-height: 10pt;
	text-decoration: none;
  }
  
a.txtbas:hover
  {
	color: #000000;
	font-size: 10px;
	font-family: Arial;
	line-height: 10pt;
	text-decoration: none;
  }
  
  a.titreDetail
  {
	color: #F10000;
	font-size: 11px;
	font-family: Arial;
	line-height: 10pt;
	text-decoration: none;
	font-weight: bold;
  }
  
  a.titreDetail:hover
  {
	color: #000000;
	font-size: 11px;
	font-family: Arial;
	line-height: 10pt;
	text-decoration: none;
	font-weight: bold;
  }
  
 
  
a.txtbasf
  {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial;
	line-height: 10pt;
	text-decoration: none;
  }  

a.liennoir
  {
	color: #000000;
	font-size: 11px;
	font-family: Arial;
	line-height: 10pt;
	text-decoration: none;
  }
  
  a.liennoir:hover
  {
	color: #000000;
	font-size: 11px;
	font-family: Arial;
	line-height: 10pt;
	text-decoration: none;
  }
  
  a.arial12noirmaj
  {
	color: #000000;
	font-size: 12px;
	font-family: Arial;
	line-height: 10pt;
	text-transform: uppercase;
	text-decoration: none;
}

  a.arial12noirmaj:hover
  {
	color: #F10000;
	font-size: 12px;
	font-family: Arial;
	line-height: 10pt;
	text-transform: uppercase;
	text-decoration: none;
}

  a.arial10noirmaj
  {
	color: #000000;
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	line-height: 18pt;
	text-transform: uppercase;
	text-decoration: none;
}

  a.arial10noirmaj:hover
  {
	color: #F10000;
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	line-height: 18pt;	
	text-transform: uppercase;
	text-decoration: none;
}

/* css pour la pagination */
#pagination {
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 11px;
        color: #333333;
}

#pagination span { 
        padding: 3px;
}

#pagination a {
        display: inline-block;
        width: 15px;
        height: 15px;
        line-height: 15px;
        text-decoration: none;
        color: #FFFFFF;
        background-color:#333;
        margin-right: 3px;
        border: 1px solid #666;
        padding: 3px;
        text-transform: uppercase;
        outline: none;
}
