/*#######################################
#######    Feuille de style    ##########
##  Design: 1 
##  Partie: formulaires
########################################*/

.smilies
{
    vertical-align: middle;
}
fieldset
{
    border: 1px solid white;
    padding: 10px;
    font-size: small;
}
fieldset legend
{
    font-size:large;
    color: #333333;
}
/*label
{
cursor: pointer;
float: left;
width: 125px;
padding-top: 5px;
text-align: right;
margin-right: 5px;
font-weight: bold;
}*/
input,textarea
{
    font-family: Verdana, serif;
    font-size: small;
}
input
{
    margin: 3px;
    border: 1px solid black;
}
input[type=text]
{
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border:none;
    width:140px;
    padding:5px;
    font-size:13px;
    color:#F60;
    margin-right:4px;
    border: 1px solid #999999;
    outline: none;
    margin-bottom: 5px;
    background-image: url('images/home/bg_input.jpg');
    background-position: bottom;

}
input[type=password]
{
 -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border:none;
    width:140px;
    font-weight:bold;
    padding:5px;
    font-size:16px;
    color:#F60;
    margin-right:4px;
    border: 1px solid #999999;
    outline: none;
    margin-bottom: 5px;
    background-image: url('images/home/bg_input.jpg');
    background-position: top;

}
input[type=submit],input[type=button],a.orange
{
    text-shadow:#D8F1E5 1px 1px 1px;
    -webkit-box-shadow:#999999 0 1px 3px;
    color:#492e04;
    border: 1px solid #E19B23;
    padding:2px;
    font-weight:bold;
    background-image:url("images/haut/btn_orange.jpg");
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 4px;
    font-size: 12px;
    cursor: pointer;
}

input[type=submit]:hover,input[type=button]:hover,a.orange:hover
{
    background-position: bottom;
}
.input_anormal 
{
    color: blue;
}
.cliquable
{
    cursor: pointer;
}
textarea
{
    height: 250px;
    width: 80%;
}
.tuxcode,.tuxform
{
    margin-left: 130px;
}
.tuxcode_boutons
{
    margin-right:20px;
}

.liste_tuxcode .opt_titre
{
    text-align:center;
    font-weight: bold;
}
.smileys_tuxcode
{
    width: 130px;
    height: 180px;
    float: left;
    clear: right;
    text-align: center;
}
.smileys_tuxcode h1
{
    margin-top: 0px;
    font-size: large;
}
.smileys_tuxcode table
{
    margin-left: 5px;
}
.bouton_prev, .envoi
{
    text-align: center;
}
.envoi
{
    width: 100%;
}

.prev
{
    overflow:auto;
    font-weight:normal;
    width: 500px;
    padding: 10px;
}

.inline
{
    display:inline;
}
.block
{
    display:block;
}
.souligne
{
    text-decoration: underline;
}
.barre
{
    text-decoration:line-through;
}
.gauche
{
    text-align: left;
}
.droite
{
    text-align: right;
}
.centre
{
    text-align: center;
}
.float_gauche
{
    float: left;
}
.float_droite
{
    float: right;
}
.trespetit
{
    font-size: x-small;
}
.petit
{
    font-size: small;
}
.grand
{
    font-size: large;
}
.tresgrand
{
    font-size: x-large;
}
.blanc
{
    color: white;
}
.gris
{
    color: silver;
}
.rouge
{
    color: red;
}
.marron
{
    color: maroon;
}
.vert
{
    color: green;
}

.bleu
{
    color: navy;
}
.rose
{
    color: fuchsia;
}

.bleugris
{
    color: teal;
}


.paging_full_numbers {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 22px;
    line-height: 22px;
    float: left;
    text-align: left;
    margin-left: 20px;
}
.dataTables_info {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.paging_full_numbers span.paginate_button,
.paging_full_numbers span.paginate_active {
    border: 1px solid #b7934c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 2px 5px;
    margin: 0 3px;
    cursor: pointer;
}

.paging_full_numbers span.paginate_button {
    background-color: #f6dfb2;
}

.paging_full_numbers span.paginate_button:hover {
    background-color: #f5a60e;
}

.paging_full_numbers span.paginate_active {
    background-color: #f5a60e;
}

.dataTables_filter {
    width: 100%;
}

.dataTables_length {
    width: 100%;
}

