body{
	margin-left:   0px;
	margin-right:  0px;
	margin-top:    0px;
	margin-bottom: 0px;
}

body a img{
	border: none;
}

#page{
	margin: auto;
	width:  600px;
}

header{
	width:  100%;
	height: 80px;
	
	background-image:  url("design/infcor.png");
	background-repeat: no-repeat;
}


/* Barre de navigation */
nav{
	height:            25px;
	background-image:  url("design/nav.png");
	background-repeat: repeat;
	color:             white;
	padding-left:      10px;
	padding-bottom:    1px;
	border:            0px;
}

nav a{
	text-decoration: none;
	color:           white;
	font-family:     Georgia;
	font-size:       13pt;
}

#gauche, #droite, #centre{
	display:        inline-block;
	vertical-align: top;
}

#gauche{
	float:            left;
	width:            300px;
	margin-left:      5px;
}

#gauche a:link
{
  cursor:  pointer;
}

#cadre{
	border:           1px solid #d9d9d9;
	background-color: #fefbf3;
	padding:          10px;
	font-size:        14pt;
	text-align:       justify;
}

#centre{
	width:        500px;
	border-right: 1px solid black;
	padding:      10px;
	font-size:    13pt;
}

#centre h1{
	font-size:   14pt;
	font-weight: normal;
}

#droite{
	padding: 10px;
}


#option{
	background-color: #f3f3f3;
	width:            250px;
	padding:          10px;
	margin:           10px;
	box-shadow:       0px 0px 2px 2px rgba(0, 0, 0, 0.1);
}

select{
	font-size: 13pt;	
}

/* Classe */
.aDecoration{
	text-decoration: none;
	color:           #ff3737;
}

.align{
	display: inline-block;
	vertical-align: top;
}

.button{
	border:            0;
	background-image:  url("design/button.png");
	background-repeat: no-repeat;
	cursor:            pointer;
}

.color{
	color: #1c85b2;
}

.form{
	display:          block;
	width:            250px;
	background-color: #f3f3f3;
	padding:          10px;
	margin:           10px;
	box-shadow:       0px 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.form2{
	display:          block;
	background-color: #f3f3f3;
	padding:          10px;
	margin:           10px;
	font-size:        12pt;
}

.input{
	width: 360px;
}

.justify{
	text-align: justify;
}

.label{
	font-family: Courier New;
}

.langue{
	float:        right;
	margin-top:   50px;
	margin-right: 15px;
	border:       0;
}

.mot{
	color:           #2f99cc;
	text-decoration: none;
	font-size:       15pt;
}

.number{
	color:           #8cb5c9;
	text-decoration: none;
}

.placeholder{
	width: 160px;
}

.radio{
	font-size: 14pt;
}

.sousTitre{
	display:       block;
	color:         #1c85b2;
	font-size:     14pt;
	margin-bottom: 5px;
}

.titre{
	font-size: 20pt;
	color:     #e37810;
}