body {
color:#333333;
font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
font-weight:bold;
font-size:13px;
line-height: 18px;
margin:0;
padding:0;
background:-moz-linear-gradient(center top , white, #D3D8E8) repeat scroll 0 0 transparent;
min-height:885px;
}

h2 {
text-align:center;
color: #0E385F;
font-size: 20px;
line-height: 29px;
font-weight: bold;
letter-spacing:-1px;
margin-top: 10px;
margin-bottom:50px;
}
/* h2:nth-of-type(1){}*/


li:hover{ 
list-style-image:url(../img/puce.png);
}

li { 
list-style-image:url(../img/pucevide.png);
}

.active{
list-style-image:url(../img/puce.png);
list-style-position: inside;
color:#3B5998;
text-decoration:underline;
}


a {
text-decoration:none;
color:#3B5998;
font-size:11px;
line-height:1.28;
}

a:hover {
color:#3B5998;
text-decoration:underline;
font-size:11px;
line-height:1.28;
}

#header{
height:37px;
background-color: #3B5998;
border-bottom: 1px solid #133783;
box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.52);
left: 0;
right: 0;
top: 0;
padding-top: 0 !important;
}
#content{
text-align:center;
margin:auto;
width:900px;
}

select {
width:120px;
}

/* MINI FACEBOOK */

#like{
background-image:url(images/like.png);
width:52px;
}

#dislike{
background-image:url(images/dislike.jpg);
background-repeat:no-repeat;
width:52px;
}

.texte-bleu{
color:#3B5998;
font-size:11px;
line-height:1.28;
}

#likedislike{
float:left;
height: 114px;
}

#facebook{
height:120px;
width:325px;
margin:auto;
}

option{
text-align:center;
}


/*Exercice 3 - Formulaire */

.formulaire {
	 border:1px solid #9AAFCA;
     padding: 15px;
     margin: 20px;
	 width: 430px;
	 font-family: 'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
	 font-weight: bold;
}

.formulaire input {
	font-size: 16px;
    padding: 6px;
    width: 250px;
	border: 1px solide #96A6C5;
    margin-top: 2px;
}

.formulaire p {
	font-size: 13px;
    padding-right: 3px;
    width: 105px;
	color: #1D2A5B;
	text-align: right;
	font-weight:normal;
	margin: 0px;
}
.submit{
	background-color: #69A74E !important;
    border:1px solid #3B6E22 !important;
	width: 100px !important;
	font-size: 13px !important;
    padding: 3px 25px 5px !important;
	color: #FFFFFF !important;
	font-family: 'Lucida Grande',Tahoma,Verdana,Arial,sans-serif !important;
	font-weight: bold !important;
	cursor:pointer !important;
}

#info {
      background-color: #eeffee;
      border-width: 1px;
      border-style: solid;
      border-color: #69a74e;
      padding: 15px;
      margin: 20px;
	  color: #69a74e;
}

#erreur {
	background-color: #ffeeee;
    border-width: 1px;
    border-style: solid;
    border-color: #DD3C10;
    padding: 15px;
    margin: 20px;
	color: #DD3C10;
	font-weight:bold;
}




/*Exercice 6 - Form */

form {
margin:auto;
width: 350px;
}

#paragraphe{
margin: auto;
width: 349px;
}




