/*CSS design by Nicolas Kern*/

#portfolio
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	text-decoration: none;
	text-align: center;
}

body
{
	width: 90%;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #EEEEEE;
	font-family: Trebuchet MS, Verdana;
}

#header
{
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	padding: 10px;
	background-color: #C3D9FF;
	line-height: 0px;
}

#subh1
{
	font-size: 12px;
	font-weight: normal;
}

#menuglobal
{
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	float: left;
	margin-top: 38px;
	width: 253px;
	background-color: #C3D9FF;
}

#content
{
	margin-left: 253px;
	padding: 60px;
	font-size: 90%;
	background-color: #CDEB8B;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	height: 234px;
	position: absolute;
	width: 56%;
	/*width: 779px;*/
}

#listSites
{
	margin-left: 253px;
	width: 200px;
	padding: 10px;
	padding-left: 40px;
	font-size: 90%;
	background-color: #CDEB8B;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	text-transform: uppercase;
}

#social
{
	position: absolute;
	margin-left: 88%;
	z-index: 2;
}

body div#content div
{
	text-indent: 30px;
}

a
{
	text-decoration: none;
}

a:hover
{
	color: black;
	text-align: right;
	text-decoration: none;
}

#footer
{
	padding: 5px;
	text-align: center;
	font-size: 70%;
	color: gray;
/*	background-color: #C3D9FF;*/
	clear: left;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	position: relative;
/*	width: 93.75%;*/
	/*width: 1142px;*/
}

img
{
	border: none;
}

#about
{
	text-decoration: none;
	font-size: 70%;
	text-align: center;
	background-color: #AAB3EE;
	line-height: 20px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

null {
	text-decoration: none;
}

.carrousel { 
    margin:0; 
    padding:0; 
    height:253px; 
} 
.carrousel li { 
    float:left; 
    width:253px; 
    height:160px; 
    margin:0; 
    padding:0; 
    list-style:none; 
    color:#FFF; 
    font:3em/1.2 Georgia, "Times New Roman", Times, serif; 
    text-align:center; 
    background:#C00; 
}

#slider ul, #slider li{
	margin: 0;
	padding: 0;
	list-style: none;
}
#slider li{ 
	width: 253px;
	height: 160px;
	overflow: hidden; 
}
