/* Start of CMSMS style sheet 'v21avr : Top menu +left menu + 1 column' */
/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */
* {
	margin: 0;
	padding: 0;
}
/*Set initial font styles*/
body {
text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
}
/*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*/
/* set all links to have underline and bluish color */
a, a:link a:active {
	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;
	color: #a41d23;
}

/* remove underline on hover and change color */
a:hover {
	text-decoration: underline;
	background-color: inherit;
	color: #a41d23;
}
/*****************basic layout *****************/




body {
padding: 0;
/* default text color for entire site*/
	color: #333;
/* you can set your own image and background color here */
width:100%;
background:url(uploads/v21avr/201401/bg-general.png) repeat-x #d2d3d2;
}




div#pagewrapper {
/* min max width, IE wont understand these, so we will use java script magic in the <head> */
	width:1024px;
/* now that width is set this centers wrapper */
	margin:0 auto;
	color: black;
background:url(uploads/v21avr/bg-mainwrapper.png) repeat-y;
}


/* header, we will hide h1 a text and replace it with an image, we assign a height for it so the image wont cut off */
div#header {
/* adjust according your image size */
        width:1024px;
	height:300px;
        margin:0;
       padding: 0;
	/* you can set your own image here, will go behind h1 a image */
	background: #FFF url(uploads/v21avr/201401/header.png) no-repeat left top;
/* border just the bottom */
	
}
div#header h1 a {
/* you can set your own image here */
        background:url(uploads/v21avr/201401/logo-enssat-bi.png) no-repeat 0px 5px;
        margin-left:65px;
/* this will make the "a" link a solid shape */
	display: block; 
/* adjust according your image size */
	width:171px;
        height:80px;
        padding:0;
        z-index:1000;
/* this hides the text */
	text-indent:-999em;
/* old firefox would have shown underline for the link, this explicitly hides it */
	text-decoration: none;
}


div#header h1 {
	 margin:0;
	padding: 0;
/*these keep IE6 from pushing the header to more than the set size*/
        width:160px;
        height:198px;
	line-height: 0;
	font-size: 0;
/* this will keep IE6 from flickering on hover */	
}

/* logo ur1 dans l'entête*/
div#header h2.ur1 {
    float: right;
    margin-top: -5px;

visibility:hidden;
}

div#header h2.headright {
/* this is where the site name is */
        width:500px;	
/* this keeps IE6 from not showing the whole text */
	font-size: 1.2em;
/* keeps the size uniform */
	margin:-5px 0 0 400px;
/* adjust according your text size */
	color: black;

visibility:hidden;
}

div#header h2.headright span {
/* this is where the site name is */
display:inline-block;
margin-left:5px;
width:500px;	
font-size: 70%;
font-weight:normal;
color: #a41d23;
}


div#animation{
width:602px;
height:122px;
margin:41px 0 0 422px;
padding:0;
}


div.crbk {
/* sets all to 0 */
	padding: 0;
width:850px;
height:30px;
margin-left:174px;
margin-top:-10px;
/* you can set your own image here */
	
}
div.breadcrumbs {
/* CSS short hand rule first value is top then right, bottom and left */
	padding: 1em 0em 1em 1em;
        width:838px;
        margin:-30px 0 0 0;
/* its good to set font sizes to be relative, this way viewer can change his/her font size */
	font-size: 90%;
/* you can set your own image here */
	border-bottom:solid 1px #f39400;
}

*:first-child+html div.breadcrumbs{
padding: 2em 0em 1em 1em;
}

div.breadcrumbs span.lastitem {
	font-weight: bold;
}

div.breadcrumbs div.icon {margin-right:4px}
div.breadcrumbs div.icon a img {
    float : right;
    margin : 0px 2px 0px 2px;
    padding : 0px 0px 0px 0px;
    width : 18px; height:18px;
}

div#search {
/* position for the search box */
	position:relative;
        top:-196px; 
        left:680px;
/* enough width for the search input box */
	width: 27em;
	text-align: right;
	padding: 0.5em 0 0.2em 0;
	margin: 0 1em;
        color:#3d3b35;
        font-weight:bold;
}

*:first-child+html div#search{
/* position for the search box */
	position:relative;
        top:-197px; 
        left:680px;
/* enough width for the search input box */
	width: 27em;
	text-align: right;
	padding: 0.5em 0 0.2em 0;
	margin: 0 1em;
        color:#3d3b35;
        font-weight:bold;
}

/* a class for Submit button for the search input box */
input.search-button {
	border: none;
	height: 18px;
	width: 70px;
	margin-left: 5px;
	padding: 0px 2px 2px 0px;
        color:#FFF;
/* makes the hover cursor show, you can set your own cursor here */
	cursor: pointer;
/* you can set your own image here */
	background: url(uploads/v21avr/search.png) no-repeat center center;
}

div#leftPan{
position:relative;
width:174px;
height:650px;
margin:0px auto 2em 0;
padding: 0px;
}


