/*__________________ STANDARD ____________*/

.champ{
    float: left;
    width : 98%;
    margin-top:3px;
    padding:4px;
    line-height: 30px;
}

.champ_titre {
    float: left;
    width : 98%;
    margin-top:3px;
    padding:4px;
    line-height: 30px;
}

.champ2{
    float: left;
    /*width : 50%;*/
    margin-top:3px;
    padding:3px;
    line-height: 30px;
}

legend{
    margin-left:20px;
}

form #bouttons {
    text-align: center;
    margin-top:25px;
}

.disabled {
	font-style:italic;
	color:#999;
}

/*__________________ FORMULAIRE (EVENEMENT) ____________*/

#benevole
{
    width:98%;
    margin:0 auto
}
body
{
    background-color: #F5F5F5;
    margin:0px;
    padding:0px;
    width: 100%;
}

* {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

form {
    margin:0;
    padding:0;
}

a {
    text-decoration: none;
    /*color:#000;*/
    cursor: pointer;
}
img {border: 0}

#ppal {
    width:1000px;
    margin:auto;
    padding:0px 8px;
    background-color:#fff;
    min-height:100px;
    border: 1px solid #ababab;
}


/* _______________________*/
#bas1 {
    margin: 1px auto;
    width: 1014px;
    border-top: 1px solid #ababab;
}
#bas2 {
    margin: 1px auto;
    width: 1010px;
    border-top: 1px solid #ababab;
}

#baseline {
    text-align:center;
    /*border-top:1px solid #cccccc;*/
    padding-top:5px;
    font-style:italic;
    clear:both;
    margin-top:10px;
}

/* _______________________*/
.titre_page {
    font-weight:bold;
    color:#000;
    font-size:18px;
    padding:7px;
    border:1px dotted #000;
    background-color:#00A3C0;
    text-align: center;
}

.titre_bloc {
    color: #0080AF;
    font-size: 17px;
    font-weight: bold;
    line-height: 23px;
    padding-left: 10px;
    padding-top: 15px;
    display: table;
}

.titre {
    height:23px;
    color:#d18e00;
    font-size:14px;
    font-weight:bold;
    line-height: 23px;
    padding-left: 10px;
    margin: 15px 0px;
	padding-top:15px;
    font-style: italic;
    display: table;
}

.soustitre {
    color:#f00;
    font-size:14px;
    font-weight:bold;
    text-decoration: underline;
    padding-top: 8px;
    display: table;
}

.bold {
    font-weight: bold;
}
.alert {
    font-weight:bold;
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    border-radius: 4px 4px 4px 4px;
    color: #C09853;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

input[type="text"], input[type="password"], input[type="email"], textarea {
    border: solid 1px rgba(124, 128, 129, 0.8);
    display: inline-block;
    text-decoration: none;
    width: auto;
}