body
{
	margin: 0%;
	padding: 0%;
	font-family: Arial, Helvetica, sans;
	font-size: 0.8em;
	color: #000000;
	background-color: #CCC;
}

#logo
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding: 0px;
	width: 400px;
	font-weight: bold;
	color: #990000;
}

#global
{
	margin-left: auto;
	margin-right: auto;
	
	padding: 0px;
	height: 100%;
	width: 400px;
	min-height: 400px;
	border: 4px solid white;
}

#header
{
	background-color: #CCFFFF;
	height: 100px;
}

h1
{
	border-left: 95px solid white;
	padding-left: 5px;
	font-size: 0.9em;
	font-weight: bold;
}

img
{
	border: 0px;
}

input[type=text]
{
	width: 180px;
}

input[type=submit]
{
	width: 182px;
	border: 1px solid white;
	background-color: white;
}

table
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

td
{
	text-align: left;
}

#error
{
	color: red;
}

.description
{
	padding-left: 100px;
	padding-right: 55px;
}

.portfolio
{
	padding-left: 100px;
	padding-right: 1px;
	height: 260px;
	overflow: auto;
}

.cv
{
	padding-left: 100px;
	padding-right: 1px;
	height: 260px;
	overflow: auto;
}

.accroche
{
	background-color: white;
	height: 20px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	font-weight: bold;
}

.title
{
	font-weight: bold;
}

.project
{
	background-color: white;
	font-size: 0.8em;
	margin-bottom: 1px;
}

.project th
{
		background-color: #669999;
		font-weight: bold;
		font-size: 1.1em;
		padding-left: 5px;
}

.projecttd
{
	width: 40px;
}

.codusdescription
{
	padding-left: 100px;
	padding-right: 45px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	color: white;
}

.codus
{
	background-color: white;
	color: black;
	padding: 10px;
	margin-top: 0px;
	margin-left: 100px;
	margin-right: 55px;
	
}

.codustitle a
{
	font-weight: bold;
	color: #999999;
}

.coduscontent a
{
	font-size: 0.7em;
	color: #666;
}

.codusdescription a
{
	color: white;
}

.formulaire
{
	padding-left: 100px;
}

#nav
{
	/*border: 1px solid red;*/
}

#menu 
{
	text-align: center;
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul#menu li 
{ 
	display : inline;
	padding : 0 0.5em; 
	/*border-right: 1px solid black;*/
}

.borderight 
{
	border-right: 1px solid #CCC;
}

ul#menu 
{
	list-style-type : none; 
}

a
{
	text-decoration: none;
	color: black;
}

a:hover
{
	text-decoration: underline;
}



