table.region {
/*	width:			80%;*/
		
}

td.nom_region {
	font-size:		1.2em;
	font-weight:    	bold;
        padding:                10px;
        margin:			10px;
        text-align:             left;
        border:                 1px solid #4a4a4a;
        background-image:       url(/img/background_D6.png);
	
}

table.region td {
        vertical-align:         top;
}

table.region td img {
        margin-top:             10px;
}

table.region p {
        padding:                0;
        text-align:             left;
}


/*************************************************
** Formulaire de mails
***************************************************/

form.contact fieldset {
        text-align:             center;
        background-color:       #ffffff;
        margin-top:             10px;
        border:                 1px solid #4a4a4a;
}

form.contact legend {
        border:                 1px solid #4a4a4a;
        color:                  #4a4a4a;
        padding:                5px;
        background:             url("/img/background_D4.png") repeat right top;
}

form.contact p {
        margin:                 0;
        padding:                5px 0;
        text-align:             left;
}

form.contact input,form.contact option {
        background-image:       url(/img/background_D6.png);
}

form.contact textarea {
        background-image:       url(/img/background_D6.png);
        background-repeat:      repeat-x;
}

p.warn {
        text-align:             center;
        color:                  #ff0000;
        font-weight:            bold;
}

form.contact table tr td {
        text-align:             left;
}
