/*Mises en formes générales, communes à toutes les pages du site*/
body
{
	font-family: Arial, Verdana, sans-serif;
	font-size:15px;
}

h1
{
	margin: 0;
	margin-bottom: 20px;
	margin-top: 10px;
	font-family: 'Trebuchet MS',Arial,'Times New Roman',Times,serif; /*Blackadder ITC, */
	padding-left:10px;
	font-weight: lighter;
	text-decoration: underline;

	text-align: center;
	font-size: 60px;
	color:#126697;
}

/*h2, h3
{
	border: none;
	color: #4a91e2;
}

h2 { font-size: 1.2em;}
h3 { font-size: 1.1em; font-style: italic;}*/

h2, h3, h4, h5, h6
{
	color: #2974a7;
	border-bottom: 2px solid #2974a7;
}

p
{
	padding: 0px 10px;
	text-align: justify;
	text-indent: 20px;
}

table
{
	margin:auto;
	border-collapse: collapse;
}

td, th
{
	padding:2px;
	background-color: #eef6fb;
	border: 1px solid #6997c7;
	text-align: center;
}

a
{
	color: #c65502;
	text-decoration: none;
	cursor: pointer;
}

	a:hover
	{ text-decoration: underline; }

	a img, a:active img, a:focus img
	{
	border:none;
	}
	
legend
{
	color:#2b75a7;
	font-weight:bold;
}

abbr
{
	cursor: help;
}

textarea
{
	height: auto;
	font-family: Arial, Verdana, sans-serif;
	font-size:15px;
}

/*Autres*/
.tdsujet
{
	background-color:#bddeef;
	text-align:justify;
	text-indent: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.profil
{
	border-top: none;
	border-bottom: none;
}

.tableau_tdm
{ 
	width:90%;
}

.form_beta
{ text-align: center; width:70%; margin:auto; 
}

.textarea_beta
{ width:80%; height: 100px;
}

.petit
{ font-size:small;}

.tpetit
{ font-size:x-small;}

.ie_no_display, .ie6_no_display 
{}

.avatar
{
display: block;
max-width: 100px;
max-height: 100px;
overflow: hidden;
margin:auto;
}

.smiley, .vcentre 
{
	vertical-align: middle;
}

.centerblock
{
	margin: auto;
}

.atStart
{
margin: 5px;
}

div.atStart
{
margin: 10px;
}

.atStart table
{
margin: 1px;
}

.erreur
{
font-size: 0.7em;
color: red;
background-color:white;
border: 2px solid black;
text-align: center;
padding: 5px;
text-indent: 0;
}

.infobox
{
font-size: 0.7em;
color: green;
background-color:white;
border: 2px solid black;
text-align: center;
padding: 5px;
text-indent: 0;
}

.infadmin
{
font-size: 0.7em;
color: #e900fc;
background-color:white;
border: 2px solid black;
text-align: center;
padding: 5px;
text-indent: 0;
}

