@charset "iso-8859-1";
/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */

/* Put it back on certain elements */
p{
  margin: 10px 0;
}
/* Class for clearing floats */
.clear {
	clear:both;
}
/* Remove border around linked images */


/* =Typography
-----------------------------------------------------------------------------*/
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}


/* =Headings
-----------------------------------------------------------------------------*/
h1{
	margin: 10px;
	margin-bottom: 0;
	font-size: 140%;
	color: #CF8128;
}


/* =Links
-----------------------------------------------------------------------------*/
a{
	color: #CF8128;
}
a:hover{
	text-decoration: none;
}


/* =Branding
-----------------------------------------------------------------------------*/



/* =Main Nav
-----------------------------------------------------------------------------*/
#menupos{
	 width: 129px;
	 height: 359px;
	 background: #fff url(http://www.crinar.com/imgs/canevas_02.jpg) no-repeat top left;
}



/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/
#content{
	padding: 10px;
	font-size: 80%;
}



/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/
#footer{
	padding: 8px;
	background: #fff url(http://www.crinar.com/imgs/bg-footer.gif) repeat-x top left;
	text-align: center;
	font-size: 70%;
}


/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  	border-spacing: 0;
	border-collapse: collapse;
}

td {
	font-weight: normal;
	vertical-align: top;
}



/* =Misc 1
-----------------------------------------------------------------------------*/
#choixModele{
	padding: 10px;
	background-color: #FCF7F3;
}
#choixModele table td{
	font-size: 80%;
}

/* =Misc 2
-----------------------------------------------------------------------------*/