@import url('reset.css');
@import url('layout.css');
@import url('menu.css');
@import url('content.css');
@import url('classes.css');
@import url('links.css');


#site_links{
	display:block;
	width:230px;
	float:left;
	height:355px;
	background:url('img/site_links_bg.jpg') 0 0 no-repeat;
	padding:113px 0 0 0;
}

.other_site_link{
	display:block;
	width:112px;
	height:112px;
	overflow:hidden;
	float:left;
	margin:0 1px 1px 0;
}

#footer #sodexo{
	position:relative;
	top:-40px;
	left:-30px;
}

img.home_picture{
	float:right;
	background:url('img/picture_bg.jpg') 0 0 no-repeat;
	width:235px;
	height:157px;
	padding:2px 2px 12px 29px;
	margin:0 0 15px 0;
}

a.thumb{
	display:block;
	overflow:hidden;
	border:1px solid #c5c5c5;
	padding:5px;
	-moz-border-radius:3px;
	width:90px;
	height:90px;
	float:left;
	margin:5px;
	position:relative;
}
.thumb .zoom{
	position:absolute;
	display:block;
	width:19px;
	height:19px;
	background:url('img/arrow_out.png') 0 0 no-repeat;
	right:5px;
	bottom:5px;
}

#homeinfo{
	display:block;
	width:600px;
	position:absolute;
	top:80px;
	left:135px;
}

#medias{
	width:520px;
	margin-left:240px;
}
