@charset "utf-8";
/* CSS Document */
/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1em;
}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}
/*default link styles*/
a, a:link a:active {
 /* set all links to have underline */
	text-decoration: none;
 /* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
	background-color: inherit;
 /* this is a bluish color, you change this for all default link colors */
	color: #e2007a;
}
a:visited {
 /* keeps the underline */
	text-decoration: none;
 background-color: inherit;
 /* a different color is used for visited links */
	color: #333333;
}
a:hover {
 /* remove underline on hover */
	text-decoration: none;
 background-color: inherit;
 /* using a different color makes the hover obvious */
	color: #e2007a;
}

/* END LISTS */
#footer
{
 width:860px;
 text-align:center;
 color:#999;
 clear:both;
 margin-bottom: 25px;
 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size:12px;
}


div#footer h1 {
 font-size: 11px;
 line-height: 1.2em;
 margin: 0;
 font-style: normal;
 width: 860px;
}

#iCercle_tagCloud {
	border-top:1px #999; solid;
	margin-top:20px;
	margin-bottom:0px;
	width:780px;
	text-align:center;
}
#iCercle_tagCloud a{
	color:#999;;
	text-decoration:none;
	padding-right:6px;
}
#iCercle_tagCloud a:hover{
	text-decoration:underline;
}
#iCercle_presentationBlocsContainer {
	height:60px;
	overflow:hidden;
}
.iCercle_presentation {
	display:none;
	border-top:1px #999; solid;
	margin-top:6px;
	margin-bottom:0px;
	width:780px;
	text-align:center;
	font-size:10px;
}
.iCercle_presentation a{
	color:#999;
	text-decoration:none;
	padding-right:6px;
}


.hebergement {
 text-align:left;
}

.unicamp {
 border:none;
 background-color:#FFF;
 margin: 20px 0px 20px 0px;
}
.tem {
 color:#fb0d65;
}
.automne li {
 color:#F60;
 text-align:left;
 list-style:square;
 margin:0;
 padding:0;
 }
#resa {
 margin-bottom: 15px;
}
