/* CSS Document */
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	font-size: 12px;
	
}
a {
	text-decoration:none;
	color: #0096DC;
}
a:hover {
	text-decoration:underline;
}
a.blanc {
	color: #fff;
	text-decoration: none;
}
.clear {clear:both;}

#Content {
	margin-left: 22px;
	margin-top: 12px;
}

#Menu {
	position: relative;
	width: 137px;
	height: 194px;
}

#Bando_Content {
	width: 432px;
	height: 51px;
	margin-top: -3px;
	margin-left: 4px;
	text-align: center;
	cursor:pointer;
	border: 1px solid #fff;
}
#Bando_Content:hover {
	border: 1px dotted #0096dc;
}

#Ban_Titre{

}
#Ban_Topo{

}

#Event {
	background-color:#FFFFFF;
	position: relative;
	margin-left: 27px;
	width: 154px;
}

#Event .Bloc_Evt, .Bloc_List {
	border: 1px solid #fafafa;
	
}
#Event .Bloc_Evt:hover, .Bloc_List:hover {
	border: 1px dotted #0096DC;
	cursor: pointer;
}

#Event .Bloc_Evt p, .Bloc_List p {
	margin-top:0;
}




.Event_img {
	margin-top: 6px;
	margin-bottom: 2px;
	margin-left: -2px;
}

div.hr {
	height: 2px;
	background: #fff url(media/motif_hr.gif) repeat scroll center;
	margin-top: 4px;
	margin-bottom: 4px;
}
div.hr hr {
	display: none;
}

#Btn_Forum {
	margin-top: 10px;
	margin-bottom: 10px;
}
.Btn_Post {
	position: relative;
	background-color: #0096DC;
	color: #FFFFFF;
	margin-top: 4px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
	width: 128px;
}
.Btn_Search {
	position: absolute;
	background-color: #0096DC;
	color: #FFFFFF;
	margin-top: -4px;
	margin-left: 4px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
	width: 112px;
}
a.Btn_Post, a.Btn_Search, a:visited.Btn_Search, a:visited.Btn_Search {
	color: #FFFFFF;
}

.Txt_Gros_BlocBleu {
	background-color: #0096DC;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 4px;
}

.Txt_Norm_Noir {
	color: #000000;
	font-size: 12px;
}
.Txt_Norm_GrisFonce {
	color: #141414;
	font-size: 12px;
}
.Txt_Norm_Jaune {
	color: #FFEC00;
	font-size: 12px;
}
.Txt_Norm_Bleu {
	color: #0096DC;
	font-size: 12px;
}
.Txt_Norm_BlocBleu {
	background-color: #0096DC;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 1px;
}

.Txt_Norm_BleuFonce {
	color: #0076ad;
	font-size: 12px;
}
.Txt_Norm_Vert {
	color: #308725;
	font-size: 12px;
}



.Titre_Emission {
	font-weight: bold;
	font-size: 24pt;
	line-height: 24px;
	letter-spacing: -1px;
}

.Grille_Titre {
	font-size: 12px;
	color: #141414;
}
a.Grille_Titre {
	text-decoration:none;
}
a:hover.Grille_Titre {
	text-decoration:underline;
	color: #FFFFFF;
}


.Txt_PtiBleu {
	color: #0096DC;
	font-size: 10px;
	font-weight: bold;
}
.Txt_PtiBlanc {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
a.Txt_PtiBlanc {
	color: #FFFFFF;
}
a:hover.Txt_PtiBlanc {
	color: #141414;
}
.Txt_PtiNoir {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}
a.Txt_PtiNoir {
	color :#000000;
}
a:hover.Txt_PtiNoir {
	color :#0096DC;
	text-decoration: underline overline;
}
.Txt_PtiVert {
	color: #308725;
	font-size: 10px;
	font-weight: bold;
}

.Txt_Moy_Bleu {
	color: #0096DC;
	font-size: 14px;
}
a.Txt_Moy_Bleu {
	color: #0096DC;
}
.Txt_Moy_Vert {
	color: #308725;
	font-size: 14px;
}
.Txt_Moy_GrisFonce {
	color: #141414;
	font-size: 14px;
}

.Txt_Gros_GrisFonce {
	color: #141414;
	font-size: 16px;
}
.Txt_Gros_Bleu {
	color: #0096DC;
	font-size: 16px;
}
.Txt_Gros_Vert {
	color: #308725;
	font-size: 16px;
}


.List_Move {
	margin: 0 0 8px -10px;
	float: left;
	list-style-type: none; 
	text-align: left;
}

.List_Static {
	margin: 0 0 8px -10px;
	float: left;
	list-style-type: none; 
	text-align: left;
}
.List_Big{
	margin: 0 0 8px -10px;
	float: left;
	list-style-type: none; 
	text-align: left;
}

.PuceHover:hover {
	list-style-type:decimal;
}

.mover {
	width: 320px;
	background-color: #eee;
	border: 1px dotted #bbb;
	padding: 2px;
	margin: 2px 0 0 2px;
}
.mover:hover {
	background-color: #ccc;
	border: 1px solid #888;
	cursor: move;
}

.static {
	width: 336px;
	background-color: #eee;
	border: 1px dotted #bbb;
	padding: 2px;
	margin: 2px 0 0 2px;
}

.bigstatic {
	width: 560px;
	height: 15px;
	background-color: #eee;
	border: 1px dotted #bbb;
	padding: 2px;
	margin: 2px 0 0 2px;
}

.champ {
	width: 610px;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #EEE;
	-moz-border-radius: 8px;
}
.champ:hover {
	border: 1px solid #FFF;
	background-color: #F9F9F9;
}

.minichamp {
	padding: 4px;
	margin-bottom: 4px;
	border: 1px solid #EEE;
	-moz-border-radius: 8px;
}
.minichamp:hover {
	border: 1px solid #FFF;
	background-color: #F9F9F9;
}

select,
input[type=text],
input[type=password],
textarea {
	margin-bottom: 5px;
	border: 1px solid #0096dc;
	font: 12px Arial, Helvetica, sans-serif;
	
	color: Black;
	vertical-align: baseline;
	padding: 4px;
	width: 600px;
}
label {
	color: #0096dc;
	background-color: #EEE;
	font-size: 80%;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0 5px 0 5px;
	clear: both;

}
label.blanc {
	color: #0096dc;
	background-color: #FFF;
	font-size: 100%;
	font-weight: bold;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	clear: both;
}

.Bloc_GrisDot {
	background-color: #eee;
	border: 1px dotted #bbb;
	padding: 5px;
	margin: 2px;
}

td.pub {
	border-bottom: 1px solid #0096DC;
}
.noborder {
	border-style:none;
	border: 0;
}