body
{
    width: 1000px;
    margin: auto; 
    margin-top: 20px; 
    margin-bottom: 20px;    
    background: black; 
    cursor: url("SI/body.cur"), auto;
}

#menu
{
	background-image: url("images/degrade.jpg");
	background-repeat: repeat-x;
	background-color: white;
	width: 996px; 
	border: 2px solid rgb(010,190,250);
	margin-bottom: 10px;
}

#corps
{
    margin-left: 141px;
    margin-right: 150px;   
    margin-bottom: 10px; 
    padding: 5px;
    background: white repeat-y;
    border: 1px solid rgb(010,190,250);
    width: 706px;
    min-height: 500px;
}

#connect
{
	background-color: #9cb9ef;
    border: 1px solid rgb(010,190,250);
	text-align: center;
	width: 350px;
	margin: auto; 
    margin-top: 10px; 
    margin-bottom: 10px;   
	padding: 5px;
}
.element_menu a:hover
{
	text-decoration: underline;
	color: rgb(010,190,250);
	font-weight: normal;
}

a, a:visited 
{
	font-weight: bold;
	text-decoration: underline;
	color: #caf71f;
}

a:hover
{
	text-decoration: none;
	color: white;
	font-weight: bold;
}

a:focus, a:active
{
	background-color: grey;
}

p, em, strong 
{
	color: white;
	text-align: justify;
}

#corps h1
{
	text-align: left;
	color: rgb(010,190,250);
	text-align: center;
	font-family: Nasalization, "Arial Black", "Times New Roman", Times, serif;
	background-color: white;
	border: rgb(010,190,250) solid 1px;
}

#corps h2
{
	color: rgb(000,040,090);
	text-decoration: underline;
	font-family: "Times New Roman", serif;
	text-align: left;
}

#corps h3 
{
	color: rgb(000,040,090);
	text-decoration: underline;
	font-family: "Times New Roman", serif;
	text-align: left;
}

#corps h4
{
	color: black;
	text-decoration: underline;
	font-family: "Times New Roman", serif;
	text-align: left;
}

.centre
{
	text-align: center;
}

.droite
{
	text-align: right;
}

.alert
{
 color: red;
 text-align: center;
}

a img /* Enleve les cadres des balises "images" */
{
	border: none;
}

strong /* Edite les balises "strong" */
{
	color: red;
	font-weight: bold;
}

em /* Edite en particulier les balises "em" */
{
	color: white;
}
