
@import url(main.css);
@import url(content.css);
@import url(bloc.css);
@import url(plan.css);
@import url(vue.css);
@import url(chsf.css);

* {
margin:0;
padding:0;
}

html {
}

body {
font: normal 11px/1.3 Arial, Verdana, sans-serif;
background:url(/imagesCHSF/img/fond_html.gif) top left repeat-x;
}

div.spacer {
clear:both;
font-size:1px;
}

.alignleft {
text-align:left!important;
}

.alignright {
text-align:right!important;
}

.border {
border:1px solid black;
}


.red {
color:#AD1001!important;
}

.green {
color:#055D23;
}

.floatleft {
float:left;
margin:0 10px 10px 0;
}

.floatright {
float:right;
margin:0 0 10px 10px;
}



.floatleft img {
margin:0 2px 0 0;
}


.pointilles {
background:url(/imagesCHSF/img/pointilles.gif) bottom left repeat-x;
}

a.externe {
color:#AD1001;
font-weight:bold;
}

a.interne {
color:#055D23;
font-weight:bold;
}

a img {
border:0;
}

ul {
list-style:none;
}

img.format {
padding-right:5px;
position:relative;
top:2px;
}

