/*************************************/
/* Page CSS pour le Permis Poussette */
/*************************************/

/* Le menu */

#menu
{
	float: left;
	width: 15%;
	margin-left: 5%;
}

.element_menu
{   
	border: 2px solid #E15C86;
	margin-bottom: 20px;
}

#menu .rose
{
	color: #E15C86;
}

.element_menu hr
{
	color: #E15C86;
	background-color: #E15C86;
	border: #E15C86;
	height: 1px;
	width: 70%;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}

.element_menu h3
{    
	font-family: Georgia, Arial, serif;
	color: #E15C86;
	text-align: center;
}

.liste
{
	font-family: Georgia, Arial, serif;
	font-size: 0.8em;
	text-align: center;
	width: 70%;
	margin: auto;
	margin-bottom: 20px;
}

/*
.element_menu dt
{
	font-family: Georgia, Arial, serif;
	font-size: 0.8em;
}

.element_menu dd
{
	margin-bottom: 20px;
}

.element_menu dd a
{
	color: black;
	text-decoration: none;
}
*/

.element_menu a
{
	color: black;
	text-decoration: none;
}

.element_menu a:hover
{
	color: #E15C86;
	text-decoration: underline;
}

.liste_active
{
	color: #E15C86;
	font-family: Georgia, Arial, serif;
	font-size: 0.8em;
	text-align: center;
	width: 70%;
	margin: auto;
	margin-bottom: 20px;
}

/* Le corps de la page */

#corps
{
	margin-left: 25%;
	margin-right: 5%;
	margin-bottom: 20px;
	padding: 5px;
	border: 2px solid #E15C86;
}

#corps h1
{
	font-family: Georgia, Arial, serif;
	text-align: center;
}

#corps h2
{
	font-family: Georgia, Arial, serif; 
	text-align: center; 
	width: 80%;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}

#corps h3
{
	font-family: Georgia, Arial, serif;
	text-indent: 30px;
}

#corps p
{
	font-family: Georgia, Arial, serif;
	text-indent: 30px;
	text-align: justify;
	width: 95%;
	margin: auto;
	margin-bottom: 20px;
}

#corps .nom
{
	font-family: Georgia, Arial, serif;
}

#corps .rose
{
	color: #E15C86;
}

#corps .centre
{
	font-family: Georgia, Arial, serif;
	text-align: center;
	margin-bottom: 10px;
}

#corps hr
{
	color: #E15C86;
	background-color: #E15C86;
	border: #E15C86;
	height: 1px;
	width: 70%;
	margin: auto;
	margin-bottom: 20px;
}

#corps table
{
	margin: auto;
	width: 90%;
	border-collapse: collapse;
	margin-bottom: 15px;
}

#corps th
{
	font-family: Georgia, Arial, serif;
	text-align: center;
	font-size: 0.9em;
	padding: 5px;
	border: 1px solid #E15C86;
}

#corps td
{
	font-family: Georgia, Arial, serif;
	text-align: center;
	font-size: 0.9em;
	padding: 5px;
	border: 1px solid #E15C86;
}

#corps .france
{
	color: #E15C86;
	font-weight: bold;
	font-size: 0.9em;
}

#corps .ue
{
	font-weight: bold;
	font-size: 0.9em;
}

#corps .donnee
{
	font-family: Georgia, Arial, serif;
	font-size: 0.7em;
	padding-left: 5%;
	margin-bottom: 20px;
}

#corps img.centre
{
    display: block;
    margin: auto;
	margin-bottom: 50px;
	margin-top: 50px;
}

#corps a
{
	color: #E15C86;
	text-decoration: none;
}

#corps a:hover
{
	text-decoration: underline;
}

img.centre
{
    display: block;
    margin: auto;
	margin-bottom: 50px;
	margin-top: 50px;
	border-style: none;
}

/* Les formulaires */

input, select
{
	font-family: Georgia, Arial, serif;
	margin-left: 20px;
}

input:focus
{
	background-color: #F4BBCE;
}

label
{
	font-family: Georgia, Arial, serif;
}

.champ
{
	width: 200px;
}

.coordonnee
{
	display: block;
	width: 250px;
	float: left;
	text-align: right;
	margin-right: 20px;
}

.qcm
{
	font-style: italic;
	font-weight: bold;
}

.question
{
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.2em;
}

.reponse
{
	margin-left: 40px;
}

textarea
{
	font-family: Georgia, Arial, serif;
	width: 90%;
	height: 150px;
	margin-left: 20px;
	margin-top: 20px;
}


/* Le pied de page */

#pied_de_page   
{
	clear: both;
	font-family: Georgia, Arial, serif;
	text-align: center;
	font-size: 0.7em;
	margin-right: 5%;
	margin-left: 5%;
	border: 2px solid #E15C86;

}

object
{
	display: block;
    margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	border: 2px solid #E15C86;
}

table
{
	margin: auto;
	width: 100%;
}

td
{
	text-align: center;
	padding: 15px;
}

/* subscribe_body.tpl */

div .bloc label
{
	display: block;
	float: left;
	width: 250px;
	text-align: right;
	margin-right: 10px;
	cursor: pointer;
}

div label
{
	cursor: pointer;
}

div .cacher
{
	visibility: hidden;
}

div .center
{
	text-align: center;
}

div .message
{
	text-align: center;
	color: #E15C86;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
}

address#footer
{
	margin: 15px auto;
	text-align: center;
	font-style: normal;
	font-size: 11px;
}