/* CSS Document */

#main {
background-image:url(/assets/templates/saveurs/images/bgrLeft.jpg); 

}

#FRClip {
position:absolute;
top:0px;
left:793px;
width:41px;
height:67px;
background-image:url(/assets/templates/saveurs/images/FRclip.jpg);
background-position:top left;
background-repeat:no-repeat;
background-color:#000;
}

#FRInfo {
position:absolute;
top:0px;
left:844px;
width:41px;
height:67px;

background-color:#000;
}
#FRInfo a:visited {
text-decoration:none;
}
#FRInfo a:hover {
text-decoration:none;
}
#FRInfo a:link {
text-decoration:none;
}

#content { /* This is the main container that holds the content and the upper right menu.  You can change the background color
for the entire right side of the layout and the background image in this section */
background-image:url(/assets/templates/saveurs/images/bgrRight.jpg);
background-position:top left; 
background-repeat:no-repeat;
background-color:#d9d9b9;
}


#contentmenu {
position:absolute;
left:766px;
top:164px;
list-style-type:none;
width:138px;
font-family:Arial, Helvetica, sans-serif;
/********/
font-size:.8em;
font-weight:bold;
}
 
#contentmenu li {
margin-bottom:12px;
margin-left:0;
padding:6px 0 6px 11px;
text-align:left;
letter-spacing:.3px;
background-color:#983201; /* This changes the background color for the box behind each link in the upper right corner */

}
#contentmenu a:visited, a:link { 
color:#fff; /* Text color for link and visited link */
}
 
#contentmenu a:hover {
color:#000; /* Text color for rollover text */
}

/*menu programmation*/
#progTitle {
position:absolute;
width:280px;
left:467px;
top:376px;
font-family:Verdana, Geneva, sans-serif;
letter-spacing:1px;
color:#983201;
font-weight:bold;
font-size:25px;
}
#progMenu {
position:absolute;
width:280px;
left:485px;
top:412px;
list-style-type:disc;
color:#983201;
font-family:Verdana, Geneva, sans-serif;
}
#progMenu li {
margin-bottom:4px;
margin-left:0;
padding:0px;
font-size:15px;
}
#progMenu a:link {
color:#000;
text-decoration:none;
}
#progMenu a:visited {
color:#000;
text-decoration:none;
}
#progMenu a:hover {
color:#983201;
text-decoration:none;
}

#MODxContent { /*This positions the content output by each document. DON'T CHANGE! */
position:relative;
left:16px;
padding:225px 0 30px 0;
width:280px;
font-family:Arial, Helvetica, sans-serif;
}