*:first-child+html div#leftPan{
margin-top:-30px;
}

div#content {
/* some air above and under menu and content */
	margin: 1.5em auto 2em 0;
	padding: 0px;
}

*:first-child+html div#content{
margin:-640px 0 0 0;
padding:0;
}



div.back1 {
margin-left: 174px;
margin-top:-685px;
width:530px;
}


/* this is an IE7 hack, you may see these through out the CSS */
*:first-child+html div.back1 {
margin:-400px 0 0 420px;
width: 530px;
}



div.back2 {
	width:530px;
        margin-left:120px;
}

/* this is an IE7 hack, you may see these through out the CSS */
*:first-child+html div.back2 {
margin:0;
width: 530px;
}


div.back3 {
/* you can set your own image here */
	width:530px;
}

div#main {
/* this is the last inside div so we set the space inside it to keep all content away from the edges of images/box */
        margin-left:174px;
	padding: 10px 15px;
        width:500px;
        text-align:justify;
/* you can set your own image here */
	border-top:dotted 2px #a41d23;
        border-bottom:dotted 2px #a41d23;
z-index:10;
}



/* this is an IE7 hack, you may see these through out the CSS */
*:first-child+html div#main {
margin-left:30px;
width: 530px;
}



div#sidebar {
/* set sidebar left. Change to right, float: right; instead, but you will need to change the margins. */
	float: left;
/* sidebar width, if you change this change div.back and/or div.back1 margins */
	width: 250px;
/* FIX IE double margin bug */
	display: inline;
/* the 20px is on the bottom, insures space above footer if longer than content */
	margin: 0px 0px 0px 174px;
	padding: 0px;
}


*:first-child+html div#sidebar{
position:relative;
float:left;
clear:both;

}

div#sidebarb {
	padding: 10px 15px 10px 20px;
/* this one is for sidebar with content and no menu */
	width:225px;
        background:#f1f1f1;
}

div#sidebarb div#news {
/* less margin surrounding the news, sidebarb has enough */
	margin: 2em 0 1em 0em;
}
div#sidebara {
	padding: 10px 15px 15px 0px;
}



div.recently-top{
display:block;
margin-left:15px;
padding:0;
width:250px;
height:38px;
background:url(uploads/v21avr/bg-recently-top.png) no-repeat;
}

div.recently{
margin-left:15px;
padding:0 5px 0 5px;
width:240px;
background:url(uploads/v21avr/bg-recently.png) repeat-y;
}



div.recently-bottom{
margin-left:15px;
padding:0;
width:250px;
height:34px;
background:url(uploads/v21avr/bg-recently-bottom.png) no-repeat;

}

div.recently ul li{
list-style:none;
margin:5px 5px 15px 15px;
font-family:Trebuchet MS, Verdana, Arial, Sans-Serif;
font-size:0.8em;
font-weight:bold;
color:#000;
}

div.recently ul li a{
background:url(uploads/v21avr/puce-recently.png) no-repeat left center;
padding:0 0 0 30px;
line-height:24px;
}

div.recently a{
color:#a41d23;
font-size:1.2em;
}


div.menu-connexe-top {
margin:0 0 0 15px;
padding:0;
font-size:0;
width:250px;
height:38px;
background:url(uploads/v21avr/bg-connexe-top.png) no-repeat;
}

/*specifique page infos pratiques*/
div.menu-connexe-top-ip {
margin:0 0 0 15px;
padding:0;
font-size:0;
width:250px;
height:125px;
background:url(uploads/v21avr/bg_viepratique_connexe.png) no-repeat;
}


div.menu-connexe{
margin-left:15px;
padding:5px 0px 5px 15px;
width:235px;
background:url(uploads/v21avr/bg-connexe.png) repeat-y;
}


div.menu-connexe-bottom{
margin:0 0 15px 15px;
padding:0;
font-size:0;
width:250px;
height:34px;
background:url(uploads/v21avr/bg-connexe-bottom.png) no-repeat;

}

div.menu-connexe ul li{
list-style:none;
margin:5px 5px 5px 15px;
font-family:Trebuchet MS, Verdana, Arial, Sans-Serif;
/*font-size:0.8em;*/
font-size:1.0em;
font-weight:bold;
color:#000;
}

div.menu-connexe ul li a{
background:url(uploads/v21avr/puce-connexe.png) no-repeat left center;
padding:0 0 0 20px;
}

div.menu-connexe a{
color:#a41d23;
font-size:1em;
}

div.footback {
/* keep footer below content and menu */
	clear: both;
/* this sets 10px on right to let the right image show, the balance 10px left on next div */
	padding: 0px 0px 0px 0px;
        margin-top:20px;
/* you can set your own image here */
}

