@charset "iso-8859-2";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}
html{
	width:100%;
	height:100%;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	background-color:#faf7ea;
}
body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	cursor:default;
}

h4{
	font-family: "Courier New", Courier, monospace;
	font-size:12px;
	color:#666;
	letter-spacing:1px;
	font-weight:lighter;
	cursor:default;
	}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color:#333;
	letter-spacing:-1px;
	font-weight:bold;
	cursor:default;
	}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	color:#900;
	letter-spacing:-1px;
	font-weight:bold;
	cursor:default;
	}
#header{
	width:100%;
	background-image:url(../images/institut-criminologie-ecole-aix-en-provence_01.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	}
#headerContent{
	width:870px;
	margin-left:auto;
	margin-right:auto;
	height: 150px;
	}
#content{
	width:870px;
	margin-left:auto; 
	margin-right:auto;
	}
#path{
	border-bottom:#CCC 1px dashed;
	border-top:#CCC 1px dashed;
	margin:0px 5px 0px 0px;
	padding:2px 8px 2px 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999;
	}
#breves{
	float:left; 
	width:205px; 
	margin:18px 0px 0px 10px;
	background-image:url(../images/breves_08.jpg); 
	min-height:500px;
	background-repeat:repeat-y;
	}
#breves ul li{
	list-style:none;
	border-bottom:#BBB dashed 1px;
	margin:0px 10px 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0px 0px 5px 0px;
	}



#footer{
	width:100%;
	background-image:url(../images/institut-criminologie-ecole-aix-en-provence_07.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:148px;
}
#footerContent{
	width:860px;
	padding-top:5px;
	margin-left:auto;
	margin-right:auto;
	color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	cursor:default;
}
#footer a{
	color:#CCC;
	text-decoration:none;
	font-size:11px;
	margin:0px 10px 0px 10px;
}
#footer a:visited{
	color:#CCC;
}
#footer a:active{
	color:#2286bc;
}
#footer a:hover{
	color:#2286bc;
}



#footer a.sign{
	display:block;
	color:#888;
	float:right;
	cursor:pointer;
	font-weight:normal;
	font-size:11px;
	}	 
#footer a.sign:visited{
	color:#888;
	}	 
#footer a.sign:selected{
	color:#888;
	}	 
#footer a.sign:hover{
	color:#CCC;
	}
	
	
	
a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#666;
}
a:visited{
	text-decoration:none;
	color:#666;
}
a:selected{
	text-decoration:underline;
	color:#C00;;
}
a:hover{
	text-decoration:underline;
	color:#C00;;
}

#content ul li{
	list-style-type:disc;
	margin-left:15px;
	}

#breves ul li{
	list-style-type:none;
	margin-left:15px;
	}



/* Styles des messages de formulaires */
.form_erreur{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
  color: #990000;
  margin-top: 12px;
  margin-left: 12px;
}

.liste_erreur{
  margin-left: 24px;
  margin-bottom: 12px;
}


.form_resultat{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 11px;
  color: #009933;
  margin-top: 12px;
  margin-left: 12px;
}

 
