/* @override http://espacetrad.org/grossesroches/style.css */

/*  
Theme Name: GrossesRoches
Description: EspaceTrad.org/grossesroches 
Author: Vizou
Author URI: http://vizou.com
*/

/* @group Basic */

* {  	
margin: 0; 
padding: 0; 
}

body {  	
width: 562px;
margin: 0 auto;
text-align: center; 
font: normal 68.5%/150% "lucida grande",helvetica,verdana, sans-serif; 
color: #444; 
background: #fff url(images/bgtop.jpg) repeat-x;
}

p {  	
font-size: 1em; 
}

a {  	
color: #2569D6; 
text-decoration: none; 
}

a:hover {  	
color: #4BC0D9; 
}

/* Clear fix for hasLayout IE7 */

/* Hides from IE-mac \*/

.clearfix:after {  	
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
}

* html .clearfix {  	
height: 1%; 
}

/* End hide from IE-mac */

/* @end */

/* @group Layout */

#roches-content {
width: 562px; 	
text-align: left;
margin: 20px 0; 
}

#roches-content h2 {  	
color: #2569D6; 
padding: 10px 0 5px 0;
line-height: 120%;
font-size: 2em;
font-family: lucida, georgia, "new york", serif;
}

#roches-content h3 {  	
color: red; 
padding: 10px 0 5px 0;
}

#roches-content p {  	
text-align: left;
border-bottom: 1px solid #ccc;
padding: 5px 0 10px 0;
}

#roches-header {  	
width: 562px; 
height: 200px;
margin: 0; 
background: #fff url(grossesroches.jpg) no-repeat;
padding: 0;
}

/* @end */