
/* =General
-----------------------------------------------------------------------------*/
html{
	height: 100.1%
}
table{
	border-color: #ccc;
	border-spacing: 0;
	border-collapse: collapse;
}
td{
	vertical-align: top;
	font-size: 80%;
}

p{
	margin: 0;
	padding: 5px 0;
}
blockquote{

}
ul{
	margin: 0;
	padding: 20px;
}

dl{ /* definition list */
	border: 1px solid #99CC66;
	margin: 0;
}
dt{ /* definition term */

}
dd{ /* definition description */
	margin: 0;
	padding-left: 30px;
}

.clear{ /* Class for clearing floats */
	clear:both;
}

img{ /* Remove border around linked images */
	border: 0;
}

/* =Typography
-----------------------------------------------------------------------------*/
body {
	margin: 0;
	background: transparent url(http://www.cedrico.com/meganet/media/images/fond_cedrico.gif) repeat-y top left;
	font-family: Arial, Helvetica, sans-serif;
	color: #854823;
}

/* =Headings
-----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6{
	margin: 10px 0;
}
h1{
	font-size: 180%;
}
h2{
	font-size: 160%;
}
h3{
	font-size: 140%;
}
h4{
	font-size: 120%;
}
h5{
	font-size: 100%;
}
h6{
	font-size: 100%;
}


/* =Links
-----------------------------------------------------------------------------*/
a{
	color: #0D6F44;
	text-decoration: underline;
}
a:hover{
	background-color: #0D6F44;
	color: #fff;
	text-decoration: none;
}
#header a{
	
}
#header a:hover{
	
}
#contenu a{
	
}
#contenu a:hover{
	
}
#footer a{
	
}
#footer a:hover{
	
}

/* =Branding
-----------------------------------------------------------------------------*/
#header{

}

/* =Main Nav
-----------------------------------------------------------------------------*/
#menupos{
	
}

/* =Sub Nav
-----------------------------------------------------------------------------*/



/* =Main Content
-----------------------------------------------------------------------------*/
#contentWrap{

}
#content{
	padding: 10px;
	padding-top: 0;
}


/* =Secondary Content
-----------------------------------------------------------------------------*/


/* =Footer
-----------------------------------------------------------------------------*/
#footer{
	
}



/* =Forms
-----------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {
	border: 1px solid transparent;
}
form{
	padding: 0;
	margin: 0; 
}
input{
	margin: 1px 0;
}
.input{
	margin-bottom: 1px;
}
.button{
	background-color: #99CC66;
}
.tForm td{
	padding: 3px;
}
.tForm input, .tForm select{

}
.tForm .submit{
	background-color: #3ace3a;
	border: 1px solid #b2b3b2;	
	font-weight: bold;
	color: #666;
	
}

/* =Tables
-----------------------------------------------------------------------------*/




/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/
