/*
HERITAGE INFORMATION
--------------------
namespace.css :: markup.css
*/


/*
COLOR CHART
-----------
Typo Bloody-Red => #b30000
*/


/*
TYPO CHART
-----------
Body text     => verdana regular 13px, sans serif
Menu text     => times© 12px, serif

*/

#nsAccueil{
}

  #nsAccueil #container{
  background-image: url(../images/accueil.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  }
  
#nsCopywriting{
}
  #nsCopywriting #container{
  background-image: url(../images/copywriting.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  }
  
#nsFreeCreation{
}
  #nsFreeCreation #container{
  background-image: url(../images/freeCreation.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  }

#nsProofreading{
}
  #nsProofreading #container{
  background-image: url(../images/proofreading.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  }
  
#nsRewriting{
}
  #nsRewriting #container{
  background-image: url(../images/rewriting.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  }
  
#nsTips{
}
  #nsTips #container{
  background-image: url(../images/tips.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  }
  
  #nsNews{
}
  #nsNews #container{
  background-image: url(../images/news.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  }

#nsTraduction{
}
  #nsTraduction #container{
  background-image: url(../images/traduction.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  }

h1.news{
margin:0px;
margin-bottom:5px;
color:black;
}

div.sepa{
margin-bottom:20px;	
}











/*
HERITAGE INFORMATION
--------------------
namespace.css :: markup.css
*/


/*
COLOR CHART
-----------
Typo Bloody-Red => #b30000
*/


/*
TYPO CHART
-----------
Body text     => verdana regular 13px, sans serif
Menu text     => times© 12px, serif

*/

#spaceAccueil,#spaceCopywriting,#spaceFreeCreation,#spaceProofreading,#spaceRewriting,#spaceTips,#spaceTraduction,#spaceDefault{
display:block;
width:100%;
}

#spaceAccueil{
height:220px;
}


  
#spaceCopywriting{
height:200px;
}

  
#spaceFreeCreation{
height:200px;
}


#spaceProofreading{
height:165px;
}

  
#spaceRewriting{
height:145px;
}

  
#spaceTips{
height:200px;
}


#spaceTraduction{
height:185px;
}

#spaceDefault{
height:145px;
}