/* avant IMT */
div#footer {
/* this sets 10px on left to balance 10px right on last div */
/*        width:840px;*/
/*         height:176px;*/
/*	padding: 40px 0px 0px 10px;
/*        margin-left:174px;*/
/*        margin-top:30px;*/
/* color of text, the link color is set below */
/*	color: #FFF;*/
/* you can set your own image here */
/*	background:url(uploads/v21avr/bg-topfooter.png) no-repeat #75736a;*/
}

div#footer {
    margin-left: 174px;
    height:133px;
    padding : 0 10px 0 0;
}

div#footer img.footerimg {
    margin-top: -40px;
}

div#footer p {
/* sets different font size from default */
width:400px;
	font-size: 0.8em;
/* some air for footer */
	padding: 1.5em;
/* centered text */
	text-align: center;
	margin: 80px 0px 0 280px;
}
div#footer p a {
/* footer link would be same color as default we want it same as footer text */
	color: #f39400;
}



div#footrt{
display:block;
margin-top:-50px;
}


/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted #FFF;
	margin: 1em;
}


/* relational links under content */

div#footer-navigation{
position:relative;
margin:0;
padding:0;
left:175px;
width:530px;
height:40px;
}

*:first-child+html div#footer-navigation{
left:40px;
}

div.left49 {
/* combined percentages of left+right equaling 100%  might lead to rounding error on some browser */
        float:left;
        clear:left;
        width: 40%;
        font-size:0.8em;
        text-align:left;
}

div.left49 p a {
color:#a41d23;
display:block;
}


div.left49 img{
float:left;
padding-right:10px;
}

div.right49 {
	float: right;
	width: 40%;
/* set right to keep text on right */
	text-align: right;
       font-size:0.8em;
}

div.right49 p a {
color:#a41d23;
display:block;
}

div.right49 img{
float:right;
padding-left:10px;
}

div.top-ancre {
position:relative;
top:15px;
        background:url(uploads/v21avr/top-ancre.png) no-repeat;
        margin:0 auto;
	width:53px;
        height:27px;
/* set right to keep text on right */
	text-align: right;
        padding:3px 7px 0 0;
}

div.top-ancre p a {
font-size:0.8em;
color:#FFF;
}

*:first-child+html div.top-ancre{
margin-right:260px;
}


div#liens-utiles{
position:relative;
float: left;
width: 810px;
height:70px;
margin:-30px 0 0 5px;
padding:10px 5px 5px 5px;
}

div#liens-utiles img{
display:inline;
margin:0 auto;
text-align:center;
}

/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
	color: #a41d23;
/* font size for h2 the higher the h number the smaller the font size, most times */
        font-family: Trebuchet MS, Verdana, Geneva, Arial, Sans-serif;
	font-size: 1.8em;
	text-align: left;
/* some air around the text */
	padding-left: 2em;
	padding-bottom: 1px;
/* set borders around header */
	border-bottom: 1px solid #a41d23;
	background:url(uploads/v21avr/puce-h1.gif) no-repeat;
background-position:top left;
/* a larder than h1 line height */
	line-height: 1.5em;
/* and some air under the border */
	margin: 0 0 0.5em 0;
}


div#content h2 {
	color: #f16109;
/* font size for h2 the higher the h number the smaller the font size, most times */
        font-family: Trebuchet MS, Verdana, Geneva, Arial, Sans-serif;
	font-size: 1.5em;
	text-align: left;
/* some air around the text */
	padding-left: 1em;
/* set borders around header */
	border-bottom: 1px dotted #f16109;
	background:url(uploads/v21avr/puce-h2.png) no-repeat;
        background-position:top left;
/* a larder than h1 line height */
	line-height: 1.2em;
/* and some air under the border */
	margin:0.5em 0 0.8em 0;
}

div#content h3 {
	color: #f39400;
	font-size: 1.5em;
        font-family: Trebuchet MS, Verdana, Geneva, Arial, Sans-serif;
	line-height: 1.2em;
	margin: 0.5em;
        padding-left: 1.5em;
	padding-bottom: 1px;
        text-align:left;
        background:url(uploads/v21avr/puce-h3-global.gif) no-repeat;

}

div#content h3.recently{
        font-size: 1.5em;
        font-family: Trebuchet MS, Verdana, Geneva, Arial, Sans-serif;
	line-height: 1.8em;
        padding:0.5em 0 0.1em 0.3em;
	margin:0 0 0 0.5em;
        text-align:left;
        color:#f39400;
        background:none;
}

div#content h3.connexe{
display:block;
width:153px;
height:33px;
background:url(uploads/v21avr/h3-connexe.png) no-repeat;
margin:-60px 0 0 0;
float:right;
text-indent:-999em;
}

div#content h4 {
	color: #294B5F;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #294B5F;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #294B5F;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */
p {
/* default p font size, this is set different in some other divs */
	font-size: 1em;
/* some air around p elements */
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}

blockquote {
	border-left: 10px solid #3d3b35;
        padding:10px 10px 10px 20px;
	margin: 10px 0 10px 0;
}

strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
list-style:square;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */
/* End of 'v21avr : Top menu +left menu + 1 column' */

